aboutsummaryrefslogtreecommitdiffstats
path: root/test_archivemail.py
Commit message (Expand)AuthorAgeFilesLines
* test suite: remove obsolete $Id$ subversion keywordNikolaus Schulz2010-07-291-1/+0
* test suite: cleanup of the mbox testing codeNikolaus Schulz2010-07-291-52/+56
* test suite: remove obsolete test that we preserve mbox file modesNikolaus Schulz2010-07-291-38/+0
* Python language fix: replace C-style boolean values "1" and "0" with True/FalseNikolaus Schulz2010-07-191-52/+52
* Python language fix: remove parentheses around asserted expressionsNikolaus Schulz2010-07-191-56/+56
* mbox locking: omit dotlock if we don't have the permissions to create itNikolaus Schulz2010-07-191-0/+11
* mbox locking: combine locking functions into one and swap lock orderNikolaus Schulz2010-07-191-4/+4
* Switch mbox locking from flock(2) to posix lockf(2)Nikolaus Schulz2010-07-191-15/+10
* Rename procmail_lock->dotlock_lockNikolaus Schulz2010-07-191-7/+7
* test suite: use common base class with helper methods for mbox testingNikolaus Schulz2010-07-191-216/+168
* test suite: cut down the test of the --all optionNikolaus Schulz2010-07-191-19/+9
* test suite: cut down the test of the --preserve-unread optionNikolaus Schulz2010-07-191-21/+8
* test suite: change misleading test case nameNikolaus Schulz2010-07-191-3/+3
* test suite: cut down the test of the --size optionNikolaus Schulz2010-07-191-22/+9
* test suite: cut down the test of --output-dirNikolaus Schulz2010-07-191-14/+5
* test suite: cut down testing the handling of flagged messagesNikolaus Schulz2010-07-191-29/+10
* test suite: remove duplicate test case for --date optionNikolaus Schulz2010-07-191-35/+0
* test suite: cut down archive suffix generation testingNikolaus Schulz2010-07-191-17/+8
* test suite: test weird message headers in one runNikolaus Schulz2010-07-191-8/+12
* test suite: cut down the test of date header processingNikolaus Schulz2010-07-191-15/+3
* test suite: let make_message() optionally return a rfc822.MessageNikolaus Schulz2010-07-191-3/+7
* Remove lots of redundant test runs from the test suiteNikolaus Schulz2010-07-191-615/+347
* Test suite: test command line option processingNikolaus Schulz2010-07-191-0/+88
* test suite: eliminate remaining call of external gzip programNikolaus Schulz2010-07-191-4/+6
* test suite: define and use assertEqualContent() to compare filesNikolaus Schulz2010-07-191-114/+60
* test suite: account for lacking precision of os.utime()Nikolaus Schulz2010-07-191-6/+9
* Simplify the final committing of the mailbox and archiveNikolaus Schulz2010-07-191-15/+0
* Split out new class TempMboxNikolaus Schulz2010-07-191-26/+27
* Remove unused method Mbox.is_empty()Nikolaus Schulz2009-11-061-16/+0
* Added new option --all to archive all messages in a mailbox.Nikolaus Schulz2008-03-151-0/+36
* Updated copyright notes to include year 2008.Nikolaus Schulz2008-03-151-1/+1
* test_archivemail.py: removed nested calls to setUp() and tearDown(). Nikolaus Schulz2008-03-061-68/+0
* archivemail.py, setup.py, test_archivemail.py: Nikolaus Schulz2007-11-071-1/+1
* Added simple unittest for the --copy option. Mbox only. :-/Nikolaus Schulz2007-11-021-0/+96
* Added unittest for the new IMAP URL parser.Nikolaus Schulz2007-10-231-0/+77
* Testsuite: fixed testDeleteOldMail to check the right option. Nikolaus Schulz2006-10-301-1/+1
* Testsuite: create temporary directory with prefix. Nikolaus Schulz2006-10-291-2/+3
* Dropped test from testsuite if dotlock file is world-readable, this isn'tNikolaus Schulz2006-10-291-6/+0
* Replaced all tempfile.mktemp() calls with mkstemp()/mkdtemp().Nikolaus Schulz2006-10-271-29/+28
* test_archivemail.py: fixed unsafe creation of temporary files. Nikolaus Schulz2006-10-271-115/+85
* test_archivemail.py: added two missing self.setUp() calls in the TestArchiveMboxNikolaus Schulz2006-10-271-0/+2
* test_archivemail.py: put standard setUp() fixtures in the testcases; theNikolaus Schulz2006-10-271-38/+61
* test_archivemail.py: don't check for os.fork(), simply use it -- we're targetingNikolaus Schulz2006-10-271-2/+0
* Fixed unittest TestMboxExclusiveLock: on some systems flock(2) is emulated withNikolaus Schulz2006-10-201-5/+38
* Added maintainer entry in setup.py. Nikolaus Schulz2006-10-121-0/+1
* Fixed unittest failure by updating --suffix testcase: archivemail used to expandNikolaus Schulz2006-10-011-2/+8
* Removed a test rule that says we can confidently archive messagesPaul Rodger2002-10-301-4/+0
* We now call mkdir() to create a temporary directory to store any generatedPaul Rodger2002-05-201-37/+0
* Fixed a bug where archivemail would abort if it got a date headerPaul Rodger2002-05-071-0/+9
* Added a --size option to only archive messages over a certain byte size.Paul Rodger2002-04-291-0/+69