Add interface method for initialize.

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

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

@ -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
///////////////////////////////////////////////////////////////////////////////