Add methods for Biff.
git-svn-id: svn://10.0.0.236/trunk@34875 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIUrlListener.idl"
|
||||
#include "nsIPop3IncomingServer.idl"
|
||||
#include "nsIMsgFolder.idl"
|
||||
|
||||
interface nsIURL;
|
||||
interface nsIStreamListener;
|
||||
@@ -52,6 +53,7 @@ interface nsIPop3Service : nsISupports {
|
||||
in nsIPop3IncomingServer popServer);
|
||||
|
||||
nsIURL CheckForNewMail(in nsIUrlListener aUrlListener,
|
||||
in nsIMsgFolder inbox,
|
||||
in nsIPop3IncomingServer popServer);
|
||||
|
||||
};
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIPop3IncomingServer.idl"
|
||||
#include "nsIMsgFolder.idl"
|
||||
|
||||
interface nsIURL;
|
||||
|
||||
@@ -43,10 +44,11 @@ interface nsIPop3Sink : nsISupports {
|
||||
|
||||
void BiffGetNewMail();
|
||||
|
||||
void SetBiffStateAndUpdateFE(in unsigned long biffState);
|
||||
void SetBiffStateAndUpdateFE(in unsigned long biffState, in long numNewMessages);
|
||||
|
||||
void SetSenderAuthedFlag(in voidStar closure, in boolean authed);
|
||||
|
||||
attribute nsIPop3IncomingServer popServer;
|
||||
attribute nsIMsgFolder folder;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user