From 049a8db3f4c54713cf5c3265fb9dc17f1d3cec84 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Wed, 16 Jun 1999 03:08:49 +0000 Subject: [PATCH] Add interface method for initialize. --- mailnews/imap/public/nsIImapUrl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mailnews/imap/public/nsIImapUrl.h b/mailnews/imap/public/nsIImapUrl.h index 612445170015..b8b72a2348af 100644 --- a/mailnews/imap/public/nsIImapUrl.h +++ b/mailnews/imap/public/nsIImapUrl.h @@ -122,6 +122,10 @@ public: nsImapUidExpunge = 0x10000027 } nsImapAction; + // Initialization method used to initialize the url...right now + // we only need the user name....we may need more info in the future + NS_IMETHOD Initialize(const char * aUserName) = 0; + /////////////////////////////////////////////////////////////////////////////// // Getters and Setters for the imap specific event sinks to bind to to your url ///////////////////////////////////////////////////////////////////////////////