aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.sgml
Commit message (Collapse)AuthorAgeFilesLines
* IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names. Nikolaus Schulz2008-04-081-7/+6
| | | | | | | | * 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-0/+2
|
* Added new option --all to archive all messages in a mailbox.Nikolaus Schulz2008-03-151-0/+9
| | | | | | 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/+15
|
* 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-20/+40
| | | | | | | * 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/+18
|
* archivemail.sgml: edited and reordered 'Notes' section so that it looks nicer.Nikolaus Schulz2007-11-031-15/+6
|
* archivemail.sgml: document that the conversion from other formats to mboxNikolaus Schulz2007-11-021-0/+5
| | | | | overwrites existing 'Status' and 'X-Status' messages headers.
* Documented the new --copy option in the manpage.Nikolaus Schulz2007-11-021-0/+13
|
* Updated manpage: note that IMAP server internal message dates may differ fromNikolaus Schulz2007-11-021-0/+8
| | | | | user-visible date headers, and that there exist servers not supporting searches.
* Deprecate the old automatic seteuid feature; document this in the manpage andNikolaus Schulz2007-11-021-0/+6
| | | | | | changelog, and let archivemail spit a warning when it changes the effective user id.
* Updated manpage: document that archivemail will implicitly unset the \RecentNikolaus Schulz2007-11-021-1/+11
| | | | | message flag of all messages in an IMAP folder.
* Rewrote and reordered parts of the manpage: Nikolaus Schulz2007-10-241-15/+52
| | | | | | | * 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-1/+1
|
* 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-4/+5
| | | | | From_ mangling is only done for messages from mailboxes not in mbox format.
* Shorten credits. Nikolaus Schulz2006-10-141-2/+1
|
* Updated <Date/>, updated AUTHOR section.Nikolaus Schulz2006-10-131-2/+4
|
* Added new option --dont-mangle-from to turn off From_ mangling.Nikolaus Schulz2006-10-121-0/+17
|
* 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/+18
| | | | | in the manual.
* Fixed typo in description of IMAP URL syntax.Nikolaus Schulz2006-09-281-1/+1
|
* Use the archive cut-off date rather than the current time with thePaul Rodger2002-11-211-3/+3
| | | | | --suffix option.
* Added IMAP support.Paul Rodger2002-10-031-4/+10
|
* Let's try to get my email address a bit less easy to get by spammers.Paul Rodger2002-04-301-1/+1
|
* Opps - forgot to put the size option in the manpage.Paul Rodger2002-04-291-0/+9
|
* Added a lot more tests to test_archivemail.py.Paul Rodger2002-04-281-1/+1
|
* Fixed a bug where the long --suffix option was not working (although thePaul Rodger2002-04-271-3/+68
| | | | | | | | | | | short option, '-s' was). Added time-based format directives to the --suffix option, so that you can do things like specify --suffix='%B%Y' to create archives named after the current month and year. Added some more tests to test_archivemail.py
* Added the ability to archive messages older than a given absolute date withPaul Rodger2002-04-231-1/+30
| | | | | | the new option '--date' and fixed a bug where archivemail would complain about messages older than 1970.
* Getting ready for release of version 0.4.1Paul Rodger2002-04-211-0/+13
|
* Added an option '--no-compress' if you don't want gzipped archives.Paul Rodger2002-04-171-0/+50
| | | | | | Added an option '--preserve-unread' to always preserved (don't archive) unread messages.
* Added a lot more documentation, fixed up usage messages and expanded a lotPaul Rodger2002-04-131-24/+118
| | | | | on the man page.
* Added docbook documentation from which we can generate a manpage.Paul Rodger2002-04-121-0/+222