aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.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
2010-12-21changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use G_PRIORIT...hiro
2010-12-07added UI for SOCKS settings.hiro
2010-12-07added SOCKS4/5 proxy support.hiro
2010-06-18fixes crash on cancel.hiro
2009-10-05removed some debug prints. uncommented code block for unix.hiro
2009-09-30imap.c: connect in another thread.hiro
2009-09-25fixed the handling of GDK thread lock.hiro
2009-09-17introduced multi-threading.hiro
2008-12-03added SYL_ prefix to SockFlags enum to avoid confliction with recent glibc he...hiro
2008-11-19libsylph/session.c: session_connect(): fixed a bug that session->server was n...hiro
2008-09-17implemented remote POP3 mailbox.hiro
2008-04-09always display error dialog when connection to SMTP server failed.hiro
2007-06-11fixes stall of SMTP when sending via dialup connection.hiro
2007-06-07win32: abort socket polling if not connected.hiro
2007-04-17session.c: remove idle callback on close, and check GSource in the callback (...hiro
2007-02-23win32: fixed a bug that the timeout didn't work.hiro
2007-01-22prevented WSAEWOULDBLOCK on sending/receiving in Win32.hiro
2007-01-19win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending da...hiro
2006-11-21merged from LibSylph branch.hiro
2006-10-13win32: fixed socket.c and session.c.hiro
2006-10-04win32: implemented sock_set_nonblocking_mode().hiro
2006-09-26made workaround for state machine freeze problem in Win32.hiro
2006-09-13session.c: added extra error checking when writing to buffer.hiro
2006-02-14win32: avoid blocking when reading from socket.hiro
2005-11-29removed debug print.hiro
2005-11-25session_read_data_as_file_cb(): don't write to file until buffer is filled mo...hiro
2005-11-25fixed a bug that lost first part of message data on receiving.hiro
2005-11-24reduced memory usage on POP3 session.hiro
2005-11-22reduced memory usage on SMTP session.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-02fixed signedness warnings.hiro
2005-08-31made some core modules library (libsylph).hiro