aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.c
AgeCommit message (Collapse)Author
2012-06-25possible fix for gmodule link error on some environments (#74). Updated ↵hiro
copyright year. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3118 ee746299-78ed-0310-b773-934348b2243d
2012-05-31differentiate DNS lookup error from connection errors.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3081 ee746299-78ed-0310-b773-934348b2243d
2010-12-21changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use ↵hiro
G_PRIORITY_LOW for long timeout interval. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2764 ee746299-78ed-0310-b773-934348b2243d
2010-12-07added UI for SOCKS settings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2735 ee746299-78ed-0310-b773-934348b2243d
2010-12-07added SOCKS4/5 proxy support.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2733 ee746299-78ed-0310-b773-934348b2243d
2010-06-18fixes crash on cancel.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2581 ee746299-78ed-0310-b773-934348b2243d
2009-10-05removed some debug prints. uncommented code block for unix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2272 ee746299-78ed-0310-b773-934348b2243d
2009-09-30imap.c: connect in another thread.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2261 ee746299-78ed-0310-b773-934348b2243d
2009-09-25fixed the handling of GDK thread lock.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2258 ee746299-78ed-0310-b773-934348b2243d
2009-09-17introduced multi-threading.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2255 ee746299-78ed-0310-b773-934348b2243d
2008-12-03added SYL_ prefix to SockFlags enum to avoid confliction with recent glibc ↵hiro
header file. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2088 ee746299-78ed-0310-b773-934348b2243d
2008-11-19libsylph/session.c: session_connect(): fixed a bug that session->server was ↵hiro
not set. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2073 ee746299-78ed-0310-b773-934348b2243d
2008-09-17implemented remote POP3 mailbox.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2031 ee746299-78ed-0310-b773-934348b2243d
2008-04-09always display error dialog when connection to SMTP server failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1973 ee746299-78ed-0310-b773-934348b2243d
2007-06-11fixes stall of SMTP when sending via dialup connection.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1757 ee746299-78ed-0310-b773-934348b2243d
2007-06-07win32: abort socket polling if not connected.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1752 ee746299-78ed-0310-b773-934348b2243d
2007-04-17session.c: remove idle callback on close, and check GSource in the callback ↵hiro
(possibly fixes crashes on cancellation). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1641 ee746299-78ed-0310-b773-934348b2243d
2007-02-23win32: fixed a bug that the timeout didn't work.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1556 ee746299-78ed-0310-b773-934348b2243d
2007-01-22prevented WSAEWOULDBLOCK on sending/receiving in Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1500 ee746299-78ed-0310-b773-934348b2243d
2007-01-19win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending ↵hiro
data). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1499 ee746299-78ed-0310-b773-934348b2243d
2006-11-21merged from LibSylph branch.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1330 ee746299-78ed-0310-b773-934348b2243d
2006-10-13win32: fixed socket.c and session.c.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1230 ee746299-78ed-0310-b773-934348b2243d
2006-10-04win32: implemented sock_set_nonblocking_mode().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1211 ee746299-78ed-0310-b773-934348b2243d
2006-09-26made workaround for state machine freeze problem in Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1188 ee746299-78ed-0310-b773-934348b2243d
2006-09-13session.c: added extra error checking when writing to buffer.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1155 ee746299-78ed-0310-b773-934348b2243d
2006-02-14win32: avoid blocking when reading from socket.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1001 ee746299-78ed-0310-b773-934348b2243d
2005-11-29removed debug print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@789 ee746299-78ed-0310-b773-934348b2243d
2005-11-25session_read_data_as_file_cb(): don't write to file until buffer is filled ↵hiro
more than the half. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@777 ee746299-78ed-0310-b773-934348b2243d
2005-11-25fixed a bug that lost first part of message data on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@776 ee746299-78ed-0310-b773-934348b2243d
2005-11-24reduced memory usage on POP3 session.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@774 ee746299-78ed-0310-b773-934348b2243d
2005-11-22reduced memory usage on SMTP session.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@771 ee746299-78ed-0310-b773-934348b2243d
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@578 ee746299-78ed-0310-b773-934348b2243d
2005-09-02fixed signedness warnings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@544 ee746299-78ed-0310-b773-934348b2243d
2005-08-31made some core modules library (libsylph).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@528 ee746299-78ed-0310-b773-934348b2243d