these files are now generated

This commit is contained in:
alecf%netscape.com 1999-06-09 00:23:01 +00:00
parent 467c8245bd
commit 4e5a184994
4 changed files with 0 additions and 169 deletions

View File

@ -1,35 +0,0 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMailboxService.idl
*/
#ifndef __gen_nsIMailboxService_h__
#define __gen_nsIMailboxService_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsrootidl.h" /* interface nsrootidl */
#include "nsIUrlListener.h" /* interface nsIUrlListener */
class nsIURL; /* forward decl */
class nsIStreamListener; /* forward decl */
#include "nsFileSpec.h"
/* starting interface: nsIMailboxService */
/* {EEF82460-CB69-11d2-8065-006008128C4E} */
#define NS_IMAILBOXSERVICE_IID_STR "EEF82460-CB69-11d2-8065-006008128C4E"
#define NS_IMAILBOXSERVICE_IID \
{0xEEF82460, 0xCB69, 0x11d2, \
{ 0x80, 0x65, 0x00, 0x60, 0x08, 0x12, 0x8C, 0x4E }}
class nsIMailboxService : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IMAILBOXSERVICE_IID)
/* nsIURL ParseMailbox (in nsFileSpec aMailboxPath, in nsIStreamListener aMailboxParser, in nsIUrlListener aUrlListener); */
NS_IMETHOD ParseMailbox(nsFileSpec & aMailboxPath, nsIStreamListener *aMailboxParser, nsIUrlListener *aUrlListener, nsIURL **_retval) = 0;
/* nsIURL DisplayMessageNumber (in string url, in unsigned long aMessageNumber, in nsISupports aDisplayConsumer, in nsIUrlListener aUrlListener); */
NS_IMETHOD DisplayMessageNumber(const char *url, PRUint32 aMessageNumber, nsISupports *aDisplayConsumer, nsIUrlListener *aUrlListener, nsIURL **_retval) = 0;
};
#endif /* __gen_nsIMailboxService_h__ */

View File

@ -1,32 +0,0 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIPop3IncomingServer.idl
*/
#ifndef __gen_nsIPop3IncomingServer_h__
#define __gen_nsIPop3IncomingServer_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsrootidl.h" /* interface nsrootidl */
/* starting interface: nsIPop3IncomingServer */
/* {758a8970-e628-11d2-b7fc-00805f05ffa5} */
#define NS_IPOP3INCOMINGSERVER_IID_STR "758a8970-e628-11d2-b7fc-00805f05ffa5"
#define NS_IPOP3INCOMINGSERVER_IID \
{0x758a8970, 0xe628, 0x11d2, \
{ 0xb7, 0xfc, 0x00, 0x80, 0x5f, 0x05, 0xff, 0xa5 }}
class nsIPop3IncomingServer : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPOP3INCOMINGSERVER_IID)
/* attribute boolean leaveMessagesOnServer; */
NS_IMETHOD GetLeaveMessagesOnServer(PRBool *aLeaveMessagesOnServer) = 0;
NS_IMETHOD SetLeaveMessagesOnServer(PRBool aLeaveMessagesOnServer) = 0;
/* attribute boolean deleteMailLeftOnServer; */
NS_IMETHOD GetDeleteMailLeftOnServer(PRBool *aDeleteMailLeftOnServer) = 0;
NS_IMETHOD SetDeleteMailLeftOnServer(PRBool aDeleteMailLeftOnServer) = 0;
};
#endif /* __gen_nsIPop3IncomingServer_h__ */

View File

