Here it is, attached.

On 27 Mar 2014, at 17:08, Benny Kjær Nielsen wrote:

On 27 Mar 2014, at 12:54, [email protected] wrote:

I'm getting this error:

"Cannot make a secure SSL connection as requested. The server does not support it on port “143”. You may want to provide an explicit port in the IMAP settings or disable the SSL requirement"

However, on that account, I DO have ports explicitly defined: 993 for IMAP and 456. The server is gmail.com.

It would be a bug in MailMate if it tries to connect on port 143 when 993 is explicitly provided. Could you send me the following for me to verify the settings:

        ~/Library/Application Support/MailMate/Sources.plist

(You can send it directly to the email address I use for this mailing list.)

--
Benny
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate
{       sources = (
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( "[Gmail]/All Mail", 
"[Gmail]/Important", "[Gmail]/Starred" );
                        name = "Assai Accounts";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        serverURL = 
"imap://accounts%[email protected]";
                        smtp = "smtp://accounts%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( );
                        junk = "imap://assai%[email protected]/Bulk 
Mail";
                        name = "Assai Yahoo";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        sent = "imap://assai%[email protected]/Sent";
                        serverURL = "imap://assai%[email protected]";
                        shadowServerURL = 
"imap://assai%[email protected]";
                        smtp = "smtp://assai%[email protected]";
                        trash = 
"imap://assai%[email protected]/Trash";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( "[Gmail]/All Mail", 
"[Gmail]/Important", "[Gmail]/Starred" );
                        name = "DW RMIT";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        serverURL = 
"imap://david.week%[email protected]";
                        shadowServerURL = 
"imap://david.week%[email protected]";
                        smtp = "smtp://david.week%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( );
                        junk = 
"imap://david.week%[email protected]/Spam";
                        name = "TheMatter.co";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        serverURL = 
"imap://david.week%[email protected]";
                        smtp = 
"smtp://david.week%[email protected]";
                },
                {       clientUnsubscribedMailboxNames = ( );
                        junk = 
"imap://david.week%[email protected]/Bulk Mail";
                        name = "DW Cal";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        serverURL = 
"imap://david.week%[email protected]";
                        smtp = 
"smtp://david.week%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( );
                        junk = 
"imap://davidefweek%[email protected]/Bulk Mail";
                        name = "DW Yahoo defw";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        sent = 
"imap://davidefweek%[email protected]/Sent";
                        serverURL = 
"imap://davidefweek%[email protected]";
                        shadowServerURL = 
"imap://davidefweek%[email protected]";
                        smtp = 
"smtp://davidefweek%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( "[Gmail]/All Mail", 
"[Gmail]/Important", "[Gmail]/Starred" );
                        name = "DW Gmail";
                        requireSSL = :true;
                        serverURL = 
"imap://davidweek%[email protected]";
                        smtp = "smtp://davidweek%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( "[Gmail]/All Mail", 
"[Gmail]/Important", "[Gmail]/Starred" );
                        name = "DW CIU";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        serverURL = 
"imap://davidweek%[email protected]";
                        smtp = 
"smtp://davidweek%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( );
                        name = "Assai DW";
                        port = "993";
                        portSelection = "manual";
                        serverURL = "imap://dew%[email protected]";
                        smtp = "smtp://dew%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( "[Gmail]/All Mail", 
"[Gmail]/Important", "[Gmail]/Starred" );
                        name = "Assai ID";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        serverURL = "imap://id%[email protected]";
                        smtp = "smtp://id%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( "[Gmail]/All Mail", 
"[Gmail]/Important", "[Gmail]/Starred" );
                        name = "Assai Mail";
                        requireSSL = :true;
                        serverURL = "imap://mail%[email protected]";
                        smtp = "smtp://mail%[email protected]";
                },
                {       MRUPort = "993";
                        clientUnsubscribedMailboxNames = ( "[Gmail]/All Mail", 
"[Gmail]/Important", "[Gmail]/Starred" );
                        name = "Urban Book";
                        port = "993";
                        portSelection = "manual";
                        requireSSL = :true;
                        serverURL = 
"imap://urbanwellbeingbook%[email protected]";
                        smtp = 
"smtp://urbanwellbeingbook%[email protected]";
                },
        );
}
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to