Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New option --archive-prefix, alias -p | Nikolaus Schulz | 2010-07-31 | 1 | -0/+10 |
| | | | | | | | | | | | Technically, this works just like the --suffix option. This commit also updates the manpage accordingly. Currently, the prefix is not checked for slashes, so it could contain path components. (The same applies for the suffix, btw). Since the expanded string is prepended to the archive base name, this can be used to dynamically configure the archive directory, depending on the archive cutoff date. I'm not sure if this can be considered a reasonable feature, though. | ||||
* | Updated the manpage date | Nikolaus Schulz | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Document in the manpage that archivemail locks the archive mbox | Nikolaus Schulz | 2010-07-30 | 1 | -0/+1 |
| | |||||
* | Remove the notes about setuid support from the manpage | Nikolaus Schulz | 2010-07-29 | 1 | -13/+0 |
| | | | | This feature has been removed. | ||||
* | Switch mbox locking from flock(2) to posix lockf(2) | Nikolaus Schulz | 2010-07-19 | 1 | -3/+3 |
| | | | | flock() locks aren't portable; lockf() locks are. | ||||
* | IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names. | Nikolaus Schulz | 2008-04-08 | 1 | -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 Schulz | 2008-04-08 | 1 | -0/+2 |
| | |||||
* | Added new option --all to archive all messages in a mailbox. | Nikolaus Schulz | 2008-03-15 | 1 | -0/+9 |
| | | | | | | 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/+15 |
| | |||||
* | 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 | -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 Schulz | 2007-11-03 | 1 | -0/+18 |
| | |||||
* | archivemail.sgml: edited and reordered 'Notes' section so that it looks nicer. | Nikolaus Schulz | 2007-11-03 | 1 | -15/+6 |
| | |||||
* | archivemail.sgml: document that the conversion from other formats to mbox | Nikolaus Schulz | 2007-11-02 | 1 | -0/+5 |
| | | | | | overwrites existing 'Status' and 'X-Status' messages headers. | ||||
* | Documented the new --copy option in the manpage. | Nikolaus Schulz | 2007-11-02 | 1 | -0/+13 |
| | |||||
* | Updated manpage: note that IMAP server internal message dates may differ from | Nikolaus Schulz | 2007-11-02 | 1 | -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 and | Nikolaus Schulz | 2007-11-02 | 1 | -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 \Recent | Nikolaus Schulz | 2007-11-02 | 1 | -1/+11 |
| | | | | | message flag of all messages in an IMAP folder. | ||||
* | Rewrote and reordered parts of the manpage: | Nikolaus Schulz | 2007-10-24 | 1 | -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 Schulz | 2007-10-23 | 1 | -6/+9 |
| | |||||
* | Corrected python dependency in the man page. | Nikolaus Schulz | 2006-11-06 | 1 | -1/+1 |
| | |||||
* | 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 | -4/+5 |
| | | | | | From_ mangling is only done for messages from mailboxes not in mbox format. | ||||
* | Shorten credits. | Nikolaus Schulz | 2006-10-14 | 1 | -2/+1 |
| | |||||
* | Updated <Date/>, updated AUTHOR section. | 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 | -0/+17 |
| | |||||
* | 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/+18 |
| | | | | | in the manual. | ||||
* | Fixed typo in description of IMAP URL syntax. | Nikolaus Schulz | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | Use the archive cut-off date rather than the current time with the | Paul Rodger | 2002-11-21 | 1 | -3/+3 |
| | | | | | --suffix option. | ||||
* | Added IMAP support. | Paul Rodger | 2002-10-03 | 1 | -4/+10 |
| | |||||
* | Let's try to get my email address a bit less easy to get by spammers. | Paul Rodger | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | Opps - forgot to put the size option in the manpage. | Paul Rodger | 2002-04-29 | 1 | -0/+9 |
| | |||||
* | Added a lot more tests to test_archivemail.py. | Paul Rodger | 2002-04-28 | 1 | -1/+1 |
| | |||||
* | Fixed a bug where the long --suffix option was not working (although the | Paul Rodger | 2002-04-27 | 1 | -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 with | Paul Rodger | 2002-04-23 | 1 | -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.1 | Paul Rodger | 2002-04-21 | 1 | -0/+13 |
| | |||||
* | Added an option '--no-compress' if you don't want gzipped archives. | Paul Rodger | 2002-04-17 | 1 | -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 lot | Paul Rodger | 2002-04-13 | 1 | -24/+118 |
| | | | | | on the man page. | ||||
* | Added docbook documentation from which we can generate a manpage. | Paul Rodger | 2002-04-12 | 1 | -0/+222 |