summaryrefslogtreecommitdiff
path: root/umessage.py
Commit message (Expand)AuthorAgeFilesLines
* [umessage] add a UMessage.__getitem__ method to be closer to email.Message APIDavid Douard2012-11-141-0/+3
* python3: fix code and test so most tests go green. Partially closes #104047Sylvain Th?nault2012-10-231-35/+55
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* [py3k] umessage: not so trivial if we want to stay 2.4 compatEmile Anclin2010-09-201-2/+8
* [py3k] some trivial fixesEmile Anclin2010-09-151-2/+2
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-3/+20
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-1/+1
* generalise mx/datetime switch to be used by umessagesylvain thenault2009-05-131-9/+15
* [#6760] the decode_QP function always handles encoded lines with no charset d...Doroth?e S?n?chal2009-04-081-1/+1
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-6/+9
* umessage.date() doesn't return the unprasable string by defaultPierre-Yves David2008-06-231-1/+3
* umessage.date() return unparsage string as is instead of NonePierre-Yves David2008-06-231-3/+1
* search date in envelope if Date: header is missingPierre-Yves David2008-06-181-3/+12
* Improved robustess to wrong or unkowned encodingPierre-Yves David2008-06-181-2/+3
* reduce the dependability on mx.DateTimeAlexandre Fayolle2007-06-211-1/+4
* fix get_all default valueSylvain2007-02-051-1/+1
* mergeAlexandre Fayolle2006-11-101-1/+1
|\
| * use 'replace' as error manager for unicode() constructor in umessageAlexandre Fayolle2006-11-101-2/+2
* | typofixAlexandre Fayolle2006-11-101-1/+1
* | typofixAlexandre Fayolle2006-11-101-1/+1
* | handle unknown-8bit message charsetAlexandre Fayolle2006-11-101-2/+5
* | - new message_from_string functionSylvain2006-10-311-1/+8
|/
* From Sylvain.Thenault@logilab.fr Tue Sep 5 10:25:33 2006syt2006-09-051-0/+112