Changes by Daniël van Eeden :
--
nosy: +dveeden
___
Python tracker
<http://bugs.python.org/issue15071>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
Daniël van Eeden added the comment:
The patch doesn't seem to change the behaviour.
--
___
Python tracker
<http://bugs.python.org/issue20013>
___
___
Pytho
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
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
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
Changes by Daniël van Eeden :
--
nosy: +dveeden
___
Python tracker
<http://bugs.python.org/issue5305>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Daniël van Eeden :
--
nosy: +dveeden
___
Python tracker
<http://bugs.python.org/issue917120>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Daniël van Eeden :
--
nosy: +dveeden
___
Python tracker
<http://bugs.python.org/issue18540>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Daniël van Eeden :
--
nosy: +dveeden
___
Python tracker
<http://bugs.python.org/issue11245>
___
___
Python-bugs-list mailing list
Unsubscribe:
13 matches
Mail list logo