log mercurial/mail.py @ 10954:33119d0252c1 stable

age author description
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Thu, 26 Nov 2009 10:47:39 +0200 Marti Raudsepp mail: add parseaddrlist() function for parsing many addresses at once
Thu, 05 Nov 2009 10:49:28 +0100 Marti Raudsepp patchbomb: fix handling of email addresses with Unicode domains (IDNA)
Mon, 27 Jul 2009 02:27:24 +0200 David Soria Parra email: Catch exceptions during send.
Fri, 08 May 2009 15:14:04 +0200 Martin Geisler mail: updated comment
Fri, 08 May 2009 18:30:44 +0200 Rocco Rutte patchbomb: quoted-printable encode overly long lines
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Tue, 21 Oct 2008 10:29:57 +0200 Christian Ebert mail: correct typo in variable name
Mon, 20 Oct 2008 17:40:29 +0200 Christian Ebert mail: mime-encode patches that are utf-8
Sat, 12 Jul 2008 19:11:59 +0100 Christian Ebert mail: add methods to handle non-ascii chars
Mon, 14 Apr 2008 14:34:38 +0200 Dirkjan Ochtman replace usage of os.popen() with util.popen()
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall templater: move email function to util