cozy / cozy-emails

Email Client for Cozy
GNU Affero General Public License v3.0
66 stars 41 forks source link

Strange behavior of smtp SSL/STARTTLS checkboxes #924

Open Phyks opened 7 years ago

Phyks commented 7 years ago

Hi,

On imap server config page part, if STARTTLS is checked and port is 143 and one checks SSL (keeping STARTTLS checked), port is 993. Then, if one unchecks SSL, port is back to 143 as expected.

On smtp server config page part, for the same actions, port is 587 -> 465 -> 25. Should be 587 again to match imap behavior.

Also, shouldn't SSL/STARTTLS checkboxes actually be a toggle (so that both of them could not be checked)?

Thanks

clochix commented 7 years ago

Thanks for reporting. Please note that this screen has been fully refactored in the next version of the application, so this issue will probably not be resolved until we publish this next version.

Phyks commented 7 years ago

Ok, np.