aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2006-09-22updated URI.hiro
2006-09-19improved PGP/MIME compatibility.hiro
2006-09-14protect uidl file on disk full.hiro
2006-09-13avoid uninitialized value.hiro
2006-09-13procmime.c: add more error checking.hiro
2006-09-13fflush() stream before rewind() to ensure error checking.hiro
2006-09-13session.c: added extra error checking when writing to buffer.hiro
2006-09-13procmime_decode_content(): fflush temporary file and check errors.hiro
2006-09-12made workaround for UTF-8 with BOM.hiro
2006-09-06don't use off_t in struct.hiro
2006-09-06socket.c: retry waitpid() when it is interrupted.hiro
2006-08-23supported PLAIN authentication on IMAP4.hiro
2006-08-23added signature information to MsgInfo.hiro
2006-08-15fixed manual junk filtering.hiro
2006-08-09when inserting file, check whole file to see if it is UTF-8.hiro
2006-08-03support Oniguruma for regex.hiro
2006-07-31modified folder context menu on receiving.hiro
2006-07-27fixed a memory leak.hiro
2006-07-25added an option to filter junk mails before normal filtering.hiro
2006-06-25improved the performance of rebuilding tree.Hiro
2006-06-25removed redundant folder scan on moving messages.Hiro
2006-06-23win32: optimized scanning of directory.Hiro
2006-06-16added 'Mark all read' to the folder context menu.hiro
2006-05-31imap.c: support 8-bit literal (literal8) defined in RFC 3516.hiro
2006-05-26increment Pop3Session::cur_total_bytes too when deleting expired messages.hiro
2006-05-17fixed execution failure when using accessibility module, and character corrup...Hiro
2006-03-27fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.hiro
2006-03-17implemented RFC 2231 filename encoding on send.hiro
2006-03-16implemented RFC 2231 parameter value extension.hiro
2006-03-14fixed duplicated subfolders when rebuilding folder tree on Win32 while settin...hiro
2006-03-10printing messages now follows 'Show all headers'.hiro
2006-03-09parse ~/.mailcap if ~/.sylpheed-2.0/mailcap not found.hiro
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
2006-03-08read mailcap file other than standard location.hiro
2006-03-08removed metamail support and replaced it with the alternative implementation.hiro
2006-03-06preserve the window position of address book.hiro
2006-03-02fixed crash when tried to move IMAP4 folders right under the root folder.hiro
2006-02-27win32: fixed encoding problem of command execution.hiro
2006-02-24libsylph/folder.h: fixed comments.hiro
2006-02-22use filename-safe string for IMAP cache directory.hiro
2006-02-21use filename-safe string for UIDL file.hiro
2006-02-14win32: avoid blocking when reading from socket.hiro
2006-02-08supported 'x-sjis' encoding.hiro
2006-02-08fixed locale encoding problem on win32.hiro
2006-02-06don't reset unread flag when moving/copying messages into trash.hiro
2006-02-06win32: fixed Japanese folder name problem.hiro
2006-02-05fixed wrong status display at receiving on *BSD systems.hiro
2006-02-01trim too long IMAP4 response lines.hiro
2006-02-01modified the default of summaryview_height.hiro
2006-01-31the size of address book is now remembered.hiro