aboutsummaryrefslogtreecommitdiffstats
path: root/test_archivemail
Commit message (Collapse)AuthorAgeFilesLines
* Detect and never archive IMAP server pseudo mbox messagesNikolaus Schulz2010-07-301-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 EACCESNikolaus Schulz2010-07-301-0/+1
|
* Rename archivemail.py to archivemailNikolaus Schulz2010-07-291-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 scriptNikolaus Schulz2010-07-291-0/+1593