Commit Graph

30 Commits (a12b9c52da5617d58c7c80823946287679b43452)

Author SHA1 Message Date
Huw Davies 979a43e49d inetcomm: Unquote parameter values. 2007-12-18 19:48:25 +01:00
Huw Davies e446351d4c inetcomm: Implement IMimeBody_GetParameters. 2007-12-18 19:48:22 +01:00
Huw Davies 2f83e46015 inetcomm: Fix spelling typo. 2007-12-18 13:30:17 +01:00
Huw Davies 5df59e29c9 inetcomm: Add IMimeAllocator implementation. 2007-12-18 13:30:14 +01:00
Francois Gouget b8ee557386 inetcomm/tests: Fix compilation on systems that don't support nameless unions. 2007-12-07 14:53:03 +01:00
Francois Gouget 842450e96b inetcomm: Fix compilation on systems that don't support nameless unions. 2007-12-07 14:53:00 +01:00
Huw Davies ef59756ace inetcomm: Implement IMimeBody:SetData. 2007-11-27 11:37:16 +01:00
Huw Davies dd66f04c21 inetcomm: Implement IMimeBody:[G|S]etCurrentEncoding. 2007-11-27 11:37:01 +01:00
Huw Davies 19cb4bcd36 inetcomm: Implement IMimeBody:IsContentType. 2007-11-27 11:36:55 +01:00
Huw Davies 0bcd30773e inetcomm: Store a header's parameters as a list. 2007-11-27 11:36:37 +01:00
Huw Davies 03ca389550 inetcomm: Unfold headers. 2007-11-27 11:36:19 +01:00
Huw Davies 31297b6a3b inetcomm: Parse headers into a list. 2007-11-27 11:35:55 +01:00
Huw Davies 98dfca50bb inetcomm: Copy RFC822 headers into a memory block for later parsing. 2007-11-27 11:35:13 +01:00
Gerald Pfeifer 173a8bb224 inetcomm: Fix error check in InternetTransport_Connect(). 2007-11-26 13:58:28 +01:00
Huw Davies 288196a49a inetcomm: Add a test for MimeBody. 2007-11-15 11:08:53 +01:00
Huw Davies cc3fcf0a2d inetcomm: Add a class factory for MimeBody. 2007-11-15 11:08:48 +01:00
Huw Davies c396411a5b inetcomm: Add a stub MimeBody implementation. 2007-11-15 11:08:40 +01:00
Huw Davies 98c74280bd inetcomm: Register a couple more classes. 2007-11-15 11:08:23 +01:00
Huw Davies 8ccf1066eb inetcomm: Add a stub implementation of the MimeSecurity object. 2007-11-07 11:57:16 +01:00
Huw Davies ba6b7e8ba5 inetcomm: Add a test for MimeOleCreateVirtualStream. 2007-11-06 13:01:00 +01:00
Huw Davies 381e48ec13 inetcomm: Add two missing member functions. 2007-11-05 12:09:27 +01:00
Rob Shearman 54ab69c4f5 inetcomm: Add a stub implementation of the IMimeMessage object returned from MimeOleCreateMessage. 2007-11-05 12:09:14 +01:00
Huw Davies 78c90082a5 inetcomm: Add a stub for MimeOleCreateVirtualStream. 2007-11-05 12:08:52 +01:00
Rob Shearman 70705829dd inetcomm: Include mimeole.h and fix the type of MimeOleCreateMessage. 2007-11-05 12:08:47 +01:00
Rob Shearman abd95840a5 inetcomm: Add stubs for MimeOleSetCompatMode and MimeOleCreateMessage. 2007-11-05 12:06:54 +01:00
Rob Shearman 3ace5e53d9 inetcomm: Call InternetTransport_RegisterClass and UnregisterClass on process attach and detach respectively, to register a window class and initialize Winsock. 2007-11-05 12:06:42 +01:00
Rob Shearman cef74e263f inetcomm: Use InternetTransport_ChangeStatus in InternetTransport_DropConnection so that the callback gets called. 2007-11-05 12:06:33 +01:00
Huw Davies a3a2789f66 inetcomm: Add self-registration code.
Based on a patch by Rob Shearman.
2007-11-05 12:06:21 +01:00
Rob Shearman 994014b15a inetcomm: Add a framework for connecting to a server and sending/receiving data asynchronously with callbacks being called in the context of the original thread, using window messages. 2007-11-05 12:05:17 +01:00
Rob Shearman beab2c17e9 inetcomm: Add stub implementation of inetcomm.dll. 2007-11-02 13:52:10 +01:00