inetcomm: Add an implementation of ISMTPTransport2::CommandHELO.
[wine] / dlls / inetcomm /
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-30  Rob Shearmaninetcomm: Add an implementation of the HELO/EHLO command.
2008-10-30  Hans Leidekkerinetcomm: Add a stub implementation of ISMTPTransport2.
2008-10-30  Hans Leidekkerinetcomm: Add a stub implementation of IPOP3Transport.
2008-10-29  Alistair Leslie... inetcomm: Correct test under w2k8.
2008-10-02  Alexandre Julliardinetcomm: Add missing license header.
2008-09-30  Hans Leidekkerinetcomm: Add a stub implementation of IIMAPTransport.
2008-09-23  Huw Daviesinetcomm: Add wrapper functions MimeOleFindCharset...
2008-09-23  Huw Daviesinetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
2008-09-23  Huw Daviesinetcomm: Content-Disposition can have parameters.
2008-09-22  Huw Daviesinetcomm: Charset name comparison should be case insens...
2008-09-22  Huw Daviesinetcomm: Start of IMimeBody_SetOption.
2008-09-22  Huw Daviesinetcomm: Start of IMimeMessage_SetOption.
2008-09-18  Huw Daviesinetcomm: Make variable static to fix crash on process...
2008-09-17  Huw Daviesinetcomm: Implement MimeOleGetCharsetInfo.
2008-09-17  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_Conver...
2008-09-17  Huw Daviesinetcomm: Implement IMimeInternational_ConvertString.
2008-09-16  Huw Daviesinetcomm/tests: Tests for IMimeInternational_ConvertBuffer.
2008-09-16  Huw Daviesinetcomm: Implement IMimeInternational_ConvertBuffer.
2008-09-12  Alexandre Julliardinetcomm: Avoid a compiler warning.
2008-09-12  Huw Daviesinetcomm: Fix some more idl.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_CanConvertCodePages.
2008-09-11  Huw Daviesinetcomm: Add a missing function and fix some idl.
2008-09-11  Huw Daviesinetcomm/tests: Add a test for IMimeInternational_SetDe...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_SetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add test for IMimeInternational_GetDefa...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCod...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCodePageCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCha...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCharsetInfo.
2008-09-11  Huw Daviesinetcomm/tests: Tests for IMimeInternational_FindCharset.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_FindCharset.
2008-09-11  Huw Daviesinetcomm/tests: Start of IMimeInternational tests.
2008-09-11  Huw Daviesinetcomm: Add a stub MimeInternational object.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-06-21  Huw Daviesinetcomm: Fully initialize start and length.
2008-05-05  Andrew Talbotinetcomm: Remove unused variables.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-21  James Hawkinsinetcomm: Fix a test that fails on all systems.
2008-03-31  Andrew Talbotinetcomm: Void functions should not return a value.
2008-03-24  Andrew Talbotinetcomm: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-29  Rob Shearmaninetcomm: Add default case to sub_stream_Seek to avoid...
2008-02-18  Francois Gougetinetcomm: Fix compilation on systems that don't support...
2008-02-15  Huw Daviesinetcomm: Add IStream_CopyTo to the sub-stream implemen...
2008-02-15  Huw Daviesinetcomm: Improve some TRACEs.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetMessageSource.
2008-02-13  Huw Daviesinetcomm: Stub for MimeOleGetCharsetInfo.
2008-02-13  Huw Daviesinetcomm: Stub IMime{Message, Body}_GetCharset to retur...
2008-02-13  Huw Daviesinetcomm: Implement IMimeBody_GetProp for the primary...
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetAttachments.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetTextBody.
2008-02-13  Huw Daviesinetcomm: Forward a few IMimeMessage functions to the...
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_Find{First,Next}.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_CountBodies.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetBody.
2008-02-13  Huw Daviesinetcomm: Create a body tree for multipart messages.
2008-02-13  Huw Daviesinetcomm: Add a sub-stream implementation.
2008-02-13  Huw Daviesinetcomm: Added missing initialization.
2008-02-12  Huw Daviesinetcomm: Implement IMimeMessage_BindToObject.
2008-02-12  Huw Daviesinetcomm: Create the root body in IMimeMessage_Load.
2008-02-12  Huw Daviesinetcomm: Partial implementation of IMimeBody_GetData.
2008-02-12  Huw Daviesinetcomm: Add the beginnings of IMimeMessage_Load.
2007-12-21  Huw Daviesinetcomm: Implement IMimeBody_GetOffsets.
2007-12-18  Huw Daviesinetcomm: Unquote parameter values.
2007-12-18  Huw Daviesinetcomm: Implement IMimeBody_GetParameters.
2007-12-18  Huw Daviesinetcomm: Fix spelling typo.
2007-12-18  Huw Daviesinetcomm: Add IMimeAllocator implementation.
2007-12-07  Francois Gougetinetcomm/tests: Fix compilation on systems that don...
2007-12-07  Francois Gougetinetcomm: Fix compilation on systems that don't support...
2007-11-27  Huw Daviesinetcomm: Implement IMimeBody:SetData.
2007-11-27  Huw Daviesinetcomm: Implement IMimeBody:[G|S]etCurrentEncoding.
2007-11-27  Huw Daviesinetcomm: Implement IMimeBody:IsContentType.
2007-11-27  Huw Daviesinetcomm: Store a header's parameters as a list.
2007-11-27  Huw Daviesinetcomm: Unfold headers.
2007-11-27  Huw Daviesinetcomm: Parse headers into a list.
2007-11-27  Huw Daviesinetcomm: Copy RFC822 headers into a memory block for...
2007-11-26  Gerald Pfeiferinetcomm: Fix error check in InternetTransport_Connect().
2007-11-15  Huw Daviesinetcomm: Add a test for MimeBody.
2007-11-15  Huw Daviesinetcomm: Add a class factory for MimeBody.
2007-11-15  Huw Daviesinetcomm: Add a stub MimeBody implementation.
2007-11-15  Huw Daviesinetcomm: Register a couple more classes.
2007-11-07  Huw Daviesinetcomm: Add a stub implementation of the MimeSecurity...
2007-11-06  Huw Daviesinetcomm: Add a test for MimeOleCreateVirtualStream.
2007-11-05  Huw Daviesinetcomm: Add two missing member functions.
2007-11-05  Rob Shearmaninetcomm: Add a stub implementation of the IMimeMessage...
2007-11-05  Huw Daviesinetcomm: Add a stub for MimeOleCreateVirtualStream.
2007-11-05  Rob Shearmaninetcomm: Include mimeole.h and fix the type of MimeOle...
2007-11-05  Rob Shearmaninetcomm: Add stubs for MimeOleSetCompatMode and MimeOl...
2007-11-05  Rob Shearmaninetcomm: Call InternetTransport_RegisterClass and...
2007-11-05  Rob Shearmaninetcomm: Use InternetTransport_ChangeStatus in Interne...
2007-11-05  Huw Daviesinetcomm: Add self-registration code.
2007-11-05  Rob Shearmaninetcomm: Add a framework for connecting to a server...
2007-11-02  Rob Shearmaninetcomm: Add stub implementation of inetcomm.dll.