aboutsummaryrefslogtreecommitdiff
path: root/src/send_message.c
AgeCommit message (Expand)Author
2012-06-25possible fix for gmodule link error on some environments (#74). Updated copyr...hiro
2012-05-31differentiate DNS lookup error from connection errors.hiro
2011-01-07added an option to disable the send dialog.hiro
2011-01-07send_message_queue_all(): refactored.hiro
2010-12-09fixed a bug that temporary password was not cleared on SMTP auth failure.hiro
2010-12-07added SOCKS4/5 proxy support.hiro
2009-10-09made send dialog non-modal.hiro
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
2009-09-17introduced multi-threading.hiro
2008-09-26added progress column to the progress dialog.hiro
2008-04-09always display error dialog when connection to SMTP server failed.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-07-20ignore errors right after QUIT (workaround for Gmail SMTP server).hiro
2007-07-17check replytarget's Message-Id when adding reply flags.hiro
2007-07-12refactored add-reply-or-forward-mark-after-sending.hiro
2007-07-11code cleanup.hiro
2007-07-10added the feature to reply to attached message/rfc822 messages.hiro
2007-07-10restore reply/forward target on reedit.hiro
2007-07-09implemented add-reply-or-forward-mark after sending from queue.hiro
2007-04-11disconnect immediately when cancelled (possibly fixes crash after cancellation).hiro
2007-01-19prevent incorporation on sending.hiro
2006-12-05fixed the dialog not updated while sending large messages.hiro
2006-10-30impelmented POP before SMTP.hiro
2006-06-03added missing timeout handling for SMTP.Hiro
2005-11-29send_message_queue_all(): follow the change of compose.c::compose_send().hiro
2005-11-22reduced memory usage on SMTP session.hiro
2005-09-14fixed warnings about signedness difference.hiro
2005-09-05made query-password function UI independent.hiro
2005-09-05moved procmsg.c::procmsg_send_queue() to send_message.c::send_message_queue_a...hiro
2005-08-08added wrappers for C library function that take pathname arguments.hiro
2005-08-05enabled compilation with MinGW.hiro
2005-06-16check exit status to detect errors when send messages using commands.hiro
2005-06-08reimplemented progress dialog with GtkTreeView.hiro
2005-06-07added an option to apply filter rules to sent messages.hiro
2005-05-30fixed a transient window problem.hiro
2005-05-25detect errors on sending with sendmail command.hiro
2005-04-05made a workaround for Gmail SMTP server.hiro
2005-02-07replaced intl.h with glib/gi18n.h.hiro
2005-01-12Initial import of Sylpheed (GTK2 version).hiro