On Tue, 4 Jun 2024, Carlos E. R. via Alpine-info wrote:

[...]
  Server        imap.fastmail.com
  Port  993
  SSL/TLS Encryption    Enabled, but not STARTTLS
  Username      Your Fastmail email address, including the domain.
  Password      Your app-specific password. You cannot use your regular
Fastmail password.

  Root folder/IMAP path
    prefix      (leave blank)
  Folder separator      / (forward slash)


With that data, a configuration string for alpine can be concocted

incoming-folders=...
  "fastmail" {imap.fastmail.com/tls/user=ch...@cwm030.com}INBOX,

Thank you Carlos for taking the time to investigate. The only correction that I would make is that the above configuration needs to be

incoming-folders=...
   "fastmail" {imap.fastmail.com/ssl/user=ch...@cwm030.com}INBOX,

The effect of /tls is to do STARTTLS, which is normally done in port 143, not in port 993, which is where /ssl is set by default.

--
Eduardo
_______________________________________________
Alpine-info mailing list
Alpine-info@u.washington.edu
http://mailman12.u.washington.edu/mailman/listinfo/alpine-info

Reply via email to