/offlineimap/head: changeset 278
Moved password promting into imapserver.py. Passwords are now asked for on-demand and typos will no longer crash the program (the user will be re-prompted). Closes: #162672.
This commit is contained in:
@ -92,7 +92,7 @@ class UIBase:
|
||||
|
||||
################################################## INPUT
|
||||
|
||||
def getpass(s, accountname, config):
|
||||
def getpass(s, accountname, config, errmsg = None):
|
||||
raise NotImplementedError
|
||||
|
||||
def folderlist(s, list):
|
||||
|
Reference in New Issue
Block a user