aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More information about max_days_to_hold (i.e. auto-discard).bwarsaw2005-05-021-1/+4
|
* process(): For some reason, the part's payload can be None. Defend againstbwarsaw2005-05-011-6/+7
| | | | trying to call None.splitlines().
* prepare_message(): Fixed typo.bwarsaw2005-05-011-2/+2
|
* bumping to 2.1.6rc3bwarsaw2005-04-293-6/+6
|
* update to email 2.5.6bwarsaw2005-04-292-0/+0
|
* Use email-2.5.6bwarsaw2005-04-291-2/+2
|
* get_content_charset(): This is fixed in email-2.5.6 so remove it from herebwarsaw2005-04-291-19/+1
| | | | because it's better not to have redundant code.
* Add TypeError for possible error when checking charset availablity.tkikuchi2005-04-251-1/+1
|
* I forgot to generate new html. Thanks it was RC.tkikuchi2005-04-222-6/+6
|
* Bumping version 2.1.6rc2tkikuchi2005-04-224-353/+975
|
* NEWS update for Chinese.tkikuchi2005-04-221-3/+6
|
* Brushing up the override function.tkikuchi2005-04-221-4/+13
|
* get_content_charset() should return failobj on error.tkikuchi2005-04-211-0/+9
|
* RFC2231 charset is in email package.tkikuchi2005-04-211-4/+1
|
* Traditional Chinese champion.tkikuchi2005-04-192-3/+11
|
* Typo checked by Ikeda-san.tkikuchi2005-04-1656-90/+91
|
* Typo checked by Ikeda-san.tkikuchi2005-04-161-2/+2
|
* Update of translation from Ikeda-san.tkikuchi2005-04-161-229/+285
|
* french updatesp_george2005-04-141-18/+17
|
* Bump version to 2.1.6rc1tkikuchi2005-04-145-13/+13
|
* + updated Estonian messagesduke92005-04-141-44/+40
|
* Add Russian translation contributors.tkikuchi2005-04-131-0/+4
|
* Chinese translation update.tkikuchi2005-04-131-46/+273
|
* Re-generate all files for the typo fix by Ikeda san.tkikuchi2005-04-1256-73/+74
|
* Typo fix by Ikeda san.tkikuchi2005-04-121-2/+2
|
* Translation update for Defaults.py.in and mailman-install.tex by Ikeda.tkikuchi2005-04-122-553/+648
|
* a bit of polishing; 34+17 to gomss2005-04-101-48/+54
|
* updates (thanks to fattie!): 37+17 to gomss2005-04-101-531/+2867
|
* 606+1 still to go...mss2005-04-101-1149/+575
|
* mailman-install documents re-generated from tex source.tkikuchi2005-04-1056-505/+761
|
* Chinese language update.tkikuchi2005-04-092-29/+9
|
* Beware the release date.tkikuchi2005-04-091-3/+4
|
* * added new filemss2005-04-081-0/+18
|
* * add probe.txt (translated!)mss2005-04-084-20/+46
| | | | | | * updated options.html (still incomplete) * updated private.html * updated status file
* Chinese translation update.tkikuchi2005-04-081-135/+379
|
* Chinese new files.tkikuchi2005-04-0711-0/+140
|
* zh_CN new translation. moving to utf-8 also.tkikuchi2005-04-0735-2692/+2587
|
* + Updated Estonian messagesduke92005-03-311-53/+46
|
* + Updated Estonian translationduke92005-03-291-208/+186
|
* Add translation and proofreading from Ikeda-san.tkikuchi2005-03-291-128/+156
|
* Typo in comment. Thanks Mr. Ikeda.tkikuchi2005-03-281-1/+1
|
* Patch by Mr. Ikeda for qmail part.tkikuchi2005-03-281-11/+11
|
* Username may contain non-ascii character for English-US.tkikuchi2005-03-281-3/+3
| | | | Fall back to email address.
* increment REL_SERIALtkikuchi2005-03-241-1/+1
|
* bump version in html pagestkikuchi2005-03-242-39/+18
|
* Bumping version number to 2.1.6b5tkikuchi2005-03-243-5/+5
|
* update of pot/po files.tkikuchi2005-03-2330-1141/+1794
|
* Change Big5 to UTF-8 for zh_TW.tkikuchi2005-03-231-1332/+1378
| | | | | | | Because pygettext.py does not treat 7bit byte in the second 2byte big5 character properly, compilation of po to mo OR msgmerge fails when installing. Temporarily avoid this by converitng Big5 to UTF-8. Eventually, all language po files should be in UTF-8 for allowing multiple language, IMO.
* Change Big5 to UTF-8 for zh_TW.tkikuchi2005-03-231-1/+1
|
* Changing Big5 to UTF-8. Big5 makes trouble when installing.tkikuchi2005-03-2324-209/+209
| | | | | As this language is not supported now, this change is of intermediate one. It may change when it is supported.