Add interface method for initialize.

This commit is contained in:
mscott%netscape.com 1999-06-16 03:08:49 +00:00
Родитель b9991312d4
Коммит 0d3a83b29f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -122,6 +122,10 @@ public:
nsImapUidExpunge = 0x10000027 nsImapUidExpunge = 0x10000027
} nsImapAction; } 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 // Getters and Setters for the imap specific event sinks to bind to to your url
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////