mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
add alert methods to server sink
This commit is contained in:
parent
3e1c22acb7
commit
20dacf7920
@ -24,5 +24,8 @@
|
||||
interface nsIImapServerSink : nsISupports {
|
||||
void PossibleImapMailbox(in string folderPath);
|
||||
void DiscoveryDone();
|
||||
|
||||
void FEAlert(in wstring aString);
|
||||
void FEAlertFromServer(in string aString);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user