Andrew Talbot
|
d684d5accb
|
inetcomm: Remove unused variables.
|
2008-05-05 12:53:04 +02:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
James Hawkins
|
b8ffcbc35b
|
inetcomm: Fix a test that fails on all systems.
|
2008-04-21 13:20:07 +02:00 |
Andrew Talbot
|
e27fe2d76a
|
inetcomm: Void functions should not return a value.
|
2008-03-31 12:14:02 +02:00 |
Andrew Talbot
|
14987e4021
|
inetcomm: Assign to structs instead of using memcpy.
|
2008-03-24 20:41:57 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Rob Shearman
|
c9b588b88b
|
inetcomm: Add default case to sub_stream_Seek to avoid using uninitialised memory.
|
2008-02-29 12:39:33 +01:00 |
Francois Gouget
|
84acc6f9c1
|
inetcomm: Fix compilation on systems that don't support nameless unions.
|
2008-02-18 14:21:33 +01:00 |
Huw Davies
|
cc0a458f92
|
inetcomm: Add IStream_CopyTo to the sub-stream implementation.
|
2008-02-15 11:03:22 +01:00 |
Huw Davies
|
5f8c766528
|
inetcomm: Improve some TRACEs.
|
2008-02-15 11:03:20 +01:00 |
Huw Davies
|
e03f478aee
|
inetcomm: Implement IMimeMessage_GetMessageSource.
|
2008-02-13 16:40:34 +01:00 |
Huw Davies
|
b21b9c7372
|
inetcomm: Stub for MimeOleGetCharsetInfo.
|
2008-02-13 16:40:27 +01:00 |
Huw Davies
|
43958866a3
|
inetcomm: Stub IMime{Message, Body}_GetCharset to return a NULL charset.
|
2008-02-13 16:40:17 +01:00 |
Huw Davies
|
3f92c5b734
|
inetcomm: Implement IMimeBody_GetProp for the primary context type.
|
2008-02-13 16:40:07 +01:00 |
Huw Davies
|
02ceeef288
|
inetcomm: Implement IMimeMessage_GetAttachments.
|
2008-02-13 16:37:57 +01:00 |
Huw Davies
|
869b10b430
|
inetcomm: Implement IMimeMessage_GetTextBody.
|
2008-02-13 16:37:47 +01:00 |
Huw Davies
|
a9287e3595
|
inetcomm: Forward a few IMimeMessage functions to the appropriate IMimeBody functions.
|
2008-02-13 16:37:32 +01:00 |
Huw Davies
|
d56033eedf
|
inetcomm: Implement IMimeMessage_Find{First,Next}.
|
2008-02-13 16:37:22 +01:00 |
Huw Davies
|
8be6df3434
|
inetcomm: Implement IMimeMessage_CountBodies.
|
2008-02-13 16:37:08 +01:00 |
Huw Davies
|
e15ff2ef86
|
inetcomm: Implement IMimeMessage_GetBody.
|
2008-02-13 16:36:57 +01:00 |
Huw Davies
|
db4881cfb6
|
inetcomm: Create a body tree for multipart messages.
|
2008-02-13 16:36:41 +01:00 |
Huw Davies
|
8760cf5aa4
|
inetcomm: Add a sub-stream implementation.
|
2008-02-13 16:35:43 +01:00 |
Huw Davies
|
8a6fa1bf8d
|
inetcomm: Added missing initialization.
|
2008-02-13 16:27:34 +01:00 |
Huw Davies
|
a14bb14dc5
|
inetcomm: Implement IMimeMessage_BindToObject.
|
2008-02-12 22:37:02 +01:00 |
Huw Davies
|
88df8e83dd
|
inetcomm: Create the root body in IMimeMessage_Load.
|
2008-02-12 22:36:50 +01:00 |
Huw Davies
|
c930fc70f5
|
inetcomm: Partial implementation of IMimeBody_GetData.
|
2008-02-12 22:36:34 +01:00 |
Huw Davies
|
4ba3aa5047
|
inetcomm: Add the beginnings of IMimeMessage_Load.
|
2008-02-12 22:36:24 +01:00 |
Huw Davies
|
3fa10f79f4
|
inetcomm: Implement IMimeBody_GetOffsets.
|
2007-12-21 12:40:24 +01:00 |
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 |