Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate manpage from the sgml source | Nikolaus Schulz | 2010-07-30 | 1 | -8/+2 |
| | |||||
* | Switch mbox locking from flock(2) to posix lockf(2) | Nikolaus Schulz | 2010-07-19 | 1 | -2/+2 |
| | | | | flock() locks aren't portable; lockf() locks are. | ||||
* | IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names. | Nikolaus Schulz | 2008-04-08 | 1 | -6/+5 |
| | | | | | | | | * Automatically add NAMESPACE prefix to the mailbox path if necessary, * Explicitely check for guessed mailbox names with LIST instead of just trying to SELECT them. * Updated documentation about NAMESPACE handling. | ||||
* | archivemail.sgml: warn that multiple passes with --copy will create duplicates. | Nikolaus Schulz | 2008-04-08 | 1 | -1/+3 |
| | |||||
* | Added new option --all to archive all messages in a mailbox. | Nikolaus Schulz | 2008-03-15 | 1 | -0/+3 |
| | | | | | | Updated documentation, and added a first simple unittest for this. Closes: #1764846. | ||||
* | Documented the new option --debug-imap in the manpage. | Nikolaus Schulz | 2008-03-15 | 1 | -1/+9 |
| | |||||
* | guess_delivery_time(): | Nikolaus Schulz | 2007-11-13 | 1 | -3/+4 |
| | | | | | | | | | * look for the timestamp of the latest 'Received' header before resorting to 'Date' or 'Resent-Date'. * let 'Resent-date' header take precedence over 'Date'. Document these changes in manpage and changelog. Closes: #1481316, #1764855, Debian bug #272666. | ||||
* | Updated and edited manpage: | Nikolaus Schulz | 2007-11-07 | 1 | -16/+36 |
| | | | | | | | * drop prominent note about being a python program; * extended description a bit; * Document issue with slashes in IMAP mailbox paths. | ||||
* | archivemail.sgml: wrap examples in <informalexample>. | Nikolaus Schulz | 2007-11-03 | 1 | -0/+9 |
| | |||||
* | archivemail.sgml: edited and reordered 'Notes' section so that it looks nicer. | Nikolaus Schulz | 2007-11-03 | 1 | -9/+6 |
| | |||||
* | archivemail.sgml: document that the conversion from other formats to mbox | Nikolaus Schulz | 2007-11-02 | 1 | -1/+4 |
| | | | | | overwrites existing 'Status' and 'X-Status' messages headers. | ||||
* | Documented the new --copy option in the manpage. | Nikolaus Schulz | 2007-11-02 | 1 | -0/+7 |
| | |||||
* | Updated manpage: note that IMAP server internal message dates may differ from | Nikolaus Schulz | 2007-11-02 | 1 | -0/+7 |
| | | | | | user-visible date headers, and that there exist servers not supporting searches. | ||||
* | Hm, forgot the autogenerated manpage in the previous commit. | Nikolaus Schulz | 2007-11-02 | 1 | -0/+3 |
| | |||||
* | Updated manpage: document that archivemail will implicitly unset the \Recent | Nikolaus Schulz | 2007-11-02 | 1 | -1/+9 |
| | | | | | message flag of all messages in an IMAP folder. | ||||
* | Rewrote and reordered parts of the manpage: | Nikolaus Schulz | 2007-10-24 | 1 | -12/+40 |
| | | | | | | | * Move paragraph about archiving IMAP folders before the option list * Added section subsection about IMAP URL handling * Added IMAP example command line | ||||
* | Updated documentation WRT to the new quoted usernames/passwords in IMAP URLs. | Nikolaus Schulz | 2007-10-23 | 1 | -6/+9 |
| | |||||
* | Corrected python dependency in the man page. | Nikolaus Schulz | 2006-11-06 | 1 | -2/+2 |
| | |||||
* | Added a note to the manpage that --pwfile will not work if archiving folders | Nikolaus Schulz | 2006-11-02 | 1 | -2/+3 |
| | | | | | from several IMAP accounts. | ||||
* | Shortened new option name "--dont-mangle-from" to "--dont-mangle". | Nikolaus Schulz | 2006-10-30 | 1 | -2/+2 |
| | |||||
* | Updated manpage: | Nikolaus Schulz | 2006-10-18 | 1 | -5/+6 |
| | | | | | From_ mangling is only done for messages from mailboxes not in mbox format. | ||||
* | Shorten credits. | Nikolaus Schulz | 2006-10-14 | 1 | -3/+2 |
| | |||||
* | Forgot to commit updated troff manual. | Nikolaus Schulz | 2006-10-13 | 1 | -2/+4 |
| | |||||
* | Added new option --dont-mangle-from to turn off From_ mangling. | Nikolaus Schulz | 2006-10-12 | 1 | -1/+8 |
| | |||||
* | Updated description of the IMAP URL syntax: list the methods to specify the | Nikolaus Schulz | 2006-09-28 | 1 | -0/+5 |
| | | | | | password, document the IMAPS capability and its syntax. | ||||
* | Document new options --pwfile and --filter-append and their short counterparts | Nikolaus Schulz | 2006-09-28 | 1 | -1/+8 |
| | | | | | in the manual. | ||||
* | Fixed typo in description of IMAP URL syntax. | Nikolaus Schulz | 2006-09-28 | 1 | -2/+2 |
| | |||||
* | check in the man page, so it doesn't need to be generated locally | Peter Poeml | 2006-06-27 | 1 | -0/+328 |
| | |||||
* | We don't need this version. | Paul Rodger | 2002-04-12 | 1 | -635/+0 |
| | |||||
* | Initial revision | Paul Rodger | 2002-03-26 | 1 | -0/+635 |