2007-10-18 [colin] 3.0.2cvs82
authorColin Leroy <colin@colino.net>
Thu, 18 Oct 2007 07:13:06 +0000 (07:13 +0000)
committerColin Leroy <colin@colino.net>
Thu, 18 Oct 2007 07:13:06 +0000 (07:13 +0000)
commit81fd89ef633cec2d54b3cff170127cd8d88f544d
tree56b06e12eacad1d4cc7c30483af064fafdffd4fe
parenta86c33877e381ff94c88067417fbfe798df7afe4
2007-10-18 [colin] 3.0.2cvs82

* src/common/Makefile.am
* src/common/nntp.c
* src/common/nntp.h
* src/etpan/Makefile.am
* src/etpan/etpan-thread-manager-types.h
* src/etpan/etpan-thread-manager.c
* src/etpan/imap-thread.c
* src/etpan/nntp-thread.c
* src/etpan/nntp-thread.h
* src/news.c
* src/news.h
Rewrite the nntp implementation
to use libetpan. Non-blocking NNTP!
* src/account.c
* src/crash.c
* src/imap.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/pop.c
* src/pop.h
* src/prefs_account.c
* src/recv.c
* src/recv.h
* src/send_message.c
* src/send_message.h
* src/ssl_manager.c
* src/ssl_manager.h
* src/wizard.c
* src/common/claws.c
* src/common/session.c
* src/common/session.h
* src/common/smtp.c
* src/common/smtp.h
* src/common/socket.c
* src/common/socket.h
* src/common/ssl.c
* src/common/ssl.h
* src/common/ssl_certificate.c
* src/common/ssl_certificate.h
* src/gtk/about.c
* src/gtk/sslcertwindow.c
* src/gtk/sslcertwindow.h
Implement GnuTLS support. GnuTLS support
will be used if OpenSSL isn't available, or
specified explicitely. (the reason is that
GnuTLS cerficate checking is a bit less
practical than OpenSSL's)
44 files changed:
ChangeLog
PATCHSETS
configure.ac
src/account.c
src/common/Makefile.am
src/common/claws.c
src/common/nntp.c [deleted file]
src/common/nntp.h [deleted file]
src/common/session.c
src/common/session.h
src/common/smtp.c
src/common/smtp.h
src/common/socket.c
src/common/socket.h
src/common/ssl.c
src/common/ssl.h
src/common/ssl_certificate.c
src/common/ssl_certificate.h
src/crash.c
src/etpan/Makefile.am
src/etpan/etpan-thread-manager-types.h
src/etpan/etpan-thread-manager.c
src/etpan/imap-thread.c
src/etpan/nntp-thread.c [new file with mode: 0644]
src/etpan/nntp-thread.h [new file with mode: 0644]
src/gtk/about.c
src/gtk/sslcertwindow.c
src/gtk/sslcertwindow.h
src/imap.c
src/inc.c
src/main.c
src/mainwindow.c
src/news.c
src/news.h
src/pop.c
src/pop.h
src/prefs_account.c
src/recv.c
src/recv.h
src/send_message.c
src/send_message.h
src/ssl_manager.c
src/ssl_manager.h
src/wizard.c