Re: Timing out while trying to connect to gmail. Config?
Mauricio Tavares <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <CAHEKYV6vYJ1w=DfDU+MhJk_289dijJFzoFx3L_vrFoFwk-p8=w@mail.gmail.com> |
On Sun, Feb 24, 2019 at 10:12 PM Charles Cazabon <[email protected]> wrote: > > Mauricio Tavares <[email protected]> wrote: > > > > [retriever] > > type = SimpleIMAPSSLRetriever > > server = imap.gmail.com > > Looks fine. > > > getmail is run > > SimpleIMAPSSLRetriever:[email protected]@imap.gmail.com:993: > > getmailrc.gmail.raubvogel: socket error (('The read operation timed out',)) > > My first thought was that perhaps they stopped supporting SSL-wrapped IMAP, > but the online docs still say they do. So unless the docs are > wrong/out-of-date, my next guess would be that they're having temporary > problems. > > How long have you been trying and failing to connect? Can you try from > another network in case you've been firewalled/blocked? > That is why I installed mutt (mutt.org) and *think* I used the same settings set ssl_starttls=yes set ssl_force_tls=yes set imap_user = '[email protected]' set imap_pass = 'super-secret-password' set from='Mauricio <[email protected]> ' set realname='Mauricio Tavares' set folder = imaps://imap.gmail.com/ set spoolfile = imaps://imap.gmail.com/INBOX set postponed="imaps://imap.gmail.com/[Gmail]/Drafts" set header_cache = "~/.mutt/cache/headers" set message_cachedir = "~/.mutt/cache/bodies" set certificate_file = "~/.mutt/certificates" set move = no set imap_keepalive = 900 to connect to it When that worked fine from the same machine, I thought I must be doing something wrong in the getmail side. With that said, what confused me was I do not know if getmail timed out trying to reach out or actually connecting to gmail. > Charles > -- > ----------------------------------------------------------------------- > Charles Cazabon > GPL'ed software available at: http://pyropus.ca/software/ > ----------------------------------------------------------------------- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >