WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsINNTPNewsgroupList

IID:E628ED19-9452-11d2-B7EA-00805F05FFA5
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

PRBool getOldMessages


Methods

void addToKnownArticles ( PRInt32 first_message , PRInt32 last_message ) void clearXOVERState ( ) void finishXOVERLINE ( PRInt32 status , out PRInt32 newstatus ) PRInt32 getRangeOfArtsToDownload ( nsIMsgWindow msgWindow , PRInt32 first_message , PRInt32 last_message , PRInt32 maxextra , out PRInt32 real_first_message , out PRInt32 real_last_message ) void initialize ( nsINntpUrl runningURL , nsIMsgNewsFolder newsFolder ) void initXOVER ( PRInt32 first_message , PRInt32 last_message ) void processNonXOVER ( char* line ) void processXOVERLINE ( char* line , out PRUint32 status ) void resetXOVER ( )

void addToKnownArticles ( PRInt32 first_message , PRInt32 last_message )

Arguments:
first_message
last_message

void clearXOVERState ( )


void finishXOVERLINE ( PRInt32 status , out PRInt32 newstatus )

Arguments:
status
newstatus

PRInt32 getRangeOfArtsToDownload ( nsIMsgWindow msgWindow , PRInt32 first_message , PRInt32 last_message , PRInt32 maxextra , out PRInt32 real_first_message , out PRInt32 real_last_message )

Arguments:
msgWindow
first_message
last_message
maxextra
real_first_message
real_last_message

void initialize ( nsINntpUrl runningURL , nsIMsgNewsFolder newsFolder )

Arguments:
runningURL
newsFolder

void initXOVER ( PRInt32 first_message , PRInt32 last_message )

Arguments:
first_message
last_message

void processNonXOVER ( char* line )

Arguments:
line

void processXOVERLINE ( char* line , out PRUint32 status )

Arguments:
line
status

void resetXOVER ( )

Reference documentation is generated from Mozilla's source.