Commit Graph

12 Commits

Author SHA1 Message Date
Michael Stefaniuc 33ab097d6d inetcomm: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-23 19:56:20 +02:00
Amine Khaldi 978e22a85e inetcomm: Remove an unneeded variable. 2009-12-17 12:42:55 +01:00
Alexandre Julliard 2e8d68d683 inetcomm: Include ws2tcpip.h before anything else. 2009-03-31 12:12:13 +02:00
Andrew Talbot cd0317f22d inetcomm: Remove unused function. 2009-02-05 13:13:49 +01:00
Rob Shearman 01fcce49e1 inetcomm: Add an implementation of ISMTPTransport2::SendMessage. 2008-10-31 14:56:14 +01:00
Rob Shearman f34f9ba5b5 inetcomm: Add an implementation of the HELO/EHLO command. 2008-10-30 15:52:32 +01:00
Huw Davies d1601eeeac inetcomm: Add a stub MimeInternational object. 2008-09-11 14:34:49 +02:00
Andrew Talbot d684d5accb inetcomm: Remove unused variables. 2008-05-05 12:53:04 +02:00
Andrew Talbot 14987e4021 inetcomm: Assign to structs instead of using memcpy. 2008-03-24 20:41:57 +01:00
Gerald Pfeifer 173a8bb224 inetcomm: Fix error check in InternetTransport_Connect(). 2007-11-26 13:58:28 +01:00
Rob Shearman cef74e263f inetcomm: Use InternetTransport_ChangeStatus in InternetTransport_DropConnection so that the callback gets called. 2007-11-05 12:06:33 +01:00
Rob Shearman 994014b15a inetcomm: Add a framework for connecting to a server and sending/receiving data asynchronously with callbacks being called in the context of the original thread, using window messages. 2007-11-05 12:05:17 +01:00