Commit 7d991a0f 7d991a0f1de206441f99350c707c1f93ca8399a2 by Sergey Poznyakoff

Updated

1 parent 1eb15fd2
1 2003-08-07 Sergey Poznyakoff
2
3 * NEWS: Updated
4 * TODO: Updated
5 * include/mailutils/header.h (header_get_value_unfold)
6 (header_aget_value_unfold,header_get_field_value_unfold)
7 (header_aget_field_value_unfold): New functions.
8 * mailbox/header.c: Likewise.
9 * include/mailutils/mutil.h (mu_string_unfold): New function.
10 * mailbox/mutil.c: Likewise.
11 * mailbox/mbox/mboxscan.c (FAST_HEADER): Do not remove
12 intermediate newlines from the folded headers.
13 * frm/frm.c: use header_get_value_unfold
14 * mail/from.c: Likewise.
15
1 2003-07-26 Sergey Poznyakoff 16 2003-07-26 Sergey Poznyakoff
2 17
3 Done the following from the TODO: 18 Done the following from the TODO:
......
...@@ -21,9 +21,14 @@ time units. ...@@ -21,9 +21,14 @@ time units.
21 21
22 ** libmailbox 22 ** libmailbox
23 23
24 *** implemented header unfolding
25
24 *** argcv_get unescapes all unprintable characters, argcv_string 26 *** argcv_get unescapes all unprintable characters, argcv_string
25 escapes them. 27 escapes them.
26 28
29 ** libsieve: Implemented boolean shortcuts for evaluating ALLOF and
30 ANYOF
31
27 ** pop3d 32 ** pop3d
28 33
29 *** more extensive diagnostics for APOP authentications 34 *** more extensive diagnostics for APOP authentications
......
...@@ -50,10 +50,6 @@ mailer. ...@@ -50,10 +50,6 @@ mailer.
50 ** make the smtp mailer calls usable standalone, as well as url based, 50 ** make the smtp mailer calls usable standalone, as well as url based,
51 and use them in mail.remote. 51 and use them in mail.remote.
52 52
53 ** header_get_value() returns the newline?
54
55 ** implement a header_field_unfold()?
56
57 ** support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus) 53 ** support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus)
58 54
59 ** the POP mailer must use the CAPA command to determine any protocol 55 ** the POP mailer must use the CAPA command to determine any protocol
......