summaryrefslogtreecommitdiffstats
path: root/mailnews/compose/src/nsSmtpServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mailnews/compose/src/nsSmtpServer.h')
-rw-r--r--mailnews/compose/src/nsSmtpServer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mailnews/compose/src/nsSmtpServer.h b/mailnews/compose/src/nsSmtpServer.h
index 4473d7af8..9dbbe54b4 100644
--- a/mailnews/compose/src/nsSmtpServer.h
+++ b/mailnews/compose/src/nsSmtpServer.h
@@ -30,13 +30,17 @@ private:
nsCString mKey;
nsCOMPtr<nsIPrefBranch> mPrefBranch;
nsCOMPtr<nsIPrefBranch> mDefPrefBranch;
-
+
nsresult getPrefs();
void getIntPrefWithDefault(const char *prefName, int32_t *val,
int32_t defval);
nsresult GetPasswordWithoutUI();
nsCString GetServerURIInternal(const bool aIncludeUsername);
+ nsresult OnUserOrHostNameChanged(const nsACString& oldName,
+ const nsACString& newName,
+ bool hostnameChanged);
+
nsCString m_password;
bool m_logonFailed;
};