mailnews\imap\src\nsImapIncomingServer.cpp
// This is called from the UI thread.
NS_IMETHODIMP
nsImapProtocol::OnPromptStart(bool *aResult)
{
rv = imapServer-> PromptPassword(msgWindow, password);
}
NS_IMETHODIMP
nsImapIncomingServer:: PromptPassword(nsIMsgWindow *aMsgWindow,
nsACString &aPassword)