[issue15071] TLS get keys and randoms

2016-01-12 Thread Daniël van Eeden
Changes by Daniël van Eeden : -- nosy: +dveeden ___ Python tracker <http://bugs.python.org/issue15071> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21329] configparser can't parse MySQL style config

2014-04-22 Thread Daniël van Eeden
New submission from Daniël van Eeden: With Python 2.7 the ConfigParser was enriched with the allow_no_value option which resulted in a much more usable configparser for MySQL configs. It can now parse configs like this: [mysqld] log_bin innodb_file_per_table innodb_io_capacity=800 However it

[issue20352] Add support for AUTH command to poplib

2014-01-23 Thread Daniël van Eeden
Daniël van Eeden added the comment: As far as I understood the RFC: A client should send CAPA and check if there is a SASL tag in the response (e.g. "SASL PLAIN"). === +OK Dovecot ready. AUTH PLAIN base64_encoded_info +OK Logge

[issue20352] Add support for AUTH command to poplib

2014-01-22 Thread Daniël van Eeden
New submission from Daniël van Eeden: I use 'AUTH PLAIN ' to login to a POP3 server with a proxy user. I can't use 'pass_()' as I need to supply a admin user and the user to proxy into. class adminpopserver(poplib.POP3): def auth(self, method, secret): re

[issue20013] imaplib behaviour when deleting selected folder

2013-12-18 Thread Daniël van Eeden
Daniël van Eeden added the comment: Without the patch: Traceback (most recent call last): File "./test.py", line 10, in s.select('INBOX') File "/usr/lib/python2.7/imaplib.py", line 649, in select typ, dat = self._simple_command(name, mailbox) File

[issue20013] imaplib behaviour when deleting selected folder

2013-12-18 Thread Daniël van Eeden
Daniël van Eeden added the comment: The patch doesn't seem to change the behaviour. -- ___ Python tracker <http://bugs.python.org/issue20013> ___ ___ Pytho

[issue20013] imaplib behaviour when deleting selected folder

2013-12-18 Thread Daniël van Eeden
Daniël van Eeden added the comment: I've replace the user and password in both the test script and the log. -- Added file: http://bugs.python.org/file33190/imaplib_issue20013_san.log ___ Python tracker <http://bugs.python.org/is

[issue20013] imaplib behaviour when deleting selected folder

2013-12-18 Thread Daniël van Eeden
Changes by Daniël van Eeden : Added file: http://bugs.python.org/file33189/test_san.py ___ Python tracker <http://bugs.python.org/issue20013> ___ ___ Python-bugs-list m

[issue20013] imaplib behaviour when deleting selected folder

2013-12-18 Thread Daniël van Eeden
New submission from Daniël van Eeden: When executing DELETE against a SELECTED imap folder the server responds: --- a8 SELECT SentMail * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted

[issue5305] imaplib should support international mailbox names

2013-12-12 Thread Daniël van Eeden
Changes by Daniël van Eeden : -- nosy: +dveeden ___ Python tracker <http://bugs.python.org/issue5305> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue917120] imaplib: incorrect quoting in commands

2013-09-06 Thread Daniël van Eeden
Changes by Daniël van Eeden : -- nosy: +dveeden ___ Python tracker <http://bugs.python.org/issue917120> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18540] imaplib.IMAP4() ends with "Name or service not known" on Fedora 18

2013-08-22 Thread Daniël van Eeden
Changes by Daniël van Eeden : -- nosy: +dveeden ___ Python tracker <http://bugs.python.org/issue18540> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11245] Implementation of IMAP IDLE in imaplib?

2013-08-22 Thread Daniël van Eeden
Changes by Daniël van Eeden : -- nosy: +dveeden ___ Python tracker <http://bugs.python.org/issue11245> ___ ___ Python-bugs-list mailing list Unsubscribe: