mercurial/mail.py
Tue, 24 Sep 2013 15:10:32 -0400 Augie Fackler python2.4: fix imports of sub-packages of the email package
Fri, 20 Sep 2013 10:16:02 -0400 Augie Fackler mail: correct import of email module
Fri, 19 Apr 2013 01:26:23 +0900 FUJIWARA Katsunori smtp: use 465 as default port for SMTPS
Fri, 12 Apr 2013 17:17:35 -0700 Bryan O'Sullivan mail: add missing import of sys
Tue, 26 Mar 2013 02:28:10 +0900 FUJIWARA Katsunori smtp: verify the certificate of the SMTP server for STARTTLS/SMTPS
Tue, 26 Mar 2013 02:27:43 +0900 FUJIWARA Katsunori smtp: add the class to verify the certificate of the SMTP server for SMTPS
Tue, 26 Mar 2013 02:27:23 +0900 FUJIWARA Katsunori smtp: add the class to verify the certificate of the SMTP server for STARTTLS
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Wed, 23 Nov 2011 02:44:11 +0100 Mads Kiilerich mail: use quoted-printable for mime encoding to avoid too long lines (issue3075)
Wed, 23 Nov 2011 02:36:33 +0100 Mads Kiilerich notify: add option for writing to mbox
Wed, 23 Nov 2011 02:11:24 +0100 Mads Kiilerich mail: mbox handling as a part of mail handling, refactored from patchbomb
Mon, 25 Jul 2011 16:02:15 -0500 Augie Fackler mail: use safehasattr instead of hasattr
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Fri, 06 May 2011 15:31:09 +0200 Adrian Buehlmann rename explain_exit to explainexit
Fri, 07 Jan 2011 20:50:42 +0100 Patrick Mezard mail: fix regression when parsing unset smtp.tls option
Mon, 20 Dec 2010 16:56:54 +0800 Zhigang Wang smtp: fix for server doesn't support starttls extension
Mon, 30 Aug 2010 22:52:00 +0200 Martin Geisler merge with stable
Mon, 30 Aug 2010 22:47:38 +0200 Martin Geisler mail: use standard section.entry format in error message stable
Sat, 28 Aug 2010 12:31:07 -0400 Brodie Rao mail/hgweb: support service names for ports (issue2350)
Tue, 06 Jul 2010 18:24:04 +0900 Nicolas Dumazet mail: ensure that Python2.4 to 2.7 use the same header format stable
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
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall patchbomb: undo backout and fix bugs in the earlier patch
Fri, 25 Jan 2008 16:04:32 -0800 Bryan O'Sullivan Backed out changeset dc6ed2736c81
Thu, 17 Jan 2008 13:51:59 -0600 Matt Mackall patchbomb: prompt only once for SMTP password
Wed, 19 Dec 2007 11:56:19 -0500 Arun Thomas Patchbomb: Prompt password when using SMTP/TLS and no password in .hgrc.
Fri, 07 Sep 2007 16:48:42 +0200 Christian Ebert Catch smtp exceptions 0.9.5
Sun, 27 May 2007 14:40:14 -0700 Bryan O'Sullivan patchbomb: Validate email config before we start prompting for info.
Fri, 16 Feb 2007 05:27:37 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 16 Feb 2007 04:54:47 -0200 Alexis S. L. Carvalho mail.py: don't try to use TLS if python doesn't have SSL support
Mon, 25 Dec 2006 13:37:00 +0100 Benoit Boissinot remove various unused import
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Sun, 20 Aug 2006 02:21:59 -0300 Alexis S. L. Carvalho fix typo in mail.py
Wed, 16 Aug 2006 11:03:32 -0700 Brendan Cully mail: fix connect
Tue, 15 Aug 2006 14:06:50 -0500 Matt Mackall Move ui.sendmail to mail.connect/sendmail
less more (0) tip