@ -1,34 +0,0 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIPop3Service.idl
*/
#ifndef __gen_nsIPop3Service_h__
#define __gen_nsIPop3Service_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsIPop3IncomingServer.h" /* interface nsIPop3IncomingServer */
#include "nsrootidl.h" /* interface nsrootidl */
#include "nsIUrlListener.h" /* interface nsIUrlListener */
class nsIURL; /* forward decl */
class nsIStreamListener; /* forward decl */
/* starting interface: nsIPop3Service */
/* {3BB459E0-D746-11d2-806A-006008128C4E} */
#define NS_IPOP3SERVICE_IID_STR "3BB459E0-D746-11d2-806A-006008128C4E"
#define NS_IPOP3SERVICE_IID \
{0x3BB459E0, 0xD746, 0x11d2, \
{ 0x80, 0x6A, 0x00, 0x60, 0x08, 0x12, 0x8C, 0x4E }}
class nsIPop3Service : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPOP3SERVICE_IID)
/* nsIURL GetNewMail (in nsIUrlListener aUrlListener, in nsIPop3IncomingServer popServer); */
NS_IMETHOD GetNewMail(nsIUrlListener *aUrlListener, nsIPop3IncomingServer *popServer, nsIURL **_retval) = 0;
/* nsIURL CheckForNewMail (in nsIUrlListener aUrlListener, in nsIPop3IncomingServer popServer); */
NS_IMETHOD CheckForNewMail(nsIUrlListener *aUrlListener, nsIPop3IncomingServer *popServer, nsIURL **_retval) = 0;
};
#endif /* __gen_nsIPop3Service_h__ */

View File

@ -1,68 +0,0 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIPop3Sink.idl
*/
#ifndef __gen_nsIPop3Sink_h__
#define __gen_nsIPop3Sink_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsIPop3IncomingServer.h" /* interface nsIPop3IncomingServer */
#include "nsrootidl.h" /* interface nsrootidl */
class nsIURL; /* forward decl */
/* starting interface: nsIPop3Sink */
/* {EC54D490-BB00-11D2-AB5E-00805F8AC968} */
#define NS_IPOP3SINK_IID_STR "EC54D490-BB00-11D2-AB5E-00805F8AC968"
#define NS_IPOP3SINK_IID \
{0xEC54D490, 0xBB00, 0x11D2, \
{ 0xAB, 0x5E, 0x00, 0x80, 0x5F, 0x8A, 0xC9, 0x68 }}
class nsIPop3Sink : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPOP3SINK_IID)
/* attribute boolean userAuthenticated; */
NS_IMETHOD GetUserAuthenticated(PRBool *aUserAuthenticated) = 0;
NS_IMETHOD SetUserAuthenticated(PRBool aUserAuthenticated) = 0;
/* attribute string mailAccountURL; */
NS_IMETHOD GetMailAccountURL(char * *aMailAccountURL) = 0;
NS_IMETHOD SetMailAccountURL(char * aMailAccountURL) = 0;
/* boolean BeginMailDelivery (); */
NS_IMETHOD BeginMailDelivery(PRBool *_retval) = 0;
/* void EndMailDelivery (); */
NS_IMETHOD EndMailDelivery() = 0;
/* void AbortMailDelivery (); */
NS_IMETHOD AbortMailDelivery() = 0;
/* voidStar IncorporateBegin (in string uidlString, in nsIURL aURL, in unsigned long flags); */
NS_IMETHOD IncorporateBegin(const char *uidlString, nsIURL *aURL, PRUint32 flags, void * *_retval) = 0;
/* void IncorporateWrite (in voidStar closure, in string block, in long length); */
NS_IMETHOD IncorporateWrite(void * closure, const char *block, PRInt32 length) = 0;
/* void IncorporateComplete (in voidStar closure); */
NS_IMETHOD IncorporateComplete(void * closure) = 0;
/* void IncorporateAbort (in voidStar closure, in long status); */
NS_IMETHOD IncorporateAbort(void * closure, PRInt32 status) = 0;
/* void BiffGetNewMail (); */
NS_IMETHOD BiffGetNewMail() = 0;
/* void SetBiffStateAndUpdateFE (in unsigned long biffState); */
NS_IMETHOD SetBiffStateAndUpdateFE(PRUint32 biffState) = 0;
/* void SetSenderAuthedFlag (in voidStar closure, in boolean authed); */
NS_IMETHOD SetSenderAuthedFlag(void * closure, PRBool authed) = 0;
/* attribute nsIPop3IncomingServer popServer; */
NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) = 0;
NS_IMETHOD SetPopServer(nsIPop3IncomingServer * aPopServer) = 0;
};
#endif /* __gen_nsIPop3Sink_h__ */