Commit 7d991a0f 7d991a0f1de206441f99350c707c1f93ca8399a2 by Sergey Poznyakoff

Updated

1 parent 1eb15fd2
2003-08-07 Sergey Poznyakoff
* NEWS: Updated
* TODO: Updated
* include/mailutils/header.h (header_get_value_unfold)
(header_aget_value_unfold,header_get_field_value_unfold)
(header_aget_field_value_unfold): New functions.
* mailbox/header.c: Likewise.
* include/mailutils/mutil.h (mu_string_unfold): New function.
* mailbox/mutil.c: Likewise.
* mailbox/mbox/mboxscan.c (FAST_HEADER): Do not remove
intermediate newlines from the folded headers.
* frm/frm.c: use header_get_value_unfold
* mail/from.c: Likewise.
2003-07-26 Sergey Poznyakoff
Done the following from the TODO:
......
......@@ -21,9 +21,14 @@ time units.
** libmailbox
*** implemented header unfolding
*** argcv_get unescapes all unprintable characters, argcv_string
escapes them.
** libsieve: Implemented boolean shortcuts for evaluating ALLOF and
ANYOF
** pop3d
*** more extensive diagnostics for APOP authentications
......
......@@ -50,10 +50,6 @@ mailer.
** make the smtp mailer calls usable standalone, as well as url based,
and use them in mail.remote.
** header_get_value() returns the newline?
** implement a header_field_unfold()?
** support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus)
** the POP mailer must use the CAPA command to determine any protocol
......