Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIMimeHeaders

This article needs a technical review. How you can help.

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

 

See also


  •  

Document Tags and Contributors

 Contributors to this page: Sheppy, justinpotts, RealRaven2000
 Last updated by: Sheppy,