index
:
archivemail
master
mirror of unmaintained archivemail with some fixes
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test_archivemail.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mbox locking: omit dotlock if we don't have the permissions to create it
Nikolaus Schulz
2010-07-19
1
-0
/
+11
*
mbox locking: combine locking functions into one and swap lock order
Nikolaus Schulz
2010-07-19
1
-4
/
+4
*
Switch mbox locking from flock(2) to posix lockf(2)
Nikolaus Schulz
2010-07-19
1
-15
/
+10
*
Rename procmail_lock->dotlock_lock
Nikolaus Schulz
2010-07-19
1
-7
/
+7
*
test suite: use common base class with helper methods for mbox testing
Nikolaus Schulz
2010-07-19
1
-216
/
+168
*
test suite: cut down the test of the --all option
Nikolaus Schulz
2010-07-19
1
-19
/
+9
*
test suite: cut down the test of the --preserve-unread option
Nikolaus Schulz
2010-07-19
1
-21
/
+8
*
test suite: change misleading test case name
Nikolaus Schulz
2010-07-19
1
-3
/
+3
*
test suite: cut down the test of the --size option
Nikolaus Schulz
2010-07-19
1
-22
/
+9
*
test suite: cut down the test of --output-dir
Nikolaus Schulz
2010-07-19
1
-14
/
+5
*
test suite: cut down testing the handling of flagged messages
Nikolaus Schulz
2010-07-19
1
-29
/
+10
*
test suite: remove duplicate test case for --date option
Nikolaus Schulz
2010-07-19
1
-35
/
+0
*
test suite: cut down archive suffix generation testing
Nikolaus Schulz
2010-07-19
1
-17
/
+8
*
test suite: test weird message headers in one run
Nikolaus Schulz
2010-07-19
1
-8
/
+12
*
test suite: cut down the test of date header processing
Nikolaus Schulz
2010-07-19
1
-15
/
+3
*
test suite: let make_message() optionally return a rfc822.Message
Nikolaus Schulz
2010-07-19
1
-3
/
+7
*
Remove lots of redundant test runs from the test suite
Nikolaus Schulz
2010-07-19
1
-615
/
+347
*
Test suite: test command line option processing
Nikolaus Schulz
2010-07-19
1
-0
/
+88
*
test suite: eliminate remaining call of external gzip program
Nikolaus Schulz
2010-07-19
1
-4
/
+6
*
test suite: define and use assertEqualContent() to compare files
Nikolaus Schulz
2010-07-19
1
-114
/
+60
*
test suite: account for lacking precision of os.utime()
Nikolaus Schulz
2010-07-19
1
-6
/
+9
*
Simplify the final committing of the mailbox and archive
Nikolaus Schulz
2010-07-19
1
-15
/
+0
*
Split out new class TempMbox
Nikolaus Schulz
2010-07-19
1
-26
/
+27
*
Remove unused method Mbox.is_empty()
Nikolaus Schulz
2009-11-06
1
-16
/
+0
*
Added new option --all to archive all messages in a mailbox.
Nikolaus Schulz
2008-03-15
1
-0
/
+36
*
Updated copyright notes to include year 2008.
Nikolaus Schulz
2008-03-15
1
-1
/
+1
*
test_archivemail.py: removed nested calls to setUp() and tearDown().
Nikolaus Schulz
2008-03-06
1
-68
/
+0
*
archivemail.py, setup.py, test_archivemail.py:
Nikolaus Schulz
2007-11-07
1
-1
/
+1
*
Added simple unittest for the --copy option. Mbox only. :-/
Nikolaus Schulz
2007-11-02
1
-0
/
+96
*
Added unittest for the new IMAP URL parser.
Nikolaus Schulz
2007-10-23
1
-0
/
+77
*
Testsuite: fixed testDeleteOldMail to check the right option.
Nikolaus Schulz
2006-10-30
1
-1
/
+1
*
Testsuite: create temporary directory with prefix.
Nikolaus Schulz
2006-10-29
1
-2
/
+3
*
Dropped test from testsuite if dotlock file is world-readable, this isn't
Nikolaus Schulz
2006-10-29
1
-6
/
+0
*
Replaced all tempfile.mktemp() calls with mkstemp()/mkdtemp().
Nikolaus Schulz
2006-10-27
1
-29
/
+28
*
test_archivemail.py: fixed unsafe creation of temporary files.
Nikolaus Schulz
2006-10-27
1
-115
/
+85
*
test_archivemail.py: added two missing self.setUp() calls in the TestArchiveMbox
Nikolaus Schulz
2006-10-27
1
-0
/
+2
*
test_archivemail.py: put standard setUp() fixtures in the testcases; the
Nikolaus Schulz
2006-10-27
1
-38
/
+61
*
test_archivemail.py: don't check for os.fork(), simply use it -- we're targeting
Nikolaus Schulz
2006-10-27
1
-2
/
+0
*
Fixed unittest TestMboxExclusiveLock: on some systems flock(2) is emulated with
Nikolaus Schulz
2006-10-20
1
-5
/
+38
*
Added maintainer entry in setup.py.
Nikolaus Schulz
2006-10-12
1
-0
/
+1
*
Fixed unittest failure by updating --suffix testcase: archivemail used to expand
Nikolaus Schulz
2006-10-01
1
-2
/
+8
*
Removed a test rule that says we can confidently archive messages
Paul Rodger
2002-10-30
1
-4
/
+0
*
We now call mkdir() to create a temporary directory to store any generated
Paul Rodger
2002-05-20
1
-37
/
+0
*
Fixed a bug where archivemail would abort if it got a date header
Paul Rodger
2002-05-07
1
-0
/
+9
*
Added a --size option to only archive messages over a certain byte size.
Paul Rodger
2002-04-29
1
-0
/
+69
*
Added a lot more tests to test_archivemail.py.
Paul Rodger
2002-04-28
1
-129
/
+442
*
Fixed a bug where the long --suffix option was not working (although the
Paul Rodger
2002-04-27
1
-203
/
+249
*
Fixed bugs where archivemail would refuse to work on python version less than
Paul Rodger
2002-04-26
1
-13
/
+17
*
Added another test, got ready for 0.4.2 release.
Paul Rodger
2002-04-24
1
-5
/
+18
*
Added a lot more system tests.
Paul Rodger
2002-04-24
1
-95
/
+265
[next]