Statistics
| Revision:

root / libsylph / imap.c @ 807

History | View | Annotate | Download (101.6 kB)

# Date Author Comment
807 12/08/2005 03:17 pm Hiroyuki Yamamoto

imap_get_msg_list(): only update mtime when folder is not opened.

806 12/07/2005 07:17 pm Hiroyuki Yamamoto

update caches and flags when reading message list from a folder.

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

imap_cmd_append(): send message contents all at once.

770 11/22/2005 01:20 pm Hiroyuki Yamamoto

imap.c: quote additional chars.

640 10/13/2005 01:58 pm Hiroyuki Yamamoto

fixed parsing of literal data (skip quotes)

639 10/12/2005 05:46 pm Hiroyuki Yamamoto

also log IMAP4 literal strings.

636 10/12/2005 03:00 pm Hiroyuki Yamamoto

fixed parsing of literal data in IMAP4 response.

627 10/07/2005 05:37 pm Hiroyuki Yamamoto

support literals in IMAP response.

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

changed the license of LibSylph from GPL to LGPL.

572 09/12/2005 03:50 pm Hiroyuki Yamamoto

imap.c: changed the message number limit on COPY.

569 09/09/2005 06:52 pm Hiroyuki Yamamoto

added missing translation string.

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

update progress bar when executing long IMAP4 operations.

559 09/08/2005 05:00 pm Hiroyuki Yamamoto

replaced md5.[ch] with public domain code in GNet.

555 09/07/2005 07:38 pm Hiroyuki Yamamoto

imap.c: limit number of messages to be copied at a time with COPY command to prevent network timeout.

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.

549 09/05/2005 07:40 pm Hiroyuki Yamamoto

imap.c: show progress when executing operations which takes long time.

548 09/05/2005 07:00 pm Hiroyuki Yamamoto

moved more modules to libsylph.

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

made query-password function UI independent.

493 08/19/2005 05:25 pm Hiroyuki Yamamoto

made error check of IMAP4 fetch more strict.

478 08/08/2005 04:07 pm Hiroyuki Yamamoto

added wrappers for C library function that take pathname arguments.

457 08/02/2005 05:24 pm Hiroyuki Yamamoto

fixed gcc-4.0 warnings.

442 07/21/2005 06:22 pm Hiroyuki Yamamoto

fixed modified-UTF7 to UTF-8 conversion.

390 07/04/2005 01:07 pm Hiroyuki Yamamoto

implemented IMAP4 folder move.

389 07/01/2005 07:42 pm Hiroyuki Yamamoto

implemented folder move.

353 06/20/2005 07:24 pm Hiroyuki Yamamoto

imap.c: fixed parse errors when embedded null characters appeared in headers.

334 06/13/2005 03:57 pm Hiroyuki Yamamoto

reacquire CAPABILITY after STARTTLS since it can be changed.

333 06/10/2005 06:28 pm Hiroyuki Yamamoto

fixed Turkish locale problem.

302 05/31/2005 04:09 pm Hiroyuki Yamamoto

don't scan folders while scanning IMAP4 folder tree.

293 05/27/2005 07:57 pm Hiroyuki Yamamoto

optimized the writing of mark file.

292 05/27/2005 06:04 pm Hiroyuki Yamamoto

fixed a crash bug of IMAP4.

285 05/24/2005 08:53 pm Hiroyuki Yamamoto

optimized writing summary cache.

231 04/22/2005 05:29 pm Hiroyuki Yamamoto

prefer CRAM-MD5 if authentication type is automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.

217 04/13/2005 05:26 pm Hiroyuki Yamamoto

fixed expand row problem of folder view.

92 02/07/2005 05:29 pm Hiroyuki Yamamoto

replaced intl.h with glib/gi18n.h.

41 01/26/2005 03:14 pm Hiroyuki Yamamoto

added constant C_INTERNAL and CS_INTERNAL.

7 01/14/2005 05:08 pm Hiroyuki Yamamoto

fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for JIS to UTF-8 conversion if available.

6 01/13/2005 06:30 pm Hiroyuki Yamamoto

removed support for systems which don't support iconv.

1 01/12/2005 08:22 pm Hiroyuki Yamamoto

Initial import of Sylpheed (GTK2 version).