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
d216457b
...
d216457b82f63d123ddd468e27d9bfe7bf758c75
authored
2001-12-16 18:57:08 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
e939545a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
TODO
TODO
View file @
d216457
...
...
@@ -11,9 +11,6 @@ IMPORTANT:
some of the flaws of the old version.
- generalized search interface
+ support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus)
+ probably the AUTH should be allocated on creation, when the url is
looked at, and rejected then, for now return ENOTSUP at folder_imap.c:327
[pop3]
+ find out why the pop3 server quits on a signal when the 'quit' command is
...
...
@@ -57,12 +54,30 @@ IMPORTANT:
- Maildir mailbox support
- mailbox locking
- mutt has a way to lock mailboxes that are symlinks, can mailutils use
its algorithm?
- could mutt use a setgid external program to do dotlocking?
- why does mimetest fail on a symlink, but suceed on a dotlocked file?
+ support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus)
+ probably the AUTH should be allocated on creation, when the url is
looked at, and rejected then, for now return ENOTSUP at folder_imap.c:327
[mbox]
- unify the mbox-* and mimetest examples with messages, it would be nice
to have a general purpose tool
[sieve]
- bug: imap_fetch() can loop forever when sieve tries fileinto (sr - seen
at work against a Domino IMAP server)
at work against a Domino IMAP server, the server is buggy, but we
still shouldn't busy loop)
* clean up diagnostics
- clean up diagnostics
- fileinto action dies badly when the mailbox lock failed
- make log function a callback
The 5 actions:
...
...
Please
register
or
sign in
to post a comment