Statistics
| Revision:

root / libsylph / utils.c @ 1916

History | View | Annotate | Download (80.5 kB)

# Date Author Comment
1910 09/20/2007 11:43 am Hiroyuki Yamamoto

removed all warnings output with -Wall.

1713 05/18/2007 06:27 pm Hiroyuki Yamamoto

made 2.4.2 release.

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.

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

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

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.

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

properly process CSV with double quotations.

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

supported In-Reply-To header in mailto URL.

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

also scan symbolic links on MH mailboxes.

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.

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.

1330 11/21/2006 03:16 pm 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.

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

improved PGP/MIME compatibility.

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

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

1058 03/27/2006 05:19 pm Hiroyuki Yamamoto

fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.

1052 03/17/2006 01:48 pm Hiroyuki Yamamoto

implemented RFC 2231 filename encoding on send.

1035 03/09/2006 03:37 pm Hiroyuki Yamamoto

added a hidden option "mime_command" for backward compatibility.

1015 02/27/2006 06:58 pm Hiroyuki Yamamoto

win32: fixed encoding problem of command execution.

1003 02/21/2006 12:22 pm Hiroyuki Yamamoto

use filename-safe string for UIDL file.

975 02/05/2006 10:11 pm Hiroyuki Yamamoto

fixed wrong status display at receiving on *BSD systems.

861 12/26/2005 12:45 am Hiroyuki Yamamoto

added more characters to be substituted for filename.

800 12/05/2005 06:21 pm Hiroyuki Yamamoto

imap_cmd_append(): send message contents all at once.

771 11/22/2005 04:21 pm Hiroyuki Yamamoto

reduced memory usage on SMTP session.

760 11/17/2005 07:45 pm Hiroyuki Yamamoto

win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.

742 11/14/2005 05:07 pm Hiroyuki Yamamoto

prevent integer overflow on summary status.

705 11/02/2005 04:35 pm Hiroyuki Yamamoto

reimplemented external editor with GSpawn and GChildWatch.

700 10/31/2005 07:37 pm Hiroyuki Yamamoto

execute_sync(): win32: get exit status of child process by not using helper program.

688 10/26/2005 05:29 pm Hiroyuki Yamamoto

modification for ML post with Reply-To.

687 10/26/2005 04:31 pm Hiroyuki Yamamoto

use GLib functions to extract URIs if available.

680 10/25/2005 05:43 pm Hiroyuki Yamamoto

win32: use ShellExecute() on print.

667 10/20/2005 03:15 pm Hiroyuki Yamamoto

added '--configdir' option which specifies config directory.

652 10/16/2005 11:06 pm Hiroyuki Yamamoto

win32: use ShellExecute() to open URI.

642 10/13/2005 05:06 pm Hiroyuki Yamamoto

win32: use ShellExecute() to launch attachments.

631 10/11/2005 04:47 pm Hiroyuki Yamamoto

output g_log() messages to the log window and log file. Disabled console window on win32.

628 10/10/2005 05:38 pm Hiroyuki Yamamoto

fixed crashes on abnormal date.

625 10/06/2005 05:40 pm Hiroyuki Yamamoto

added file system path info to folder prefs.

624 10/06/2005 05:09 pm Hiroyuki Yamamoto

win32: environmental variable fix.

620 10/04/2005 05:25 pm Hiroyuki Yamamoto

fixed my_tmpfile() for win32.

601 09/22/2005 08:18 pm Hiroyuki Yamamoto

implemented 'Save all'.

596 09/21/2005 08:07 pm Hiroyuki Yamamoto

removed mbs/wcs functions which are no longer required.

581 09/14/2005 05:19 pm Hiroyuki Yamamoto

normalize address fields before encoding them.

578 09/13/2005 05:18 pm Hiroyuki Yamamoto

changed the license of LibSylph from GPL to LGPL.

567 09/09/2005 04:19 pm Hiroyuki Yamamoto

update progress bar when executing long IMAP4 operations.

554 09/07/2005 06:18 pm Hiroyuki Yamamoto

adjusted the freqency of UI update on IMAP4.

552 09/06/2005 05:51 pm Hiroyuki Yamamoto

added UI hints for IMAP4 operation.

546 09/05/2005 04:27 pm Hiroyuki Yamamoto

made query-password function UI independent.

528 08/31/2005 03:10 pm Hiroyuki Yamamoto

made some core modules library (libsylph).