summaryrefslogtreecommitdiff
path: root/umessage.py
Commit message (Collapse)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
| | | | | the only failing test concerns the @monkeypatch decorator and fix is subject to controversy, so post-pone it so we may discuss about it.
* [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 ↵Sylvain Th?nault2010-04-281-1/+1
| | | | DEPENDS file
* 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 ↵Doroth?e S?n?chal2009-04-081-1/+1
| | | | definition
* 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
|/ | | | - fixed get_payload encoding bug
* From Sylvain.Thenault@logilab.fr Tue Sep 5 10:25:33 2006syt2006-09-051-0/+112
Return-Path: <Sylvain.Thenault@logilab.fr> X-Original-To: adim@logilab.fr Delivered-To: adim@logilab.fr Received: from tucana.logilab.fr (tucana.logilab.fr [172.17.0.4]) by orion.logilab.fr (Postfix) with ESMTP id B9BF0EA9FF for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:33 +0200 (CEST) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by tucana.logilab.fr (Postfix) with ESMTP id A751571403E for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:50 +0200 (CEST) Received: from localhost.localdomain (ram31-2-82-228-88-123.fbx.proxad.net [82.228.88.123]) by smtp1-g19.free.fr (Postfix) with ESMTP id 670B090E2E for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:45 +0200 (CEST) Content-Type: multipart/mixed; boundary="===============0640966485==" MIME-Version: 1.0 Message-Id: <patchbomb.1157444811@localhost.localdomain> Date: Tue, 5 Sep 2006 10:26:51 +0200 To: adim@logilab.fr X-Spambayes-Classification: ham; 0.02 Status: RO X-Status: F Content-Length: 160 Lines: 8 --===============0640966485== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit --===============0640966485==-- From Sylvain.Thenault@logilab.fr Tue Sep 5 10:25:34 2006 Return-Path: <Sylvain.Thenault@logilab.fr> X-Original-To: adim@logilab.fr Delivered-To: adim@logilab.fr Received: from tucana.logilab.fr (tucana.logilab.fr [172.17.0.4]) by orion.logilab.fr (Postfix) with ESMTP id 08C46EAA65 for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:34 +0200 (CEST) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by tucana.logilab.fr (Postfix) with ESMTP id EBF277143EE for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:50 +0200 (CEST) Received: from localhost.localdomain (ram31-2-82-228-88-123.fbx.proxad.net [82.228.88.123]) by smtp1-g19.free.fr (Postfix) with ESMTP id 744699A992 for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:46 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 1 of 2] blabla X-Mercurial-Node: c9a40d354365f82164a6c0ffcf9c80deb644e0d5 Message-Id: <c9a40d354365f82164a6.1157444812@localhost.localdomain> In-Reply-To: <patchbomb.1157444811@localhost.localdomain> Date: Tue, 5 Sep 2006 10:26:52 +0200 From: syt@logilab.fr To: adim@logilab.fr X-Spambayes-Classification: ham; 0.00 Status: RO X-Status: F Content-Length: 510 Lines: 17 blabla