aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* use versionned interpreterHEADmastervg2020-11-071-1/+1
|
* Prepare release of archivemail v0.9.0Nikolaus Schulz2011-07-091-1/+1
|
* setup.py: install manpage into share/man/man1 instead of man/man1Nikolaus Schulz2010-11-281-1/+1
| | | | | This change aims to comply with the FHS, which puts manpages into /usr/share/man, not /usr/man.
* Update changelog and prepare 0.8.2 releaseNikolaus Schulz2010-10-161-1/+1
|
* Update changelog and prepare 0.8.1 releaseNikolaus Schulz2010-09-301-1/+1
|
* Bump version to 0.8.0Nikolaus Schulz2010-07-291-1/+1
|
* Bumped version to 0.7.2, and updated release info on the webpage.Nikolaus Schulz2007-11-091-1/+1
|
* archivemail.py, setup.py, test_archivemail.py: Nikolaus Schulz2007-11-071-1/+1
| | | | | bumped version to 0.7.1, and updated copyright.
* Bumped version to 0.7.0Nikolaus Schulz2006-11-021-1/+1
|
* Reverted script name change from rev. 101, so we generate a clean tarball again.Nikolaus Schulz2006-10-311-1/+1
|
* The archivemail-devel list is subscribers-only and not very useful as a generalNikolaus Schulz2006-10-301-2/+2
| | | | | | contact address, so better give personal maintainer names and email addresses in setup.py.
* Clarified comment about the python version required to run setup.py.Nikolaus Schulz2006-10-181-1/+2
|
* Added maintainer entry in setup.py. Nikolaus Schulz2006-10-121-0/+2
| | | | | Updated copyright notices in archivemail.py and test_archivemail.py.
* fix setup.pyPeter Poeml2006-06-271-1/+1
|
* bump version to 0.6.2Peter Poeml2006-06-271-1/+1
|
* Removed a test rule that says we can confidently archive messagesPaul Rodger2002-10-301-1/+1
| | | | | | older than the unix epoch. (New versions of python return OverFlow error instead)
* Added IMAP support.Paul Rodger2002-10-031-1/+1
|
* Opps - forgot to commit the new version number changes (0.5.1)Paul Rodger2002-09-191-1/+1
|
* Fixed a bug where mailbox locking would fail under Solaris, also fixedPaul Rodger2002-09-151-1/+1
| | | | | | | a bug where archiving maildir mailboxes without a 'Received Date' or 'From' header would fail. Removed another assert() statement that would crash on the unix epoch.
* Fixed a bug where we would throw an exception if a message was datedPaul Rodger2002-08-181-1/+1
| | | | | | exactly on the unix epoch. Also fixed a bug where trailing slashes were being passed to the archive file name.
* We now call mkdir() to create a temporary directory to store any generatedPaul Rodger2002-05-201-1/+1
| | | | | tempfiles. This should be a lot more secure.
* Fixed a bug where archivemail would abort if it got a date headerPaul Rodger2002-05-071-1/+1
| | | | | with a completely blank value.
* Fixed a bug where the os.rename() calls could fail if we are moving filesPaul Rodger2002-05-061-1/+1
| | | | | between partitions.
* Added a --size option to only archive messages over a certain byte size.Paul Rodger2002-04-291-1/+1
|
* Fixed a bug where the long --suffix option was not working (although thePaul Rodger2002-04-271-1/+1
| | | | | | | | | | | 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
* Fixed bugs where archivemail would refuse to work on python version less thanPaul Rodger2002-04-261-4/+4
| | | | | 2.2.
* Added the ability to archive messages older than a given absolute date withPaul Rodger2002-04-231-1/+1
| | | | | | 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.1Paul Rodger2002-04-211-1/+1
|
* Added an option '--no-compress' if you don't want gzipped archives.Paul Rodger2002-04-171-4/+2
| | | | | | 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 lotPaul Rodger2002-04-131-1/+1
| | | | | on the man page.
* Added manpage to install script.Paul Rodger2002-04-121-0/+1
|
* Stopped calling gzip externally and started using the 'gzip' modulePaul Rodger2002-04-121-1/+1
| | | | | | directly. Removed bzip2 and compress support since they were complicating things and you don't really need them much anyway.
* Added more meta-data.Paul Rodger2002-04-111-2/+4
|
* Fail more gracefully when running on python < v2.0Paul Rodger2002-04-111-5/+16
|
* Getting ready for v0.3 release.Paul Rodger2002-04-111-0/+18