History | View | Annotate | Download (22.2 kB)
Pop3Session::state to POP3_ERROR if QUIT fail.
do not disconnect immediately but send QUIT on normal POP3 errors.
fixes crash on cancel.
removed some debug prints. uncommented code block for unix.
fixed the handling of GDK thread lock.
don't save older backups of UIDL files.
remote mailbox: implemented message display.
implemented remote POP3 mailbox.
check for invalid APOP timestamp (CVE-2007-1558).
impelmented POP before SMTP.
exclude messages marked as read when counting new messages.
protect uidl file on disk full.
increment Pop3Session::cur_total_bytes too when deleting expired messages.
use filename-safe string for UIDL file.
fixed wrong status display at receiving on *BSD systems.
fixed 32-bit integer overflow where the total size of POP3 messages is greater than 2GB.
prevent duplicate retrieval after incomplete POP3 session.
reverted linebreak conversion.
removed CR+LF to LF conversion on receiving.
reduced memory usage on POP3 session.
fixed warnings about signedness difference.
changed the license of LibSylph from GPL to LGPL.
replaced md5.[ch] with public domain code in GNet.
moved more modules to libsylph.
added wrappers for C library function that take pathname arguments.
fixed gcc-4.0 warnings.
fixed Turkish locale problem.
replaced intl.h with glib/gi18n.h.
also migrate sylpheedrc.
Initial import of Sylpheed (GTK2 version).