mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 05:55:06 -05:00
2e981e0c7d
Previously, with settings of Security=SSL and authentication=certificate, attempting to change Security=None would (of course) be blocked. So Security would remain SSL. But the authentication options would then include "Password, transmitted insecurely", whereas the option should have remained as "Normal password" (because the security remained SSL). The problem could have been fixed with a simple shuffling in updatePortFromSecurityType() so that updateAuthPlainTextFromSecurityType() was invoked before mPortView.setText(), but the logic for requiring that ordering was not plain to see. (Although no longer necessary, the shuffling was done as well.) |
||
---|---|---|
.. | ||
activity | ||
cache | ||
controller | ||
crypto | ||
fragment | ||
helper | ||
net/ssl | ||
preferences | ||
provider | ||
remotecontrol | ||
search | ||
security | ||
service | ||
view | ||
Account.java | ||
AccountStats.java | ||
BaseAccount.java | ||
Clock.java | ||
EmailAddressAdapter.java | ||
EmailAddressValidator.java | ||
FontSizes.java | ||
Identity.java | ||
K9.java | ||
NotificationSetting.java | ||
Preferences.java | ||
PRNGFixes.java | ||
Throttle.java |