aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Collapse)Author
2006-11-20merged from libsylph branch.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1325 ee746299-78ed-0310-b773-934348b2243d
2006-11-14made the default directory of file selection dialog document folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1300 ee746299-78ed-0310-b773-934348b2243d
2006-11-06fixed a crash when printing a message with empty Subject, From, and To.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1266 ee746299-78ed-0310-b773-934348b2243d
2006-11-02added the option 'Remember last selected message'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1262 ee746299-78ed-0310-b773-934348b2243d
2006-11-01added the option 'Open inbox on startup'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1260 ee746299-78ed-0310-b773-934348b2243d
2006-10-30impelmented POP before SMTP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1254 ee746299-78ed-0310-b773-934348b2243d
2006-10-19win32: fixes character corruption on printing when environment-dependent ↵hiro
characters are used in win32. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1246 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-10-03socket.c: if recv() or send() fail with WSAEWOULDBLOCK, set errno to EAGAIN.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1207 ee746299-78ed-0310-b773-934348b2243d
2006-10-03exclude messages marked as read when counting new messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1206 ee746299-78ed-0310-b773-934348b2243d
2006-09-28fixed ssl_init_socket_with_method().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1200 ee746299-78ed-0310-b773-934348b2243d
2006-09-26implemented tray icon in Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1189 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-22updated URI.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1179 ee746299-78ed-0310-b773-934348b2243d
2006-09-19improved PGP/MIME compatibility.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1169 ee746299-78ed-0310-b773-934348b2243d
2006-09-14protect uidl file on disk full.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1164 ee746299-78ed-0310-b773-934348b2243d
2006-09-13avoid uninitialized value.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1158 ee746299-78ed-0310-b773-934348b2243d
2006-09-13procmime.c: add more error checking.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1157 ee746299-78ed-0310-b773-934348b2243d
2006-09-13fflush() stream before rewind() to ensure error checking.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1156 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-09-13procmime_decode_content(): fflush temporary file and check errors.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1154 ee746299-78ed-0310-b773-934348b2243d
2006-09-12made workaround for UTF-8 with BOM.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1150 ee746299-78ed-0310-b773-934348b2243d
2006-09-06don't use off_t in struct.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1146 ee746299-78ed-0310-b773-934348b2243d
2006-09-06socket.c: retry waitpid() when it is interrupted.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1143 ee746299-78ed-0310-b773-934348b2243d
2006-08-23supported PLAIN authentication on IMAP4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1129 ee746299-78ed-0310-b773-934348b2243d
2006-08-23added signature information to MsgInfo.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1128 ee746299-78ed-0310-b773-934348b2243d
2006-08-15fixed manual junk filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1125 ee746299-78ed-0310-b773-934348b2243d
2006-08-09when inserting file, check whole file to see if it is UTF-8.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1121 ee746299-78ed-0310-b773-934348b2243d
2006-08-03support Oniguruma for regex.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1113 ee746299-78ed-0310-b773-934348b2243d
2006-07-31modified folder context menu on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1106 ee746299-78ed-0310-b773-934348b2243d
2006-07-27fixed a memory leak.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1102 ee746299-78ed-0310-b773-934348b2243d
2006-07-25added an option to filter junk mails before normal filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1097 ee746299-78ed-0310-b773-934348b2243d
2006-06-25improved the performance of rebuilding tree.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1086 ee746299-78ed-0310-b773-934348b2243d
2006-06-25removed redundant folder scan on moving messages.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1085 ee746299-78ed-0310-b773-934348b2243d
2006-06-23win32: optimized scanning of directory.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1084 ee746299-78ed-0310-b773-934348b2243d
2006-06-16added 'Mark all read' to the folder context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1082 ee746299-78ed-0310-b773-934348b2243d
2006-05-31imap.c: support 8-bit literal (literal8) defined in RFC 3516.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1077 ee746299-78ed-0310-b773-934348b2243d
2006-05-26increment Pop3Session::cur_total_bytes too when deleting expired messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1071 ee746299-78ed-0310-b773-934348b2243d
2006-05-17fixed execution failure when using accessibility module, and character ↵Hiro
corruption and buffer overflow on sending when using half-width kana. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1068 ee746299-78ed-0310-b773-934348b2243d
2006-03-27fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1058 ee746299-78ed-0310-b773-934348b2243d
2006-03-17implemented RFC 2231 filename encoding on send.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1052 ee746299-78ed-0310-b773-934348b2243d
2006-03-16implemented RFC 2231 parameter value extension.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1050 ee746299-78ed-0310-b773-934348b2243d
2006-03-14fixed duplicated subfolders when rebuilding folder tree on Win32 while ↵hiro
settings were shared between Win32 and Unix. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1049 ee746299-78ed-0310-b773-934348b2243d
2006-03-10printing messages now follows 'Show all headers'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1038 ee746299-78ed-0310-b773-934348b2243d
2006-03-09parse ~/.mailcap if ~/.sylpheed-2.0/mailcap not found.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1037 ee746299-78ed-0310-b773-934348b2243d
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1035 ee746299-78ed-0310-b773-934348b2243d
2006-03-08read mailcap file other than standard location.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1033 ee746299-78ed-0310-b773-934348b2243d
2006-03-08removed metamail support and replaced it with the alternative implementation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1032 ee746299-78ed-0310-b773-934348b2243d
2006-03-06preserve the window position of address book.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1028 ee746299-78ed-0310-b773-934348b2243d