Commit graph

141 commits

Author SHA1 Message Date
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
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
Reece Dunn
a2c41b72f8 Don't generate FIXME warnings for DllCanUnloadNow. 2010-01-06 10:59:51 +01:00
Amine Khaldi
978e22a85e inetcomm: Remove an unneeded variable. 2009-12-17 12:42:55 +01:00
Huw Davies
bf93519a39 inetcomm: Fix memory leak.
Found by Valgrind.
2009-12-07 14:18:24 +01:00
Paul Vriens
e7f4f3b69c inetcomm: Prevent possible dereferences (Coverity). 2009-05-14 11:14:31 +02:00
Alexandre Julliard
2e8d68d683 inetcomm: Include ws2tcpip.h before anything else. 2009-03-31 12:12:13 +02: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
Andrew Talbot
cd0317f22d inetcomm: Remove unused function. 2009-02-05 13:13:49 +01:00
Paul Vriens
cdabde7a04 inetcomm: Wrap a few traces in debugstr_a() (Coverity). 2009-01-26 15:13:37 +01:00
Michael Stefaniuc
f21b436853 inetcomm: Remove superfluous pointer casts. 2009-01-19 13:36:25 +01:00
Hans Leidekker
8bd9a3aa09 janitorial: Don't depend on user32 for the self registration functions. 2008-12-17 11:38:32 +01:00
Alexandre Julliard
7d2993d24c inetcomm: Make a function static. 2008-12-04 12:47:32 +01:00
Francois Gouget
7c2f5f065a inetcomm: Fix compilation on systems that don't support nameless unions. 2008-11-17 15:08:59 +01:00
Hans Leidekker
2c594fb79c inetcomm: Get rid of the server info copy. 2008-11-11 11:41:28 +01:00
Hans Leidekker
55b086b24e inetcomm: Add an implementation of IVirtualStream. 2008-11-11 11:41:24 +01:00
Hans Leidekker
b65d768343 inetcomm: Send a notification when disconnecting. 2008-11-10 11:06:31 +01:00
Hans Leidekker
1f87ec3a3c inetcomm: Support both forms of the UIDL and LIST commands. 2008-11-10 11:06:28 +01:00
Hans Leidekker
ba1ae62bd2 inetcomm: Add an implementation of IPOP3Transport::CommandTOP. 2008-11-10 11:06:23 +01:00
Hans Leidekker
46c5c1a93a inetcomm: Add an implementation of IPOP3Transport::CommandRETR. 2008-11-10 11:06:19 +01:00
Hans Leidekker
dcbe1a4214 inetcomm: Add an implementation of IPOP3Transport::CommandRSET. 2008-11-10 11:06:15 +01:00
Hans Leidekker
05312014fe inetcomm: Add an implementation of IPOP3Transport::CommandNOOP. 2008-11-10 11:06:11 +01:00
Hans Leidekker
e2b173f1a9 inetcomm: Add an implementation of IPOP3Transport::CommandDELE. 2008-11-10 11:06:07 +01:00
Hans Leidekker
550033d203 inetcomm: Flesh out the pop3 command parser. 2008-11-10 11:06:01 +01:00
Hans Leidekker
f039960586 inetcomm: CreateIMAPTransport, CreatePOP3Transport and CreateSMTPTransport are implemented. 2008-11-04 14:08:42 +01:00
Hans Leidekker
157d18bbf8 inetcomm: Advertise support for a couple more interfaces. 2008-11-04 14:08:36 +01:00
Hans Leidekker
de8dd504d7 inetcomm: Add an implementation of ISMTPTransport2::CommandDATA. 2008-11-04 14:08:17 +01:00
Hans Leidekker
d80d9b82f2 inetcomm: Add an implementation of IPOP3Transport::CommandPASS. 2008-11-04 14:08:12 +01:00
Hans Leidekker
954945cd2e inetcomm: Add an implementation of IPOP3Transport::CommandUSER. 2008-11-04 14:08:08 +01:00
Hans Leidekker
4707548adc inetcomm: Implement IPOP3Transport::Disconnect. 2008-10-31 14:58:06 +01:00
Hans Leidekker
0fce856d4a inetcomm: Add an implementation of IPOP3Transport::CommandUIDL. 2008-10-31 14:58:01 +01:00
Hans Leidekker
f136c22b61 inetcomm: Add an implementation of IPOP3Transport::CommandSTAT. 2008-10-31 14:57:57 +01:00
Hans Leidekker
d810887b05 inetcomm: Add an implementation of IPOP3Transport::CommandQUIT. 2008-10-31 14:57:48 +01:00
Hans Leidekker
9b8e2e20d5 inetcomm: Add an implementation of IPOP3Transport::CommandLIST. 2008-10-31 14:57:44 +01:00
Hans Leidekker
567b8cb3bf inetcomm: Add an implementation of the pop3 USER and PASS commands. 2008-10-31 14:57:36 +01:00
Rob Shearman
7b0bbc4dd6 inetcomm: Add an implementation of ISMTPTransport2::CommandRSET. 2008-10-31 14:57:28 +01:00
Rob Shearman
a48b5387cf inetcomm: Add an implementation of ISMTPTransport2::CommandAUTH. 2008-10-31 14:57:15 +01:00
Rob Shearman
d9c4f5fc50 inetcomm: Add an implementation of ISMTPTransport2::CommandHELO. 2008-10-31 14:57:06 +01:00
Rob Shearman
c445e4f68e inetcomm: Add an implementation of ISMTPTransport2::CommandEHLO. 2008-10-31 14:56:57 +01:00
Rob Shearman
f36c80a99b inetcomm: Add an implementation of ISMTPTransport2::CommandRCPT. 2008-10-31 14:56:46 +01:00
Rob Shearman
91c60c0cab inetcomm: Add an implementation of ISMTPTransport2::CommandMAIL. 2008-10-31 14:56:35 +01:00
Rob Shearman
fe56d3195f inetcomm: Add an implementation of ISMTPTransport2::CommandQUIT. 2008-10-31 14:56:25 +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
Hans Leidekker
aff6049180 inetcomm: Add a stub implementation of ISMTPTransport2. 2008-10-30 15:51:57 +01:00
Hans Leidekker
80cb3569af inetcomm: Add a stub implementation of IPOP3Transport. 2008-10-30 15:51:24 +01:00