#3832: Cannot connect to IMAP4 mail server
----------------------+----------------------------
Reporter: mikeegg | Owner: brendan
Type: defect | Status: new
Priority: major | Milestone: 1.6
Component: IMAP | Version: 1.6.0
Resolution: | Keywords: IMAP, SSL, TLS
----------------------+----------------------------
Comment (by kevin8t8):
Try
{{{
'--with-ssl=/opt/local'
}}}
Also, you probably don't want the '--with-gnutls' if you're using OpenSSL.
You may want to just try using the exact configure parameters it was built
with (from your debugging output):
{{{
'--with-libiconv-prefix=/opt/local' '--with-curses=/opt/local' '--with-
idn=/opt/local' '--enable-pop' '--enable-imap' '--with-ssl=/opt/local'
'--enable-debug' '--with-gdbm' '--without-bdb' '--without-qdbm'
'--without-tokyocabinet'
}}}
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3832#comment:7>
Mutt <http://www.mutt.org/>
The Mutt mail user agent