-
```
Hello! Thanks for your great software!
I'm experiencing a problem with a Telnet host, where the return key has no
effect.
I haven't checked, but I believe that the problem arises from the host
…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
Hello
i have an installation
64 bit Linux Mint 18.1 Serena
PHP 7.3.4
osTicket version v1.14.1 (f1e9e88)
ServerDB 10.1.38-MariaDB
mail server does not use any SSL authentication for both the SMTP…
-
想问一下,这个建立连接是不是不用身份验证了?我看给出的agent代码部分是没有password的传递。
-
It would be nice to have a TBird extension that would allow the user to highlight a folder that they created in their account and tell the extension to move the folder, with all of it's messages intac…
-
Hi everyone,
Im using the lib 2.1.8 on Laravel 8.0.2 / PHP 7.4 and an MS exchange server.
Im able to connect to the account, count the number of emails in a specific folder, but cannot get the me…
-
K9 used to raise a notification when a login to Gmail failed due to 'Web login required' received from the servers. My App failed to login and retrieve mail for several days before I tried to access m…
-
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…
-
### Miscellaneous first checks
- [X] I checked that all ports are open and not blocked by my ISP / hosting provider.
- [X] I know that SSL errors are likely the result of a wrong setup on the user…