Commit b44ce92a b44ce92a2dc7ed1d3e0fa5fa37b17f93440697f9 by Sam Roberts

Updated.

1 parent d5dc3d7d
Showing 1 changed file with 7 additions and 3 deletions
...@@ -75,8 +75,6 @@ IMPORTANT: ...@@ -75,8 +75,6 @@ IMPORTANT:
75 75
76 - why does mimetest fail on a symlink, but suceed on a dotlocked file? 76 - why does mimetest fail on a symlink, but suceed on a dotlocked file?
77 77
78 - implement unrolling of symlinks
79
80 - implement a force unlock mode... so that when a mailbox 78 - implement a force unlock mode... so that when a mailbox
81 is closed or destroyed it can make sure that the lock 79 is closed or destroyed it can make sure that the lock
82 is definitely gone. 80 is definitely gone.
...@@ -103,16 +101,22 @@ IMPORTANT: ...@@ -103,16 +101,22 @@ IMPORTANT:
103 - need code to find a "real" envelope from... an actual email address 101 - need code to find a "real" envelope from... an actual email address
104 that DSNs can be sent to. 102 that DSNs can be sent to.
105 103
104 - need to be able to map some addresses (like mail to "root") to a
105 user for the box, a la nullmailer, perhaps
106
106 - mailer_t: the SMTP mailer isn't as fully implemented as the sendmail 107 - mailer_t: the SMTP mailer isn't as fully implemented as the sendmail
107 mailer. 108 mailer.
108 109
110 - make the smtp mailer calls useable standalone, as well as url based,
111 and use them in mail.remote.
112
109 - header_get_value() returns the newline? 113 - header_get_value() returns the newline?
110 114
111 - implement a header_field_unfold()? 115 - implement a header_field_unfold()?
112 116
113 - pipe_open_stream() - implemented with popen() 117 - pipe_open_stream() - implemented with popen()
114 118
115 - Configuration API 119 + Configuration API
116 120
117 - Mailcap API 121 - Mailcap API
118 122
......