зеркало из https://github.com/mozilla/pjs.git
Add interface method for initialize.
This commit is contained in:
Родитель
b9991312d4
Коммит
0d3a83b29f
|
@ -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
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Загрузка…
Ссылка в новой задаче