Thanks! https://github.com/k9mail/k-9/commit/03925fb409ed9f80eb22e752c08e8cead0673729
On Monday, December 16, 2013 9:11:52 AM UTC-5, Paul Durrant wrote: > > Hi Folks, > > I find that I can't connect to a POP3 account using STARTTLS. After a > quick look at the source, the problem seems to be in POP3Store.java, where > the STLS command is issued with > writeLine(STLS_COMMAND); > This leaves the response from the server unread, which interferes with the > later protocol negotiations. Changing that line to > executeSimpleCommand(STLS_COMMAND); > fixes this probelm. > -- -- You received this message because you are subscribed to the K-9 Mail Users List. To post to this group, send email to [email protected] To unsubscribe, email [email protected] To report an issue with K-9 Mail, visit http://code.google.com/p/k9mail/issues/list For more options, visit this group at http://groups.google.com/group/k-9-mail --- You received this message because you are subscribed to the Google Groups "K-9 Mail" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
