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
e9a80de7
...
e9a80de7ae5a38373ce57bbdc5cf0fdb0b59cc6f
authored
2002-02-09 04:12:19 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
More things I think should be done.
1 parent
25319ee8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
TODO
TODO
View file @
e9a80de
...
...
@@ -45,6 +45,16 @@ IMPORTANT:
[mailbox]
- mailboxes don't remember whether or not they've been opened
- print errors to a debug object, by default
- the debug object should pass the error level onto the callback
- does IMAP do an EXAMINE instead of a select if the mailbox is being
opened readonly? Does list return whether a mailbox is readonly?
Check against CMUs anon server, it is a read-only mailbox.
- mu_cpystr - the size_t* size outputs only give strlen(), not the
actual length?
...
...
@@ -60,8 +70,6 @@ IMPORTANT:
- implement a header_field_unfold()?
- finish rewrite 8-)
- pipe_open_stream() - implemented with popen()
- Configuration API
...
...
@@ -96,7 +104,13 @@ IMPORTANT:
[sieve]
- argp
- make sure there's a SV_DBG_ERR, so REAL info on errors gets printed
- add copyrights, including CMUs to the docs
- ensure implicit keep works
+ argp
- clean up diagnostics
- fileinto action dies badly when the mailbox lock failed
...
...
Please
register
or
sign in
to post a comment