Statistics
| Revision:

root / libsylph @ 1710

  • svn:ignore: .deps .libs Makefile Makefile.in libsylph.la
# Date Author Comment
1709 05/18/2007 11:26 am Hiroyuki Yamamoto

URI encode mailto: to protect '+'.

1694 05/16/2007 02:42 pm Hiroyuki Yamamoto

process quoted-pair correctly.

1693 05/15/2007 01:34 pm Hiroyuki Yamamoto

use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing except for ISO-2022-JP.

1691 05/11/2007 05:34 pm Hiroyuki Yamamoto

qsearch_cond_type now persists between sessions.

1688 05/11/2007 02:37 pm Hiroyuki Yamamoto

the quick search condition now persists for the whole session.

1686 05/10/2007 12:48 pm Hiroyuki Yamamoto

implemented '--open' command line option which open messages specified with command-line in new window.

1664 04/23/2007 10:37 am Hiroyuki Yamamoto

fixed crash on Win32 when an OpenSSL DLL linked with MSVCR71.DLL was used.

1656 04/19/2007 01:29 pm Hiroyuki Yamamoto

check for invalid APOP timestamp (CVE-2007-1558).

1649 04/18/2007 03:42 pm Hiroyuki Yamamoto

updated copyright.

1647 04/18/2007 03:02 pm Hiroyuki Yamamoto

fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.

1641 04/17/2007 11:22 am Hiroyuki Yamamoto

session.c: remove idle callback on close, and check GSource in the callback (possibly fixes crashes on cancellation).

1637 04/16/2007 02:41 pm Hiroyuki Yamamoto

win32: check for the loadability of the default font.

1635 04/13/2007 03:23 pm Hiroyuki Yamamoto

optimized file copy.

1634 04/13/2007 01:21 pm Hiroyuki Yamamoto

win32: minor optimization of file move.

1626 04/12/2007 10:49 am Hiroyuki Yamamoto

supported ISO-8859-16.

1616 04/11/2007 01:55 pm Hiroyuki Yamamoto

properly process CSV with double quotations.

1597 04/06/2007 02:03 pm Hiroyuki Yamamoto

display error dialog if the execution of the junk filter command failed.

1593 04/04/2007 05:31 pm Hiroyuki Yamamoto

procmime_scan_multipart_message(): use heap memory instead of stack for read buffer, and increased the max recursion level to 64.

1589 04/03/2007 01:47 pm Hiroyuki Yamamoto

win32: fixed a bug that the path separator of FolderItem::path was not processed correctly.

1586 03/30/2007 06:41 pm Hiroyuki Yamamoto

supported In-Reply-To header in mailto URL.

1576 03/25/2007 07:14 pm Hiroyuki Yamamoto

fixed a bug that messages which were not filtered were not counted as new messages in imap filtering.

1569 03/15/2007 02:44 pm Hiroyuki Yamamoto

apply flag changes in IMAP automatic filtering.

1568 03/14/2007 06:24 pm Hiroyuki Yamamoto

fixes data format incompatibility of folderlist.xml between Unix and Win32.

1565 03/14/2007 11:59 am Hiroyuki Yamamoto

conv_encode_header(): fixed wrong handling of quotation in continuing multi-byte strings.

1556 02/23/2007 10:27 am Hiroyuki Yamamoto

win32: fixed a bug that the timeout didn't work.

1535 02/08/2007 10:53 am Hiroyuki Yamamoto

don't filter junk on import.

1532 02/07/2007 03:38 pm Hiroyuki Yamamoto

fixed saved search.

1531 02/06/2007 04:59 pm Hiroyuki Yamamoto

filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.

1520 02/01/2007 04:31 pm Hiroyuki Yamamoto

refactored the toolbar structure.

1516 01/31/2007 05:36 pm Hiroyuki Yamamoto

added the option 'Text at the right of icon' for the toolbar.

1513 01/30/2007 05:26 pm Hiroyuki Yamamoto

also scan symbolic links on MH mailboxes.

1501 01/24/2007 04:05 pm Hiroyuki Yamamoto

