Marcus Meissner
|
a57b06c5ac
|
inetcomm: Avoid overlapping memcpy (Coverity).
|
2015-04-20 14:38:20 +09:00 |
Frédéric Delanoy
|
da2a97fc06
|
inetcomm: Use BOOL type where appropriate.
|
2013-10-07 13:32:06 +02:00 |
Francois Gouget
|
d5a4621bd6
|
inetcomm: Make mimebody_create() static.
|
2013-03-05 12:45:08 +01:00 |
Michael Stefaniuc
|
9a436a98f4
|
inetcomm: COM cleanup for the IStream iface.
|
2013-03-04 11:18:15 +01:00 |
Michael Stefaniuc
|
c7d05df81d
|
inetcomm: Include the object instead of IMimeBody in struct body_t.
Avoids COM interface to COM object transitions.
|
2013-03-04 11:18:13 +01:00 |
Michael Stefaniuc
|
4e35ec4777
|
inetcomm: COM cleanup for the IMimeBody iface.
|
2013-03-04 11:18:07 +01:00 |
Michael Stefaniuc
|
3a9d744f12
|
inetcomm: Use a static interface instance for IMimeAllocator.
|
2013-03-04 11:18:02 +01:00 |
Michael Stefaniuc
|
f44d66c617
|
inetcomm: COM cleanup for the IMimeSecurity iface.
|
2013-03-04 11:17:58 +01:00 |
Michael Stefaniuc
|
d50b3b2068
|
inetcomm: Pass the object instead of an iface to a helper function.
|
2013-03-04 11:17:54 +01:00 |
Michael Stefaniuc
|
f18d156352
|
inetcomm: COM cleanup for the IMimeMessage iface.
|
2013-03-04 11:17:51 +01:00 |
Jacek Caban
|
1f60e14c78
|
inetcomm: Use proper iface call helpers.
|
2012-08-13 16:28:47 +02:00 |
Francois Gouget
|
54ae7787de
|
inetcomm: Fix printing NULL strings.
|
2011-09-19 17:56:05 +02:00 |
Alexandre Julliard
|
fc81e45af6
|
inetcomm: Rewrite MimeMessage_FindFirst/Next to iterate correctly and avoid invalid pointer conversions.
|
2010-04-08 23:57:07 +02:00 |
Alexandre Julliard
|
c1043428ca
|
inetcomm: Store an index instead of a handle for mime bodies to avoid pointer conversion warnings.
|
2010-04-08 23:57:07 +02:00 |
Huw Davies
|
bf93519a39
|
inetcomm: Fix memory leak.
Found by Valgrind.
|
2009-12-07 14:18:24 +01:00 |
Michael Stefaniuc
|
f21b436853
|
inetcomm: Remove superfluous pointer casts.
|
2009-01-19 13:36:25 +01:00 |
Hans Leidekker
|
55b086b24e
|
inetcomm: Add an implementation of IVirtualStream.
|
2008-11-11 11:41:24 +01:00 |
Hans Leidekker
|
157d18bbf8
|
inetcomm: Advertise support for a couple more interfaces.
|
2008-11-04 14:08:36 +01:00 |
Huw Davies
|
59091374e8
|
inetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
|
2008-09-23 12:12:53 +02:00 |
Huw Davies
|
cfbd34cac7
|
inetcomm: Content-Disposition can have parameters.
|
2008-09-23 12:12:48 +02:00 |
Huw Davies
|
014fb479bc
|
inetcomm: Start of IMimeBody_SetOption.
|
2008-09-22 13:45:18 +02:00 |
Huw Davies
|
1b8e99f514
|
inetcomm: Start of IMimeMessage_SetOption.
|
2008-09-22 13:45:13 +02:00 |
Huw Davies
|
bdc9440d65
|
inetcomm: Implement MimeOleGetCharsetInfo.
|
2008-09-17 11:04:38 +02:00 |
Huw Davies
|
d9bf3b5c4a
|
inetcomm: Fully initialize start and length.
Should fix Valgrind warnings 'Conditional jump or move depends on
uninitialised value(s)' in inetcomm tests.
|
2008-06-21 11:14:10 +02:00 |
Andrew Talbot
|
d684d5accb
|
inetcomm: Remove unused variables.
|
2008-05-05 12:53:04 +02:00 |
Andrew Talbot
|
e27fe2d76a
|
inetcomm: Void functions should not return a value.
|
2008-03-31 12:14:02 +02: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 |