aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.1
Commit message (Collapse)AuthorAgeFilesLines
* Switch mbox locking from flock(2) to posix lockf(2)Nikolaus Schulz2010-07-191-2/+2
| | | | flock() locks aren't portable; lockf() locks are.
* IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names. Nikolaus Schulz2008-04-081-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 Schulz2008-04-081-1/+3
|
* Added new option --all to archive all messages in a mailbox.Nikolaus Schulz2008-03-151-0/+3
| | | | | | Updated documentation, and added a first simple unittest for this. Closes: #1764846.
* Documented the new option --debug-imap in the manpage.Nikolaus Schulz2008-03-151-1/+9
|
* guess_delivery_time(): Nikolaus Schulz2007-11-131-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 Schulz2007-11-071-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 Schulz2007-11-031-0/+9
|
* archivemail.sgml: edited and reordered 'Notes' section so that it looks nicer.Nikolaus Schulz2007-11-031-9/+6
|
* archivemail.sgml: document that the conversion from other formats to mboxNikolaus Schulz2007-11-021-1/+4
| | | | | overwrites existing 'Status' and 'X-Status' messages headers.
* Documented the new --copy option in the manpage.Nikolaus Schulz2007-11-021-0/+7
|
* Updated manpage: note that IMAP server internal message dates may differ fromNikolaus Schulz2007-11-021-0/+7
| | | | | user-visible date headers, and that there exist servers not supporting searches.
* Hm, forgot the autogenerated manpage in the previous commit.Nikolaus Schulz2007-11-021-0/+3
|
* Updated manpage: document that archivemail will implicitly unset the \RecentNikolaus Schulz2007-11-021-1/+9
| | | | | message flag of all messages in an IMAP folder.
* Rewrote and reordered parts of the manpage: Nikolaus Schulz2007-10-241-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 Schulz2007-10-231-6/+9
|
* Corrected python dependency in the man page. Nikolaus Schulz2006-11-061-2/+2
|
* Added a note to the manpage that --pwfile will not work if archiving foldersNikolaus Schulz2006-11-021-2/+3
| | | | | from several IMAP accounts.
* Shortened new option name "--dont-mangle-from" to "--dont-mangle".Nikolaus Schulz2006-10-301-2/+2
|
* Updated manpage: Nikolaus Schulz2006-10-181-5/+6
| | | | | From_ mangling is only done for messages from mailboxes not in mbox format.
* Shorten credits. Nikolaus Schulz2006-10-141-3/+2
|
* Forgot to commit updated troff manual. Nikolaus Schulz2006-10-131-2/+4
|
* Added new option --dont-mangle-from to turn off From_ mangling.Nikolaus Schulz2006-10-121-1/+8
|
* Updated description of the IMAP URL syntax: list the methods to specify theNikolaus Schulz2006-09-281-0/+5
| | | | | password, document the IMAPS capability and its syntax.
* Document new options --pwfile and --filter-append and their short counterpartsNikolaus Schulz2006-09-281-1/+8
| | | | | in the manual.
* Fixed typo in description of IMAP URL syntax.Nikolaus Schulz2006-09-281-2/+2
|
* check in the man page, so it doesn't need to be generated locallyPeter Poeml2006-06-271-0/+328
|
* We don't need this version.Paul Rodger2002-04-121-635/+0
|
* Initial revisionPaul Rodger2002-03-261-0/+635