aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug where if you ran: 'archivemail.py foo/mbox' it would createPaul Rodger2002-04-041-17/+42
| | | | | the archive file in the current directory instead of the directory 'foo'.
* check to see if we are running as root -- if so, change our effectivePaul Rodger2002-04-041-0/+16
| | | | | userid and groupid to that of the owner of the original mailbox
* Since we might not have a parse-able 'Date-Received' or 'Date' field,Paul Rodger2002-04-043-57/+58
| | | | | use 5 different ways to guess the date of a message.
* Remembered some more stuff to do.Paul Rodger2002-04-032-0/+5
|
* Don't assume we will always have a Delivery-Date header when constructingPaul Rodger2002-04-031-2/+13
| | | | | | the 'From_' line from a 'maildir' folder. Use the 'Date' header when we dont.
* Updated tasks to reflect release of version 0.2.0Paul Rodger2002-04-032-5/+10
|
* Complain if we are creating temporary files in world-writablePaul Rodger2002-04-031-24/+27
| | | | | directories.
* Added headings & heaps more todo points.Paul Rodger2002-04-021-25/+31
|
* Added MH mailbox support, but we need a testing framework.Paul Rodger2002-04-021-2/+2
|
* Added MH mailbox support.Paul Rodger2002-04-021-9/+30
|
* Check the python version before we do an 'import atexit', because thatPaul Rodger2002-03-311-15/+16
| | | | | could fail on older versions.
* Complain earlier if the output directory does not exist.Paul Rodger2002-03-311-2/+4
|
* Added example cron script and more info.Paul Rodger2002-03-311-2/+41
|
* Print a friendlier message when an uncompressed archive already exists.Paul Rodger2002-03-311-28/+25
| | | | | Make maildir message deletion more robust.
* I was not honouring absolute 'output-dir' requests. Fixed.Paul Rodger2002-03-311-1/+1
|
* Do not warn about duplicate Message-IDs by default.Paul Rodger2002-03-312-10/+12
|
* Added maildir support, cache message-Ids, and lots of other stuff.Paul Rodger2002-03-312-273/+534
|
* Initial revisionPaul Rodger2002-03-265-0/+1592
|
* New repository initialized by cvs2svn.(no author)2002-03-260-0/+0
/a> 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424