root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @98 [98] 2 months fs Fixed bad access to TurboMail's config in utf8qp
(edit) @97 [97] 2 months fs added *.pyc to svn:ignore for several directories
(edit) @96 [96] 4 months fs we don't need the uuid module anymore since r86
(edit) @95 [95] 4 months fs Python 2.4 compatibility: email.utils does not exist in Python 2.4
(edit) @94 [94] 4 months fs Rename StubMessage? -> WrappedMessage?
(edit) @93 [93] 4 months fs Fix: use interface.provider, not turbomail.provider (related to r85)
(edit) @92 [92] 4 months fs fixing some spelling errors
(edit) @91 [91] 5 months amcgregor Altered uuid Python version check to check for less than 2.5, not 2.4 or …
(edit) @90 [90] 5 months amcgregor Added install_requires reference to setup.
(edit) @89 [89] 5 months amcgregor Added dynamic requirement of the uuid module for Python < 2.5
(edit) @88 [88] 6 months amcgregor Added docstring to Address class.
(edit) @87 [87] 6 months fs spelling
(edit) @86 [86] 6 months fs use the built-in make_msgid() from email.utils for generation of message …
(edit) @85 [85] 6 months fs Cleanup: Don't import turbomail.control.interface as turbomail
(edit) @84 [84] 6 months fs converting tabs to spaces
(edit) @83 [83] 6 months fs Moving branches/3.0 to trunk
(edit) @82 [82] 6 months fs Moving trunk (which is the current 2.x development status) to branches as …
(edit) @81 [81] 6 months fs fixing missing import: MailNotEnabledException?
(edit) @80 [80] 6 months fs Python 2.4 compatibility: email.mime.text only available in 2.5 fixing …
(edit) @79 [79] 6 months amcgregor Added TurboMail-StorageProviders? package.
(edit) @78 [78] 6 months amcgregor Added TurboMail-Security package.
(edit) @77 [77] 6 months amcgregor Removed restored smime module to be split into separate package.
(edit) @76 [76] 6 months amcgregor Added library namespace declaration to setup.py.
(edit) @75 [75] 6 months amcgregor Added library namespace stub.
(edit) @74 [74] 10 months amcgregor Fixed missing comma in 3.0/setup.py.
(edit) @73 [73] 10 months amcgregor Extracting TurboGears management code.
(edit) @72 [72] 10 months amcgregor Fixes to get 3.0 working again. Now in use on GothCandy? for comment …
(edit) @71 [71] 10 months amcgregor More large-scale updates to the 3.0 branch.
(edit) @70 [70] 10 months amcgregor Removed dependance on TurboGears' find_package_data.
(edit) @69 [69] 10 months amcgregor Sub-project storage created.
(edit) @68 [68] 10 months amcgregor A large number of branch/3.0 updates.
(edit) @67 [67] 10 months alberto Applied reindent.py an all .py files to switch from tabs to 4 spaces. …
(edit) @66 [66] 10 months amcgregor Added Revision keyword to appropriate files.
(edit) @65 [65] 10 months amcgregor Modified extension loading behaviour.
(edit) @64 [64] 10 months amcgregor Updated description in release.py and README.
(edit) @63 [63] 10 months amcgregor Updated meta information.
(edit) @62 [62] 10 months amcgregor Removal of Changelog. Interested users can examine TurboMail's history on …
(edit) @61 [61] 10 months amcgregor Removal of vestigial 2.x files.
(edit) @60 [60] 10 months amcgregor Cleanup of dead branch -- should have been moved to tags, not copied.
(edit) @59 [59] 10 months amcgregor Moving 2.1.1 branch to trunk, part two.
(edit) @58 [58] 10 months amcgregor Moving 2.1.1 branch to trunk, part one.
(edit) @57 [57] 10 months amcgregor Brought documentation into sync with Wiki.
(edit) @56 [56] 10 months amcgregor Creation of 2.1.1 bugfix branch.
(edit) @55 [55] 10 months amcgregor 2.1 release from 2.0.5 branch.
(edit) @54 [54] 10 months amcgregor Updated release information.
(edit) @53 [53] 10 months amcgregor Applied latest patch from ticket #11 to correct mail sink problem.
(edit) @52 [52] 10 months amcgregor TurboMail 3.0 is now usable: the smtp and debug providers are working, …
(edit) @51 [51] 10 months fs fixing #65
(edit) @50 [50] 10 months fs shut down queue when extension shuts down (unit tests won't hang forever …
(edit) @49 [49] 10 months fs fixing the except block for SMTPRecipientsRefused
(edit) @48 [48] 10 months fs fixing imports in the error handling unit test, fixing polling mode
(edit) @47 [47] 10 months fs Mass change: Updated my email adress in the license headers
(edit) @46 [46] 10 months fs added '.project' and '.pydefproject' to svn:ignore
(edit) @45 [45] 10 months fs removed trailing whitespace my first commit :-)
(edit) @44 [44] 10 months amcgregor Minor updates.
(edit) @43 [43] 10 months amcgregor Work proceeding on the SMTP provider.
(edit) @42 [42] 10 months amcgregor Example extension and stub files for S/MIME and GPG created.
(edit) @41 [41] 10 months amcgregor Rewrite of the AddressList? class and its integration into the Message …
(edit) @40 [40] 10 months amcgregor Lots of changes. Minor updates to the Message class, created the …
(edit) @39 [39] 11 months amcgregor Added GUID support, and guid requirement to TurboMail.
(edit) @38 [38] 11 months amcgregor Minor, minor update.
(edit) @37 [37] 11 months amcgregor Misc. changes.
(edit) @36 [36] 11 months mbevan Updates to the Message class and a simple unit test.
(edit) @35 [35] 11 months mbevan Proposed Message class.
(edit) @34 [34] 11 months amcgregor Added special handling of SMTPRecipientsRefused exceptions to the delivery …
(edit) @33 [33] 11 months amcgregor Random 3.0 stub updates.
(edit) @32 [32] 11 months amcgregor Applied smtpfrom_fix.patch and smtpfrom_test.patch as per ticket #12, and …
(edit) @31 [31] 11 months amcgregor Applied additional_heders.patch and additional_headers2.patch as per …
(edit) @30 [30] 11 months amcgregor Applied polling.patch as per ticket #14.
(edit) @29 [29] 11 months amcgregor Applied a modified remove_insane_headers.2.patch as per ticket #15.
(edit) @28 [28] 11 months amcgregor Applied handling_of_temporary_errors.patch as per ticket #17.
(edit) @27 [27] 11 months amcgregor Applied messages_as_strings.patch as per ticket #16 and added …
(edit) @26 [26] 11 months amcgregor Applied testmode.patch and guide_testmode_doc.patch as per ticket #18.
(edit) @25 [25] 11 months amcgregor First attempt at a test suite as per ticket #11.
(edit) @24 [24] 11 months amcgregor Updated spelling as per ticket #13.
(edit) @23 [23] 11 months amcgregor Updated the TurboMailGuide as per ticket #19.
(edit) @22 [22] 1 year amcgregor 3.0 rewrite branch creation.
(edit) @21 [21] 1 year amcgregor Merge of changelog change from trunk.
(edit) @20 [20] 1 year amcgregor Added production changelog.
(edit) @19 [19] 1 year amcgregor Branching for next bugfix release.
(edit) @18 [18] 1 year amcgregor Version prep for 2.1 development.
(edit) @17 [17] 1 year amcgregor 2.0.4 release.
(edit) @16 [16] 1 year amcgregor 2.0.4 release.
(edit) @15 [15] 1 year amcgregor Added SVN ignore properties to trunk root.
(edit) @14 [14] 1 year amcgregor Applied patch to correct encoding of e-mail addresses as per #3.
(edit) @13 [13] 1 year amcgregor Added guide to source repository and updated version number.
(edit) @12 [12] 1 year amcgregor Documentation updates.
(edit) @11 [11] 1 year amcgregor Documentation updates.
(edit) @10 [10] 1 year amcgregor Merge patch from #5, with documentation.
(edit) @9 [9] 2 years amcgregor Accepted patch from Felix Schwarz regarding Python 2.3 decorator …
(edit) @8 [8] 2 years amcgregor Temporary fix for KIDMessage for TurboGears 1.0.
(edit) @7 [7] 2 years amcgregor Added dependancy information for bdist_rpm.
(edit) @6 [6] 2 years amcg