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/messagestateparser;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 ( )
|
| 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.
