nsIMimeHeaders
 
 
 
??? Add brief description of Interface ??? 
 
 
Inherits from: 
 
nsISupports 
Last changed in Gecko 1.7 Implemented by: ?????????????????????????????????????. To create an instance, use:
Implemented by: ????????????????????????????????????? as a service:
var mimeHeaders = Components.classes["@mozilla.org/????????????????????????????"]
                  .createInstance(Components.interfaces.nsIMimeHeaders);
Method overview
| string extractHeader([const] in string headerName, in boolean getAllOfThem); | 
| void initialize([const] in string allHeaders, in long allHeadersSize); | 
Attributes
| Attribute | Type | Description | 
| allHeaders | string | Read only. | 
Methods
extractHeader()
string extractHeader( [const] in string headerName, in boolean getAllOfThem );
Parameters
- 
    headerName
- Missing Description
- 
    getAllOfThem
- Missing Description
Return value
Missing Description
Exceptions thrown
- 
    Missing Exception
- Missing Description
initialize()
void initialize( [const] in string allHeaders, in long allHeadersSize );
Parameters
- 
    allHeaders
- Insert the complete Message Content
- 
    allHeadersSize
- Length of the passed in content
Exceptions thrown
- 
    Missing Exception
- Missing Description
Remarks