aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Collapse)Author
2007-05-11the quick search condition now persists for the whole session.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1688 ee746299-78ed-0310-b773-934348b2243d
2007-05-10implemented '--open' command line option which open messages specified with ↵hiro
command-line in new window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1686 ee746299-78ed-0310-b773-934348b2243d
2007-04-23fixed crash on Win32 when an OpenSSL DLL linked with MSVCR71.DLL was used.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1664 ee746299-78ed-0310-b773-934348b2243d
2007-04-19check for invalid APOP timestamp (CVE-2007-1558).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1656 ee746299-78ed-0310-b773-934348b2243d
2007-04-18updated copyright.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1649 ee746299-78ed-0310-b773-934348b2243d
2007-04-18fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1647 ee746299-78ed-0310-b773-934348b2243d
2007-04-17session.c: remove idle callback on close, and check GSource in the callback ↵hiro
(possibly fixes crashes on cancellation). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1641 ee746299-78ed-0310-b773-934348b2243d
2007-04-16win32: check for the loadability of the default font.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1637 ee746299-78ed-0310-b773-934348b2243d
2007-04-13optimized file copy.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1635 ee746299-78ed-0310-b773-934348b2243d
2007-04-13win32: minor optimization of file move.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1634 ee746299-78ed-0310-b773-934348b2243d
2007-04-12supported ISO-8859-16.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1626 ee746299-78ed-0310-b773-934348b2243d
2007-04-11properly process CSV with double quotations.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1616 ee746299-78ed-0310-b773-934348b2243d
2007-04-06display error dialog if the execution of the junk filter command failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1597 ee746299-78ed-0310-b773-934348b2243d
2007-04-04procmime_scan_multipart_message(): use heap memory instead of stack for read ↵hiro
buffer, and increased the max recursion level to 64. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1593 ee746299-78ed-0310-b773-934348b2243d
2007-04-03win32: fixed a bug that the path separator of FolderItem::path was not ↵hiro
processed correctly. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1589 ee746299-78ed-0310-b773-934348b2243d
2007-03-30supported In-Reply-To header in mailto URL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1586 ee746299-78ed-0310-b773-934348b2243d
2007-03-25fixed a bug that messages which were not filtered were not counted as new ↵Hiro
messages in imap filtering. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1576 ee746299-78ed-0310-b773-934348b2243d
2007-03-15apply flag changes in IMAP automatic filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1569 ee746299-78ed-0310-b773-934348b2243d
2007-03-14fixes data format incompatibility of folderlist.xml between Unix and Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1568 ee746299-78ed-0310-b773-934348b2243d
2007-03-14conv_encode_header(): fixed wrong handling of quotation in continuing ↵hiro
multi-byte strings. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1565 ee746299-78ed-0310-b773-934348b2243d
2007-02-23win32: fixed a bug that the timeout didn't work.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1556 ee746299-78ed-0310-b773-934348b2243d
2007-02-08don't filter junk on import.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1535 ee746299-78ed-0310-b773-934348b2243d
2007-02-07fixed saved search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1532 ee746299-78ed-0310-b773-934348b2243d
2007-02-06filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1531 ee746299-78ed-0310-b773-934348b2243d
2007-02-01refactored the toolbar structure.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1520 ee746299-78ed-0310-b773-934348b2243d
2007-01-31added the option 'Text at the right of icon' for the toolbar.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1516 ee746299-78ed-0310-b773-934348b2243d
2007-01-30also scan symbolic links on MH mailboxes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1513 ee746299-78ed-0310-b773-934348b2243d
2007-01-24win32: inhibit the warning of setsockopt().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1501 ee746299-78ed-0310-b773-934348b2243d
2007-01-22prevented WSAEWOULDBLOCK on sending/receiving in Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1500 ee746299-78ed-0310-b773-934348b2243d
2007-01-19win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending ↵hiro
data). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1499 ee746299-78ed-0310-b773-934348b2243d
2007-01-18implemented the framework of toolbar customization.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1497 ee746299-78ed-0310-b773-934348b2243d
2007-01-17fixed IMAP4 filtering when IP unreachable.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1493 ee746299-78ed-0310-b773-934348b2243d
2007-01-17fixed virtual class structure.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1492 ee746299-78ed-0310-b773-934348b2243d
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1491 ee746299-78ed-0310-b773-934348b2243d
2007-01-17conv_encode_header(): force output of UTF-8 if code conversion failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1489 ee746299-78ed-0310-b773-934348b2243d
2007-01-16procmsg_open_data_file(): fixed a bug that the version of a data file was ↵hiro
not checked when the file couldn't be opened with EACCES and reopened. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1486 ee746299-78ed-0310-b773-934348b2243d
2007-01-15vi Chhiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1478 ee746299-78ed-0310-b773-934348b2243d
2007-01-15get_domain_name(): win32: return correct domain name (if possible).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1476 ee746299-78ed-0310-b773-934348b2243d
2007-01-12fixed stray quote character appearing after encoding mail headers.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1470 ee746299-78ed-0310-b773-934348b2243d
2007-01-11allow spaces around equals between name and value of MIME parameters.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1469 ee746299-78ed-0310-b773-934348b2243d
2007-01-11added the option to toggle window on trayicon click.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1466 ee746299-78ed-0310-b773-934348b2243d
2007-01-11also look for ca-root.crt.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1465 ee746299-78ed-0310-b773-934348b2243d
2006-12-28filter junk mails on incorporation from local spool when filter_junk_on_recv ↵hiro
is enabled. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1464 ee746299-78ed-0310-b773-934348b2243d
2006-12-28fixed out of sync response on FETCH.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1462 ee746299-78ed-0310-b773-934348b2243d
2006-12-25change_file_mode_rw(): win32: use widechar API.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1459 ee746299-78ed-0310-b773-934348b2243d
2006-12-25fixed compilation failure.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1458 ee746299-78ed-0310-b773-934348b2243d
2006-12-25fixed crash when .sylpheed_mark is not writable.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1457 ee746299-78ed-0310-b773-934348b2243d
2006-12-25fixed compilation failure with GLib 2.4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1456 ee746299-78ed-0310-b773-934348b2243d
2006-12-18call SSL_CTX_load_verify_locations() also when only certs_file exists.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1432 ee746299-78ed-0310-b773-934348b2243d
2006-12-18modified SSL CA certificates.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1431 ee746299-78ed-0310-b773-934348b2243d