* src/pop.c
* src/pop.h
* src/messageview.c
Refactor API (to avoid passing 5+ params and code
duplication)
* src/folder.c
* src/msgcache.c
* src/procheader.c
* src/common/defs.h
Add planned_download to cache
Don't mess uidl file when moving partially downloaded
mails (they change folder, we should change it in the
uidl list too or we'll remove an incorrect message)
(this also helps removing hacks when changing
planned_download in messageview.c)
* src/folder.h [1.87.2.6]
* src/inc.c [1.149.2.7]
* src/messageview.c [1.94.2.8]
* src/procheader.c [1.47.2.6]
* src/procmsg.c [1.150.2.4]
* src/procmsg.h [1.60.2.5]
* src/pop.c [1.56.2.4]
* src/pop.h [1.17.2.3]
Let too big messages get downloaded, but truncated
Add a button to download them completely
* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
use new autoconf script to detect OpenSSL with extra parameters
to specify the location of libs and includes, also remove USE_SSL
to USE_OPENSSL
* src/common/sylpheed.[ch]
* src/common/version.h.in
start seperation of common code initialization seperated from gui
last commit did not work without this, so here is the rest
* doc-src/ui_seperation.txt ** NEW **
information for ui seperation
* src/Makefile.am
remove files that were moved to common
include common directory by default for the header files
* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
implement automaton using g_io_*-functions instead of
gdk_input_add to make it ui independent
* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
remove common/ prefix because directory is now in
include path
* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
fix warnings
* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
add log.h header file for logging functions
* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
o move debug_mode to commno/utils.c
o add functions to set and get debug_mode
* src/defs.h ** REMOVE **
* src/intl.h ** REMOVE **
* src/socket.[ch] ** REMOVE **
* src/ssl.[ch] ** REMOVE **
* src/utils.[ch] ** REMOVE **
replaced by new files in src/common/
* src/common/Makefile.am
add new files in src/common/
* src/common/defs.h ** NEW **
* src/common/intl.h ** NEW **
* src/common/log.[ch] ** NEW **
* src/common/socket.[ch] ** NEW **
* src/common/ssl.[ch] ** NEW **
* src/common/utils.[ch] ** NEW **
replacement for files in src/