win32: inhibit the warning of setsockopt().

1500 01/22/2007 05:10 pm Hiroyuki Yamamoto

prevented WSAEWOULDBLOCK on sending/receiving in Win32.

1499 01/19/2007 04:45 pm Hiroyuki Yamamoto

win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending data).

1497 01/18/2007 05:15 pm Hiroyuki Yamamoto

implemented the framework of toolbar customization.

1493 01/17/2007 06:09 pm Hiroyuki Yamamoto

fixed IMAP4 filtering when IP unreachable.

1492 01/17/2007 05:47 pm Hiroyuki Yamamoto

fixed virtual class structure.

1491 01/17/2007 05:35 pm Hiroyuki Yamamoto

implemented the automatic filtering of IMAP4 INBOX folder.

1489 01/17/2007 11:33 am Hiroyuki Yamamoto

conv_encode_header(): force output of UTF-8 if code conversion failed.

1486 01/16/2007 02:58 pm Hiroyuki Yamamoto

procmsg_open_data_file(): fixed a bug that the version of a data file was not checked when the file couldn't be opened with EACCES and reopened.

1478 01/15/2007 02:04 pm Hiroyuki Yamamoto

vi Ch

1476 01/15/2007 11:24 am Hiroyuki Yamamoto

get_domain_name(): win32: return correct domain name (if possible).

1470 01/12/2007 01:51 pm Hiroyuki Yamamoto

fixed stray quote character appearing after encoding mail headers.

1469 01/11/2007 05:32 pm Hiroyuki Yamamoto

allow spaces around equals between name and value of MIME parameters.

1466 01/11/2007 03:36 pm Hiroyuki Yamamoto

added the option to toggle window on trayicon click.

1465 01/11/2007 10:30 am Hiroyuki Yamamoto

also look for ca-root.crt.

1464 12/28/2006 06:26 pm Hiroyuki Yamamoto

filter junk mails on incorporation from local spool when filter_junk_on_recv is enabled.

1462 12/28/2006 03:45 pm Hiroyuki Yamamoto

fixed out of sync response on FETCH.

1459 12/25/2006 05:12 pm Hiroyuki Yamamoto

change_file_mode_rw(): win32: use widechar API.

1458 12/25/2006 05:00 pm Hiroyuki Yamamoto

fixed compilation failure.

1457 12/25/2006 04:59 pm Hiroyuki Yamamoto

fixed crash when .sylpheed_mark is not writable.

1456 12/25/2006 12:44 pm Hiroyuki Yamamoto

fixed compilation failure with GLib 2.4.

1432 12/18/2006 01:50 pm Hiroyuki Yamamoto

call SSL_CTX_load_verify_locations() also when only certs_file exists.

1431 12/18/2006 11:54 am Hiroyuki Yamamoto

modified SSL CA certificates.

1426 12/14/2006 12:37 pm Hiroyuki Yamamoto

use X509_cmp() to compare certificates.

1418 12/13/2006 02:53 pm Hiroyuki Yamamoto

Unix: reload /etc/resolv.conf if it has been modified.

1417 12/13/2006 01:33 pm Hiroyuki Yamamoto

read /etc/ssl/certs if exist.

1415 12/12/2006 07:02 pm Hiroyuki Yamamoto

implemented SSL certificate dialog.

1408 12/08/2006 06:40 pm Hiroyuki Yamamoto

added the option to input signature directly.

1388 12/04/2006 01:24 pm Hiroyuki Yamamoto

fixed a warning when getting uncached messages in IMAP4.

1386 11/30/2006 04:44 pm Hiroyuki Yamamoto

implemented printing of MIME part. Code cleanups.

1385 11/29/2006 03:39 pm Hiroyuki Yamamoto

added an option to use external program for printing.

1384 11/29/2006 02:33 pm Hiroyuki Yamamoto

added an option to inherit recipients on reply to self messages.

1368 11/28/2006 04:13 pm Hiroyuki Yamamoto

nntp.h: fixed a typo.

1354 11/27/2006 03:15 pm Hiroyuki Yamamoto

fixed the prototype of touufrombits().

