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.
@mozilla.org/messenger/mailboxparser;1
This component implements the following interfaces:
Constants
| PRInt32 | nsIMsgParseMailMsgState.ParseEnvelopeState | = 0 |
| PRInt32 | nsIMsgParseMailMsgState.ParseHeadersState | = 1 |
| PRInt32 | nsIMsgParseMailMsgState.ParseBodyState | = 2 |
Properties
PRUint32 nsIMsgParseMailMsgState.envelopePos
readonly char* nsIMsgParseMailMsgState.headers
nsMailboxParseState nsIMsgParseMailMsgState.state
Methods
| Interface | Method |
|---|---|
| nsIMsgParseMailMsgState |
void Clear ( )
|
| nsIMsgParseMailMsgState |
void FinishHeader ( )
|
| nsIMsgParseMailMsgState |
PRInt32 GetAllHeaders ( out char* headers )
|
| nsIMsgParseMailMsgState |
nsIMsgDBHdr GetNewMsgHdr ( )
|
| nsIDBChangeListener |
void onAnnouncerGoingAway ( nsIDBChangeAnnouncer instigator )
|
| nsIStreamListener |
void onDataAvailable ( nsIRequest request , nsISupports context , nsIInputStream inputStream , PRUint32 offset , PRUint32 count )
|
| nsIDBChangeListener |
void onHdrAdded ( nsIMsgDBHdr hdrChanged , nsMsgKey parentKey , PRInt32 flags , nsIDBChangeListener instigator )
|
| nsIDBChangeListener |
void onHdrChange ( nsIMsgDBHdr hdrChanged , PRUint32 oldFlags , PRUint32 newFlags , nsIDBChangeListener instigator )
|
| nsIDBChangeListener |
void onHdrDeleted ( nsIMsgDBHdr hdrChanged , nsMsgKey parentKey , PRInt32 flags , nsIDBChangeListener instigator )
|
| nsIDBChangeListener |
void onJunkScoreChanged ( nsIDBChangeListener instigator )
|
| nsIDBChangeListener |
void onParentChanged ( nsMsgKey keyChanged , nsMsgKey oldParent , nsMsgKey newParent , nsIDBChangeListener instigator )
|
| nsIDBChangeListener |
void onReadChanged ( nsIDBChangeListener instigator )
|
| nsIRequestObserver |
void onStartRequest ( nsIRequest request , nsISupports context )
|
| nsIRequestObserver |
void onStopRequest ( nsIRequest request , nsISupports context , nsresult statusCode )
|
| nsIMsgParseMailMsgState |
void ParseAFolderLine ( char* line , PRUint32 lineLength )
|
| nsIMsgParseMailMsgState |
void setDBFolderStream ( nsIOutputStream fileStream )
|
| nsIMsgParseMailMsgState |
void SetMailDB ( nsIMsgDatabase database )
|
Reference documentation is generated from Mozilla's source.
