aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2006-11-20merged from libsylph branch.hiro
2006-11-14made the default directory of file selection dialog document folder.hiro
2006-11-06fixed a crash when printing a message with empty Subject, From, and To.hiro
2006-11-02added the option 'Remember last selected message'.hiro
2006-11-01added the option 'Open inbox on startup'.hiro
2006-10-30impelmented POP before SMTP.hiro
2006-10-19win32: fixes character corruption on printing when environment-dependent char...hiro
2006-10-13win32: fixed socket.c and session.c.hiro
2006-10-04win32: implemented sock_set_nonblocking_mode().hiro
2006-10-03socket.c: if recv() or send() fail with WSAEWOULDBLOCK, set errno to EAGAIN.hiro
2006-10-03exclude messages marked as read when counting new messages.hiro
2006-09-28fixed ssl_init_socket_with_method().hiro
2006-09-26implemented tray icon in Win32.hiro
2006-09-26made workaround for state machine freeze problem in Win32.hiro
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