Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect and never archive IMAP server pseudo mbox messages | Nikolaus Schulz | 2010-07-30 | 1 | -0/+22 |
| | | | | | | | IMAP servers (Dovecot and UW-IMAP at least) may store mailbox meta data for mboxes in a pseudo message. Such messages are now detected and never archived. This commit includes a test case in the test suite. | ||||
* | test suite: test unlocking an mbox after dotlocking failed with EACCES | Nikolaus Schulz | 2010-07-30 | 1 | -0/+1 |
| | |||||
* | Rename archivemail.py to archivemail | Nikolaus Schulz | 2010-07-29 | 1 | -7/+7 |
| | | | | | | | | | On Unix, most scripts don't come with a file extension, it's not needed, and we distribute the script as "archivemail" anyway. And most importantly, I like it better without the extension. :) With a little trick we can still load the script as a module from the test suite. | ||||
* | Drop .py extension from the unittest script | Nikolaus Schulz | 2010-07-29 | 1 | -0/+1593 |