1330 11/21/2006 03:16 pm Hiroyuki Yamamoto

merged from LibSylph branch.

1329 11/20/2006 05:37 pm Hiroyuki Yamamoto

added 2 Folder API.

1325 11/20/2006 10:42 am Hiroyuki Yamamoto

merged from libsylph branch.

1300 11/14/2006 02:26 pm Hiroyuki Yamamoto

made the default directory of file selection dialog document folder.

1266 11/06/2006 03:23 pm Hiroyuki Yamamoto

fixed a crash when printing a message with empty Subject, From, and To.

1262 11/02/2006 11:46 am Hiroyuki Yamamoto

added the option 'Remember last selected message'.

1260 11/01/2006 01:07 pm Hiroyuki Yamamoto

added the option 'Open inbox on startup'.

1254 10/30/2006 03:48 pm Hiroyuki Yamamoto

impelmented POP before SMTP.

1246 10/19/2006 01:58 pm Hiroyuki Yamamoto

win32: fixes character corruption on printing when environment-dependent characters are used in win32.

1230 10/13/2006 05:19 pm Hiroyuki Yamamoto

win32: fixed socket.c and session.c.

1211 10/04/2006 02:28 pm Hiroyuki Yamamoto

win32: implemented sock_set_nonblocking_mode().

1207 10/03/2006 06:06 pm Hiroyuki Yamamoto

socket.c: if recv() or send() fail with WSAEWOULDBLOCK, set errno to EAGAIN.

1206 10/03/2006 01:04 pm Hiroyuki Yamamoto

exclude messages marked as read when counting new messages.

1200 09/28/2006 02:46 pm Hiroyuki Yamamoto

fixed ssl_init_socket_with_method().

1189 09/26/2006 06:11 pm Hiroyuki Yamamoto

implemented tray icon in Win32.

1188 09/26/2006 03:28 pm Hiroyuki Yamamoto

made workaround for state machine freeze problem in Win32.

1179 09/22/2006 11:57 am Hiroyuki Yamamoto

updated URI.

1169 09/19/2006 04:53 pm Hiroyuki Yamamoto

improved PGP/MIME compatibility.

1164 09/14/2006 05:14 pm Hiroyuki Yamamoto

protect uidl file on disk full.

1158 09/13/2006 04:30 pm Hiroyuki Yamamoto

avoid uninitialized value.

1157 09/13/2006 04:25 pm Hiroyuki Yamamoto

procmime.c: add more error checking.

1156 09/13/2006 04:14 pm Hiroyuki Yamamoto

fflush() stream before rewind() to ensure error checking.

1155 09/13/2006 02:41 pm Hiroyuki Yamamoto

session.c: added extra error checking when writing to buffer.

1154 09/13/2006 12:00 pm Hiroyuki Yamamoto

procmime_decode_content(): fflush temporary file and check errors.

1150 09/12/2006 03:19 pm Hiroyuki Yamamoto

made workaround for UTF-8 with BOM.

1146 09/06/2006 04:54 pm Hiroyuki Yamamoto

don't use off_t in struct.

1143 09/06/2006 12:52 pm Hiroyuki Yamamoto

socket.c: retry waitpid() when it is interrupted.

1129 08/23/2006 02:26 pm Hiroyuki Yamamoto

supported PLAIN authentication on IMAP4.

1128 08/23/2006 12:55 pm Hiroyuki Yamamoto

added signature information to MsgInfo.

1125 08/15/2006 11:16 am Hiroyuki Yamamoto

fixed manual junk filtering.

1121 08/09/2006 11:49 am Hiroyuki Yamamoto

when inserting file, check whole file to see if it is UTF-8.

1113 08/03/2006 03:52 pm Hiroyuki Yamamoto

support Oniguruma for regex.

1106 07/31/2006 10:07 am Hiroyuki Yamamoto

modified folder context menu on receiving.

1102 07/27/2006 10:47 am Hiroyuki Yamamoto

fixed a memory leak.

1097 07/25/2006 11:01 am Hiroyuki Yamamoto

added an option to filter junk mails before normal filtering.