Commit f0be9b66 f0be9b66bdf168d42a6b83f88c6cabeed8358274 by Sergey Poznyakoff

Updated

1 parent 700dc29e
Showing 1 changed file with 25 additions and 0 deletions
1 2003-01-29 Sergey Poznyakoff
2
3 * imap4d/idle.c: Do not wait for 'DONE' command longer than
4 timeout seconds.
5
6 * mailbox/rfc2047.c: New file. Initial implementation of
7 rfc2047_decode. Based on input from Kidong Lee
8 <brian@ahmlhs.com>.
9
10 * mailbox/Makefile.am: Added rfc2047.c
11
12 * examples/decode2047.c: New file. Test program for rfc2047
13 decoder functions.
14 * examples/Makefile.am: Added decode2047.c
15 * include/mailutils/errno.h (MU_ERR_BAD_2047_INPUT): New error
16 code.
17 * mailbox/muerrno.c: Likewise.
18 * include/mailutils/mime.h (rfc2047_decode): New function.
19
20 * mailbox/testsuite/RFC2047: New file. Test data for rfc 2047.
21 * mailbox/testsuite/Makefile.am: Added RFC2047
22 * mailbox/testsuite/mailbox/rfc2047.exp: New file. Testcase for
23 decoding rfc 2047 strings.
24 * mailbox/testsuite/mailbox/DISTFILES: Added rfc2047.exp
25
1 2003-01-28 Sergey Poznyakoff 26 2003-01-28 Sergey Poznyakoff
2 27
3 * auth/gsasl.c (_gsasl_get_fd): New function. 28 * auth/gsasl.c (_gsasl_get_fd): New function.
......