Nikolay Sivov
|
fe6367aed7
|
inetcomm: Implemented IMimeBody::GetClassID().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-06 13:08:22 +02:00 |
Nikolay Sivov
|
aca1636f2c
|
inetcomm/tests: Return interface pointer for test stream.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-06 13:07:58 +02:00 |
Nikolay Sivov
|
8b67cfb8e4
|
inetcomm/tests: Fix test stream leak (Valgrind).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-13 19:39:34 +01:00 |
Francois Gouget
|
6b2dbe6cf6
|
inetcomm/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-08 17:00:05 +01:00 |
Jacek Caban
|
51e1a08893
|
inetcomm: Return S_FALSE if no data is returned in IInternetProtocol::Read.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-06 13:48:50 +01:00 |
Jacek Caban
|
0672bfa216
|
inetcomm: Added support for decoding quoted-printable data.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:26:50 +01:00 |
Jacek Caban
|
07af9d0db3
|
inetcomm: Added mhtml binding tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:26:49 +01:00 |
Jacek Caban
|
3f644cb0bf
|
inetcomm: Added IInternetProtocolInfo::CombineUrl implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:26:49 +01:00 |
Jacek Caban
|
37792a266d
|
inetcomm: Added MimeOleObjectFromMoniker semi-stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:26:49 +01:00 |
Jacek Caban
|
242cbb1673
|
inetcomm: Added tests reading MHTML page as MIME message.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 15:58:43 +01:00 |
Jacek Caban
|
56dc24695e
|
inetcomm: Read content encoding from MIME header.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 15:58:43 +01:00 |
Jacek Caban
|
dec243fd2a
|
inetcomm: Don't include headers in data stream in create_sub_body.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 15:58:43 +01:00 |
Jacek Caban
|
915acd68de
|
inetcomm: Added support for decoding base64 in IMimeBody::GetData.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-30 13:08:26 +01:00 |
Jacek Caban
|
3c8f5c581d
|
inetcomm: Test current encoding in test_SetData.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-30 13:08:22 +01:00 |
Jacek Caban
|
b0902a487d
|
inetcomm/tests: Added more IMimeBody::SetData and GetData tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-30 13:08:19 +01:00 |
Jacek Caban
|
c99b874a68
|
inetcomm/tests: Added a helper for creating stream from string.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-30 13:08:14 +01:00 |
Jacek Caban
|
a1d0c6d721
|
inetcomm: Added COM aggregation support to MimeHtmlProtocol object.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-26 19:05:53 +01:00 |
Jacek Caban
|
fe3e5b9c31
|
inetcomm: Added IInternetProtocolInfo stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-26 19:05:50 +01:00 |
Jacek Caban
|
6832273ed8
|
inetcomm: Added MimeHtmlProtocol stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-25 15:51:51 +01:00 |
Alistair Leslie-Hughes
|
002af352fa
|
inetcomm/tests: Add Attachment tests.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-31 00:20:31 +09:00 |
Alistair Leslie-Hughes
|
ed880969b3
|
inetcomm: GetBody returns MIME_E_NOT_FOUND when no parent found.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-16 15:56:21 +09:00 |
Alistair Leslie-Hughes
|
b8b7db8be8
|
inetcomm: Improve IMimeBody GetHandle return value.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-16 15:56:16 +09:00 |
Alistair Leslie-Hughes
|
16231678ca
|
inetcomm: Support LPSTR to LPWSTR conversion in GetProp.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-06 16:59:42 +09:00 |
Alistair Leslie-Hughes
|
2854c92d63
|
inetcomm: Implement IMimeBody DeleteProp.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-06 16:59:00 +09:00 |
Alistair Leslie-Hughes
|
79762537a7
|
inetcomm: Implement IMimeBody GetPropInfo.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:57:44 +09:00 |
Alistair Leslie-Hughes
|
4c92dd98a4
|
inetcomm: Add support for PID ids in MimeBody Get/SetProp.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-31 11:42:38 +09:00 |
Alistair Leslie-Hughes
|
dcb659f032
|
inetcomm: Improve IMimeMessage SetOption.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-05 15:25:46 +09:00 |
Alistair Leslie-Hughes
|
c74a53951d
|
inetcomm: Implement IMimeBody GetProp.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-02 20:11:49 +09:00 |
Alistair Leslie-Hughes
|
ed9a8a22ca
|
inetcomm: Implement IMimeBody SetProp.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-02 20:11:49 +09:00 |
Francois Gouget
|
1163d431a0
|
inetcomm/tests: Make test_BindToObject() static.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-25 18:48:18 +09:00 |
Alistair Leslie-Hughes
|
00558c2954
|
inetcomm/tests: Add IMimeMessage SetOption tests.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-22 21:04:38 +09:00 |
Alistair Leslie-Hughes
|
8599014c2d
|
inetcomm: Implement MimeOleGetPropertySchema.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-22 21:04:38 +09:00 |
Alistair Leslie-Hughes
|
7a2e5b038d
|
inetcomm: IMimeMessage has a HBODY_ROOT node by default.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-18 19:21:19 +09:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Frédéric Delanoy
|
ff304fb5c7
|
inetcomm/tests: Constify some character strings.
|
2013-12-24 11:22:11 +01:00 |
Jacek Caban
|
1f60e14c78
|
inetcomm: Use proper iface call helpers.
|
2012-08-13 16:28:47 +02:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
Austin English
|
fd4ddca0dc
|
inetcomm/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 14:45:53 -06:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Francois Gouget
|
3428b94a8d
|
Assorted spelling and case fixes.
|
2010-03-22 10:49:13 +01:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Huw Davies
|
6660d1dc38
|
inetcomm/tests: AddRef on the stream doesn't return the ref count on win95.
|
2009-02-18 12:12:04 +01:00 |
Huw Davies
|
a6d584cec9
|
inetcomm/tests: Object is a static singleton on win95.
|
2009-02-18 12:12:00 +01:00 |
Alistair Leslie-Hughes
|
5416057e79
|
inetcomm: Correct test under w2k8.
|
2008-10-29 13:43:04 +01:00 |
Huw Davies
|
59091374e8
|
inetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
|
2008-09-23 12:12:53 +02:00 |
Huw Davies
|
ed8b219c68
|
inetcomm: Charset name comparison should be case insensitive.
|
2008-09-22 13:45:52 +02:00 |
Huw Davies
|
5497ff016c
|
inetcomm/tests: Add tests for IMimeInternational_ConvertString.
|
2008-09-17 11:04:33 +02:00 |
Huw Davies
|
4c7380b113
|
inetcomm/tests: Tests for IMimeInternational_ConvertBuffer.
|
2008-09-16 11:28:47 +02:00 |