Add methods for Biff.

git-svn-id: svn://10.0.0.236/trunk@34875 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
putterman%netscape.com
1999-06-11 22:13:18 +00:00
parent 5e142c23f9
commit 14688fcbfe
2 changed files with 5 additions and 1 deletions

View File

@@ -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);
};

View File

@@ -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;
};