Thu, 10 Oct 2019 21:37:12 +0200 |
Denis Laxalde |
py3: decode username and password before SMTP login
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 21:30:44 +0200 |
Denis Laxalde |
py3: use socket.makefile() instead of dropped smtplib.SSLFakeFile
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 21:05:34 +0200 |
Denis Laxalde |
py3: call SMTP.docmd() with an str
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 21:00:13 +0200 |
Denis Laxalde |
py3: call SMTP.has_extn() with an str
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 10:48:57 +0200 |
Denis Laxalde |
py3: use email.generator.BytesGenerator in patch.split()
|
file |
diff |
annotate
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
file |
diff |
annotate
|
Wed, 02 Oct 2019 07:35:22 +0900 |
Yuya Nishihara |
patchbomb: use procutil.shellquote() instead of shlex to escape email address
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Mon, 30 Sep 2019 00:01:58 +0200 |
Floris Bruynooghe |
patchbomb: protect email addresses from shell
|
file |
diff |
annotate
|
Sat, 26 Jan 2019 10:40:37 -0800 |
Gregory Szorc |
mail: document behavior of Python 3
|
file |
diff |
annotate
|
Sun, 12 Aug 2018 12:16:08 +0900 |
Yuya Nishihara |
mail: convert encoding.encoding to sysstr
|
file |
diff |
annotate
|
Sun, 12 Aug 2018 12:14:28 +0900 |
Yuya Nishihara |
mail: call s.decode('ascii') explicitly to see if s is an ascii bytes
|
file |
diff |
annotate
|
Sun, 12 Aug 2018 12:11:36 +0900 |
Yuya Nishihara |
mail: pass in addr to _addressencode() in bytes
|
file |
diff |
annotate
|
Sun, 12 Aug 2018 12:01:34 +0900 |
Yuya Nishihara |
mail: remove redundant bytesurl() from addrlistencode()
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 21:58:43 -0400 |
Augie Fackler |
mail: be more cautious about bytes vs str for py3 compat
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 21:04:15 -0400 |
Augie Fackler |
mail: always fall back to iso-8859-1 if us-ascii won't work (BC)
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 18:27:36 -0400 |
Augie Fackler |
mail: properly handle email addresses typically being unicodes
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 17:44:36 -0400 |
Augie Fackler |
mail: fix debug print, which appears to have been broken for a long time
|
file |
diff |
annotate
|
Mon, 16 Jul 2018 18:17:19 -0400 |
Augie Fackler |
mail: stop using the smtplib.SSLFakeFile and use socket.socket.makefile
|
file |
diff |
annotate
|
Mon, 16 Jul 2018 18:16:26 -0400 |
Augie Fackler |
mail: modernize check for Python-with-TLS
|
file |
diff |
annotate
|
Mon, 16 Jul 2018 17:49:17 -0400 |
Augie Fackler |
mail: cope with Py3 unicode antics on email addresses
|
file |
diff |
annotate
|
Mon, 16 Jul 2018 17:48:03 -0400 |
Augie Fackler |
mail: fix _encode to be more correct on Python 3
|
file |
diff |
annotate
|
Sat, 16 Jun 2018 19:31:07 +0900 |
Yuya Nishihara |
py3: ditch email.parser.BytesParser which appears to be plain crap
|
file |
diff |
annotate
|
Sun, 08 Apr 2018 15:22:30 +0900 |
Yuya Nishihara |
py3: work around weird handling of bytes/unicode in decode_header()
|
file |
diff |
annotate
|
Sat, 07 Apr 2018 21:23:42 +0900 |
Yuya Nishihara |
procutil: make explainexit() simply return a message (API)
|
file |
diff |
annotate
|
Sat, 07 Apr 2018 20:50:38 +0900 |
Yuya Nishihara |
procutil: always popen() in binary mode
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 18:58:45 -0800 |
Gregory Szorc |
mail: import email.utils not email.Utils
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 18:50:24 -0800 |
Gregory Szorc |
py3: cast character set to bytes
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 18:47:19 -0800 |
Gregory Szorc |
py3: cast decode() argument to system string
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 14:25:10 -0800 |
Gregory Szorc |
py3: pass system string to email.message.Message.set_type()
|
file |
diff |
annotate
|
Wed, 29 Nov 2017 08:44:06 +0530 |
Pulkit Goyal |
py3: make sure the first argument of time.strftime() is str
|
file |
diff |
annotate
|
Tue, 26 Sep 2017 16:14:57 +0300 |
Igor Ippolitov |
mail: encode long unicode lines in emails properly (issue5687)
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
file |
diff |
annotate
|
Sat, 13 May 2017 11:12:44 -0700 |
Gregory Szorc |
mail: remove code to support < Python 2.7
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 09:11:08 -0700 |
Yuya Nishihara |
encoding: factor out unicode variants of from/tolocal()
|
file |
diff |
annotate
|
Thu, 20 Oct 2016 22:20:31 +0900 |
Yuya Nishihara |
mail: do not print(), use ui.debug() instead
|
file |
diff |
annotate
|
Wed, 05 Oct 2016 13:45:22 +0200 |
Gábor Stefanik |
mail: take --encoding and HGENCODING into account
|
file |
diff |
annotate
|
Fri, 07 Oct 2016 17:30:11 +0200 |
Pulkit Goyal |
mail: handle renamed email.Header
|
file |
diff |
annotate
|
Sat, 04 Jun 2016 11:13:28 -0700 |
Gregory Szorc |
mail: unsupport smtp.verifycert (BC)
|
file |
diff |
annotate
|
Wed, 25 May 2016 19:56:20 -0700 |
Gregory Szorc |
mail: remove use of sslkwargs
|
file |
diff |
annotate
|
Wed, 25 May 2016 19:43:22 -0700 |
Gregory Szorc |
sslutil: remove ui from sslkwargs (API)
|
file |
diff |
annotate
|
Sun, 15 May 2016 11:38:38 -0700 |
Gregory Szorc |
sslutil: convert socket validation from a class to a function (API)
|
file |
diff |
annotate
|
Tue, 17 May 2016 05:32:36 +0530 |
Pulkit Goyal |
py3: use setattr() to assign new class attribute
|
file |
diff |
annotate
|
Fri, 15 Apr 2016 17:43:47 +0000 |
timeless |
mail: retain hostname for sslutil.wrapsocket (issue5203)
|
file |
diff |
annotate
|
Thu, 03 Mar 2016 18:34:19 +0100 |
Julien Cristau |
patch: when importing from email, RFC2047-decode From/Subject headers
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 11:47:07 -0800 |
Gregory Szorc |
mail: use print function
|
file |
diff |
annotate
|
Thu, 15 Oct 2015 17:24:42 -0400 |
timeless |
mail: drop python 2.5 self.sock.read workaround
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 22:29:03 -0400 |
timeless |
l10n: use %d instead of %s for numbers
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 22:21:05 -0400 |
timeless |
mail: drop python 2.5 support
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 19:32:19 -0700 |
Gregory Szorc |
mail: use absolute_import
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 17:52:20 -0500 |
Matt Mackall |
email: fix config default value inconsistency
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Sun, 07 Jun 2015 09:30:15 +0900 |
Yuya Nishihara |
mail: pass ui to sslutil.wrapsocket() even if verifycert is off (issue4713)
|
file |
diff |
annotate
|