-
BPO | [23906](https://bugs.python.org/issue23906)
--- | :---
Nosy | @doko42, @tiran, @bitdancer, @berkerpeksag
*Note: these values reflect the state of the issue at the time it was migrated and might…
-
BPO | [30514](https://bugs.python.org/issue30514)
--- | :---
Nosy | @vstinner, @grzgrzgrz3
PRs | python/cpython#1864
*Note: these values reflect the state of the issue at the time it was migrated and…
-
Can we use this?
import poplib
from email import parser
#breaks with if this is left out for some reason (MAXLINE is set too low by default.)
poplib._MAXLINE=20480
pop_conn = poplib.POP3_SSL…
-
test_poplib gets some new tests in 2.7 for SSL. Those tests fail:
Traceback (most recent call last):
File "F:\Product\0\Dlr\External.LCA_RESTRICTED\Languages\IronPython\27\Lib\thr
eading.py", lin…
-
BPO | [12706](https://bugs.python.org/issue12706)
--- | :---
Nosy | @orsenthil, @berkerpeksag, @mwidjaja
PRs | python/cpython#5309
Files | [patch.patch](https://bugs.python.org/file35524/patch.patch "…
-
BPO | [20352](https://bugs.python.org/issue20352)
--- | :---
Nosy | @warsaw, @bitdancer
Files | [poplib_auth.patch](https://bugs.python.org/file33651/poplib_auth.patch "Uploaded as text/plain at 2014-…
-
**Bug report**
The GMAIL POP3 server does not understand the LIST/STAT command when being sent via poplib. Sending those commands on the same exact mailbox via TELNET works. Initially, I though…
-
BPO | [33099](https://bugs.python.org/issue33099)
--- | :---
Nosy | @smontanaro, @tiran, @methane, @jayyyin, @iritkatriel
PRs | python/cpython#6428
*Note: these values reflect the state of the issue …
-
Hi Ditesh,
This does not look to be an issue of poplib persé, but maybe it wel help others.
Running poplib in node.js on Windows 7, i received some emails which were unreadable (even the headers).
M…
-
## Problem
- There are a couple of scripts related to emails in the main repo. A proper directory with the access to different email bots needs to be made
- Create additional functionalities, like r…