Problem connecting to SMTP/IMAP server using SSL

Dan Stromberg drsalists at gmail.com
Thu Apr 12 13:18:17 EDT 2012


Are you quite sure that your iPhone isn't using some sort of VPN?

On my Android phone, I need a VPN client to access my work mail, but I
install it once and forget about it; it doesn't require me to enter my
password more than once.

On Fri, Mar 30, 2012 at 10:39 PM, Julien <jphalip at gmail.com> wrote:

> Hi,
>
> I'm able to connect to an Exchange server via SMTP and IMAP from my
> iPhone using SSL and without using a VPN. So I would expect to be able
> to do the same from my computer using Python.
>
> However, the following hangs and times out on my computer when I'm not
> connected to the VPN:
>
> >>> import imaplib
> >>> imap = imaplib.IMAP4_SSL("my.server.address")
>
> If I am connected to the VPN, then it works fine.
>
> Do you know why it won't work with SSL and without the VPN? Am I
> missing something?
>
> Thanks a lot,
>
> Julien
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120412/5f8fdd78/attachment.html>


More information about the Python-list mailing list