aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Collapse)Author
2005-10-27modified REMOTE_CMD_PORT.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@694 ee746299-78ed-0310-b773-934348b2243d
2005-10-27libsylph/socket.c: fd_accept(): enabled on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@693 ee746299-78ed-0310-b773-934348b2243d
2005-10-27win32: implemented remote command using TCP socket.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@692 ee746299-78ed-0310-b773-934348b2243d
2005-10-27win32: read mime.types in startup directory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@690 ee746299-78ed-0310-b773-934348b2243d
2005-10-26added a setting to delete filtered junk mails from server.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@689 ee746299-78ed-0310-b773-934348b2243d
2005-10-26modification for ML post with Reply-To.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@688 ee746299-78ed-0310-b773-934348b2243d
2005-10-26use GLib functions to extract URIs if available.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@687 ee746299-78ed-0310-b773-934348b2243d
2005-10-25fixed a typo.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@683 ee746299-78ed-0310-b773-934348b2243d
2005-10-25win32: use ShellExecute() on print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@680 ee746299-78ed-0310-b773-934348b2243d
2005-10-25match the output header for printing to the message view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@679 ee746299-78ed-0310-b773-934348b2243d
2005-10-20fixed execution failure on filtering if a file path includes space.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@670 ee746299-78ed-0310-b773-934348b2243d
2005-10-20added '--configdir' option which specifies config directory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@667 ee746299-78ed-0310-b773-934348b2243d
2005-10-18win32: modified the default commands.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@666 ee746299-78ed-0310-b773-934348b2243d
2005-10-17win32: fixed compilation failure.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@655 ee746299-78ed-0310-b773-934348b2243d
2005-10-16win32: use ShellExecute() to open URI.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@652 ee746299-78ed-0310-b773-934348b2243d
2005-10-14made some warnings just debug messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@647 ee746299-78ed-0310-b773-934348b2243d
2005-10-14changed the locale charset of Japanese Windows from Shift_JIS to CP932.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@646 ee746299-78ed-0310-b773-934348b2243d
2005-10-13enhanced the support of environment-dependent Japanese characters.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@645 ee746299-78ed-0310-b773-934348b2243d
2005-10-13win32: use ShellExecute() to launch attachments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@642 ee746299-78ed-0310-b773-934348b2243d
2005-10-13enabled the property of the top folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@641 ee746299-78ed-0310-b773-934348b2243d
2005-10-13fixed parsing of literal data (skip quotes)hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@640 ee746299-78ed-0310-b773-934348b2243d
2005-10-12also log IMAP4 literal strings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@639 ee746299-78ed-0310-b773-934348b2243d
2005-10-12fixed parsing of literal data in IMAP4 response.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@636 ee746299-78ed-0310-b773-934348b2243d
2005-10-11output g_log() messages to the log window and log file. Disabled console ↵hiro
window on win32. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@631 ee746299-78ed-0310-b773-934348b2243d
2005-10-11updated ChangeLog.ja.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@630 ee746299-78ed-0310-b773-934348b2243d
2005-10-10fixed crashes on abnormal date.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@628 ee746299-78ed-0310-b773-934348b2243d
2005-10-07support literals in IMAP response.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@627 ee746299-78ed-0310-b773-934348b2243d
2005-10-06conv_filename_from_utf8(), conv_filename_to_utf8(): put an assertion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@626 ee746299-78ed-0310-b773-934348b2243d
2005-10-06added file system path info to folder prefs.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@625 ee746299-78ed-0310-b773-934348b2243d
2005-10-06win32: environmental variable fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@624 ee746299-78ed-0310-b773-934348b2243d
2005-10-04fixed my_tmpfile() for win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@620 ee746299-78ed-0310-b773-934348b2243d
2005-10-03fixed rename on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@618 ee746299-78ed-0310-b773-934348b2243d
2005-09-30Win32: set the default font to 'MS Gothic 12' on Japanese environment.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@617 ee746299-78ed-0310-b773-934348b2243d
2005-09-26libsylph/html.c: improved entity references conversion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@603 ee746299-78ed-0310-b773-934348b2243d
2005-09-22implemented 'Save all'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@601 ee746299-78ed-0310-b773-934348b2243d
2005-09-21removed mbs/wcs functions which are no longer required.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@596 ee746299-78ed-0310-b773-934348b2243d
2005-09-20reimplemented grouplistdialog with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@593 ee746299-78ed-0310-b773-934348b2243d
2005-09-16modified the display of folder view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@589 ee746299-78ed-0310-b773-934348b2243d
2005-09-15re-enabled prefs_common.allow_jisx0201_kana.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@584 ee746299-78ed-0310-b773-934348b2243d
2005-09-14fixed warnings about signedness difference.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@583 ee746299-78ed-0310-b773-934348b2243d
2005-09-14normalize address fields before encoding them.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@581 ee746299-78ed-0310-b773-934348b2243d
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@578 ee746299-78ed-0310-b773-934348b2243d
2005-09-13added 'View/Sort/by thread date'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@574 ee746299-78ed-0310-b773-934348b2243d
2005-09-12imap.c: changed the message number limit on COPY.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@572 ee746299-78ed-0310-b773-934348b2243d
2005-09-09added missing translation string.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@569 ee746299-78ed-0310-b773-934348b2243d
2005-09-09update progress bar when executing long IMAP4 operations.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@567 ee746299-78ed-0310-b773-934348b2243d
2005-09-08md5_hmac_get(): minor code cleanup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@561 ee746299-78ed-0310-b773-934348b2243d
2005-09-08replaced md5.[ch] with public domain code in GNet.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@559 ee746299-78ed-0310-b773-934348b2243d
2005-09-08moved mbox.[ch] into libsylph.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@557 ee746299-78ed-0310-b773-934348b2243d
2005-09-07imap.c: limit number of messages to be copied at a time with COPY command to ↵hiro
prevent network timeout. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@555 ee746299-78ed-0310-b773-934348b2243d