History | View | Annotate | Download (50.5 kB)
modified notification window.
added option: 'Show notification window when new messages arrive'
implemented new message notification popup window.
do not disconnect immediately but send QUIT on normal POP3 errors.
fixed 'Stop' button didn't become inactive after POP3 session finished.
included server name in the receive error dialog.
src/inc.c: properly detect DNS lookup error when session_connect_full() failed immediately.
differentiate DNS lookup error from connection errors.
src/inc.c: use a flag to distinguish the state of activity.
win32: added an option to play sound when new messages arrive.
show the detail of new messages on the trayicon tooltip.
added new plug-in signals to notify start and end of receiving.
libsylph/utils.[ch]: to_human_readable_buf(): new.
check the return value of junk filter command and show error dialog on failure.
do not count junk-filtered or trashed messages as new ones. Do not display new state as red color on Junk folder.
fixes wrong unread number display.
Automatically select appropriate Junk folder on filtering.
changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use G_PRIORITY_LOW for long timeout interval.
added SOCKS4/5 proxy support.
made the progress of receive dialog display only number/size in current session, not including already received ones.
added 'Cancel all' button to the incorporation dialog.
update summary view on receiving on the fly.
fixed crash when clicking tray icon menu 'Get from current account' with no account.
removed redundant debug print.
fixed a bug that MIME flag was not properly set on receiving.
made GDK locks reentrant, and made LogWindow thread-safe.
fixed the handling of GDK thread lock.
introduced multi-threading.
update summary caches on receiving.
renamed/removed MSGBUFSIZE.
added progress column to the progress dialog.
implemented remote POP3 mailbox.
removed all warnings output with -Wall.
block notify if a new message is read on receiving.
fixed format string vulnerability.
disconnect immediately when cancelled (possibly fixes crash after cancellation).
display error dialog if the execution of the junk filter command failed.
fixed stop button sensitivity, and cancel all.
disable --compose, --receive, --send remote commands when a modal dialog exists.
fixed a bug that messages which were not filtered were not counted as new messages in imap filtering.
apply flag changes in IMAP automatic filtering.
enabled automatic junk mail filtering on IMAP.
count filtered messages for new mail notification on IMAP filtering.
don't filter junk on import.
filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.
implemented the automatic filtering of IMAP4 INBOX folder.
only disable new mail notification when a new mail is actually read.
impelmented POP before SMTP.
exclude junk mails from the number of new messages.
exclude messages marked as read when counting new messages.
blink tray icon if new mails arrive.
win32: fixed inc dialog.
added an option to filter junk mails before normal filtering.
added a hidden option "mime_command" for backward compatibility.
don't enable trayicon action if modal window exists. Present window on click if main window is obscured.
properly count the number of new messages on local and remote mailboxes.
fixed 32-bit integer overflow where the total size of POP3 messages is greater than 2GB.
added an option to update only INBOX on checking new messages of IMAP4 accounts.
modified 'filter sent messages'.
made query-password function UI independent.
separated trayicon into another module, and notify new messages with trayicon on receive.
added wrappers for C library function that take pathname arguments.
enabled compilation with MinGW.
improved portability.
added an option to execute command when new messages arrived.
integrated junk filter setting into common prefs.
reimplemented progress dialog with GtkTreeView.
fixed a transient window problem.
reimplemented summary view with GtkTreeView.
modified ProgressDialog to use GtkDialog.
replaced intl.h with glib/gi18n.h.
removed a warning.
use GTK stock button for dialog button set.
Initial import of Sylpheed (GTK2 version).