aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2005-12-05imap_cmd_append(): send message contents all at once.hiro
2005-12-01fixed compilation failure on some environments.hiro
2005-11-29removed debug print.hiro
2005-11-28moved outgoing encoding option into Display - Encoding tab.hiro
2005-11-28also normalize text files on win32 when saving parts.hiro
2005-11-28reverted linebreak conversion.hiro
2005-11-25uncanonicalize unencoded text when saving.hiro
2005-11-25removed CR+LF to LF conversion on receiving.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-24win32: don't uncanonicalize text files when decoding.hiro
2005-11-24reduced memory usage on POP3 session.hiro
2005-11-22reduced memory usage on SMTP session.hiro
2005-11-22imap.c: quote additional chars.hiro
2005-11-22remember the last compose window position.hiro
2005-11-21modified the order of common prefs options.hiro
2005-11-18moved the position of Spell tab.hiro
2005-11-17win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.hiro
2005-11-17implemented spell checking.hiro
2005-11-14fixes occasional summary update failure on win32 and some filesystems.hiro
2005-11-14prevent integer overflow on summary status.hiro
2005-11-10don't show gpg warning on win32 by default.hiro
2005-11-07implemented auto-save.hiro
2005-11-07moved the location of fallback_encoding.hiro
2005-11-04added preset menu for junk learning commands.hiro
2005-11-02added an option to mark filtered junk mails as read.hiro
2005-11-02reimplemented external editor with GSpawn and GChildWatch.hiro
2005-11-01added fallback encoding setting.hiro
2005-10-31execute_sync(): win32: get exit status of child process by not using helper p...hiro
2005-10-27modified REMOTE_CMD_PORT.hiro
2005-10-27libsylph/socket.c: fd_accept(): enabled on win32.hiro
2005-10-27win32: implemented remote command using TCP socket.hiro
2005-10-27win32: read mime.types in startup directory.hiro
2005-10-26added a setting to delete filtered junk mails from server.hiro
2005-10-26modification for ML post with Reply-To.hiro
2005-10-26use GLib functions to extract URIs if available.hiro
2005-10-25fixed a typo.hiro
2005-10-25win32: use ShellExecute() on print.hiro
2005-10-25match the output header for printing to the message view.hiro
2005-10-20fixed execution failure on filtering if a file path includes space.hiro
2005-10-20added '--configdir' option which specifies config directory.hiro
2005-10-18win32: modified the default commands.hiro
2005-10-17win32: fixed compilation failure.hiro
2005-10-16win32: use ShellExecute() to open URI.Hiro
2005-10-14made some warnings just debug messages.hiro
2005-10-14changed the locale charset of Japanese Windows from Shift_JIS to CP932.hiro
2005-10-13enhanced the support of environment-dependent Japanese characters.hiro
2005-10-13win32: use ShellExecute() to launch attachments.hiro
2005-10-13enabled the property of the top folder.hiro
2005-10-13fixed parsing of literal data (skip quotes)hiro