2006-10-06 18:36 carsten Changed: weekly.py (1.12), "Exp", lines: +50 -38; commitid: wlCpeDeEyqdjVDPr; - try to use local user as sender if no sender is given - version 0.5 2005-08-03 21:28 carsten Changed: weekly.py (1.11), "Exp", lines: +25 -15; - version 0.4a - fix: wrong linefeed at one line in each email 2005-04-13 19:23 carsten Changed: weekly.py (1.10), "Exp", lines: +38 -10; - version 0.4 - add wildcards %B (first date in the week) and %E (last date in the week) to use in the subject 2005-03-27 10:06 carsten Changed: weekly.py (1.9), "Exp", lines: +75 -44; - version 0.3 - enhance documentation a little bit - add cc and bcc to commandline and mailheader - fix: mails uses CRLF as linebreak 2005-02-09 20:53 carsten Changed: weekly.py (1.8), "Exp", lines: +47 -40; - replace nearly all "None"s with corresponding boolean expression 2005-02-03 20:02 carsten Changed: weekly.py (1.7), "Exp", lines: +12 -7; - fix bug in class initialization 2005-02-01 19:16 carsten Changed: weekly.py (1.6), "Exp", lines: +41 -34; - version 0.2c - add documentation for class variables - replace basestring by str to get better compatibility 2005-01-29 21:56 carsten Changed: weekly.py (1.5), "Exp", lines: +10 -5; - change wrong exception TypeError to ValueError 2005-01-18 08:03 carsten Changed: weekly.py (1.4), "Exp", lines: +18 -12; - version 0.2b - fix small date handling bug in searchdays - fix missspelling in option handling (getopt.getopt call) 2005-01-11 21:36 carsten Changed: weekly.py (1.3), "Exp", lines: +441 -187; - version 0.2 - move all stuff to a class SendWeekly - add command line options - enhance functionality a little bit 2004-12-13 19:52 carsten Changed: weekly.py (1.2), "Exp", lines: +78 -56; - add more epydoc tags to the docstrings - use recompiles regular expressions - move email handling into function 2004-12-12 16:15 carsten Added: weekly.py (1.1) - initial import to CVS - script to send all diary entries of a week per smtp to a receiver