aboutsummaryrefslogtreecommitdiff
path: root/src/rpop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpop3.c')
-rw-r--r--src/rpop3.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rpop3.c b/src/rpop3.c
index edb2d183..001b9702 100644
--- a/src/rpop3.c
+++ b/src/rpop3.c
@@ -298,6 +298,13 @@ gint rpop3_account(PrefsAccount *account)
while (!rpop3_window.finished)
gtk_main_iteration();
+ if (POP3_SESSION(session)->error_val == PS_AUTHFAIL &&
+ account->tmp_pass) {
+ debug_print("rpop3_account: remove temporary password because of authentication failure\n");
+ g_free(account->tmp_pass);
+ account->tmp_pass = NULL;
+ }
+
rpop3_idle(FALSE);
session_destroy(session);
rpop3_clear_list();