aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
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
2005-10-12also log IMAP4 literal strings.hiro
2005-10-12fixed parsing of literal data in IMAP4 response.hiro
2005-10-11output g_log() messages to the log window and log file. Disabled console wind...hiro
2005-10-11updated ChangeLog.ja.hiro
2005-10-10fixed crashes on abnormal date.Hiro
2005-10-07support literals in IMAP response.hiro
2005-10-06conv_filename_from_utf8(), conv_filename_to_utf8(): put an assertion.hiro
2005-10-06added file system path info to folder prefs.hiro
2005-10-06win32: environmental variable fix.hiro
2005-10-04fixed my_tmpfile() for win32.hiro
2005-10-03fixed rename on win32.hiro
2005-09-30Win32: set the default font to 'MS Gothic 12' on Japanese environment.hiro
2005-09-26libsylph/html.c: improved entity references conversion.hiro
2005-09-22implemented 'Save all'.hiro
2005-09-21removed mbs/wcs functions which are no longer required.hiro
2005-09-20reimplemented grouplistdialog with GtkTreeView.hiro
2005-09-16modified the display of folder view.hiro
2005-09-15re-enabled prefs_common.allow_jisx0201_kana.hiro
2005-09-14fixed warnings about signedness difference.hiro
2005-09-14normalize address fields before encoding them.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-13added 'View/Sort/by thread date'.hiro
2005-09-12imap.c: changed the message number limit on COPY.hiro
2005-09-09added missing translation string.hiro
2005-09-09update progress bar when executing long IMAP4 operations.hiro
2005-09-08md5_hmac_get(): minor code cleanup.hiro