]> granicus.if.org Git - curl/commit
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
authorDaniel Stenberg <daniel@haxx.se>
Sat, 12 Dec 2009 21:54:01 +0000 (21:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Dec 2009 21:54:01 +0000 (21:54 +0000)
commitec3bb8f727405642a471b4b1b9eb0118fc003104
treecf1eac52d5df82ba08514b43b5d058803d164b66
parent463d2d395caaafc557590a09aa01db28527e560f
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
23 files changed:
include/curl/curl.h
lib/Makefile.am
lib/Makefile.inc
lib/README.pingpong [new file with mode: 0644]
lib/ftp.c
lib/ftp.h
lib/imap.c [new file with mode: 0644]
lib/imap.h [new file with mode: 0644]
lib/pingpong.c [new file with mode: 0644]
lib/pingpong.h [new file with mode: 0644]
lib/pop3.c [new file with mode: 0644]
lib/pop3.h [new file with mode: 0644]
lib/smtp.c [new file with mode: 0644]
lib/smtp.h [new file with mode: 0644]
lib/transfer.c
lib/url.c
lib/urldata.h
lib/version.c
src/main.c
tests/data/Makefile.am
tests/data/test800 [new file with mode: 0644]
tests/ftpserver.pl
tests/runtests.pl