Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7d991a0f
...
7d991a0f1de206441f99350c707c1f93ca8399a2
authored
2003-08-07 09:00:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
1eb15fd2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
ChangeLog
NEWS
TODO
ChangeLog
View file @
7d991a0
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
:
...
...
NEWS
View file @
7d991a0
...
...
@@ -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
...
...
TODO
View file @
7d991a0
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment