Commit Graph

91 Commits

Author SHA1 Message Date
Alistair Leslie-Hughes 5416057e79 inetcomm: Correct test under w2k8. 2008-10-29 13:43:04 +01:00
Alexandre Julliard 1e344db7a6 inetcomm: Add missing license header. 2008-10-02 10:30:55 -05:00
Hans Leidekker b0a069dcfb inetcomm: Add a stub implementation of IIMAPTransport. 2008-09-30 11:29:07 -05:00
Huw Davies 3093023979 inetcomm: Add wrapper functions MimeOleFindCharset and MimeOleGetDefaultCharset. 2008-09-23 14:03:19 +02: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 ed8b219c68 inetcomm: Charset name comparison should be case insensitive. 2008-09-22 13:45:52 +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 2097387e04 inetcomm: Make variable static to fix crash on process detach. 2008-09-18 12:33:05 +02:00
Huw Davies bdc9440d65 inetcomm: Implement MimeOleGetCharsetInfo. 2008-09-17 11:04:38 +02:00
Huw Davies 5497ff016c inetcomm/tests: Add tests for IMimeInternational_ConvertString. 2008-09-17 11:04:33 +02:00
Huw Davies 0d04d7acb1 inetcomm: Implement IMimeInternational_ConvertString. 2008-09-17 11:04:24 +02:00
Huw Davies 4c7380b113 inetcomm/tests: Tests for IMimeInternational_ConvertBuffer. 2008-09-16 11:28:47 +02:00
Huw Davies 91599d5088 inetcomm: Implement IMimeInternational_ConvertBuffer. 2008-09-16 11:28:44 +02:00
Alexandre Julliard 9099c212d1 inetcomm: Avoid a compiler warning. 2008-09-12 17:09:07 +02:00
Huw Davies bba2221426 inetcomm: Fix some more idl. 2008-09-12 16:50:19 +02:00
Huw Davies 5d3b4a60f2 inetcomm: Implement IMimeInternational_CanConvertCodePages. 2008-09-11 14:36:06 +02:00
Huw Davies 2fa80dacde inetcomm: Add a missing function and fix some idl. 2008-09-11 14:36:03 +02:00
Huw Davies ef180ec3e7 inetcomm/tests: Add a test for IMimeInternational_SetDefaultCharset. 2008-09-11 14:35:54 +02:00
Huw Davies ed39ba4539 inetcomm: Implement IMimeInternational_SetDefaultCharset. 2008-09-11 14:35:51 +02:00
Huw Davies 4271524b8a inetcomm/tests: Add test for IMimeInternational_GetDefaultCharset. 2008-09-11 14:35:47 +02:00
Huw Davies 8b68a6296c inetcomm: Implement IMimeInternational_GetDefaultCharset. 2008-09-11 14:35:43 +02:00
Huw Davies 3fe7ea127c inetcomm/tests: Add tests for IMimeInternational_GetCodePageCharset. 2008-09-11 14:35:38 +02:00
Huw Davies f3a6b7a81d inetcomm: Implement IMimeInternational_GetCodePageCharset. 2008-09-11 14:35:34 +02:00
Huw Davies 3dd46c3606 inetcomm/tests: Add tests for IMimeInternational_GetCharsetInfo. 2008-09-11 14:35:29 +02:00
Huw Davies 12bb6e481f inetcomm: Implement IMimeInternational_GetCharsetInfo. 2008-09-11 14:35:24 +02:00
Huw Davies 9229c19d01 inetcomm/tests: Tests for IMimeInternational_FindCharset. 2008-09-11 14:35:18 +02:00
Huw Davies ed3ca13613 inetcomm: Implement IMimeInternational_FindCharset. 2008-09-11 14:35:14 +02:00
Huw Davies 913f17e290 inetcomm/tests: Start of IMimeInternational tests. 2008-09-11 14:35:01 +02:00
Huw Davies d1601eeeac inetcomm: Add a stub MimeInternational object. 2008-09-11 14:34:49 +02:00
Alexandre Julliard 79c64acc7b tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +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
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