IMP_Mime_Headers
in package
Code for manipulating/parsing MIME header data.
Tags
Table of Contents
Methods
- getPriority() : string
- Determines the priority of the message based on the headers.
Methods
getPriority()
Determines the priority of the message based on the headers.
public
getPriority(Horde_Mime_Headers $header) : string
Parameters
- $header : Horde_Mime_Headers
-
The headers object.
Return values
string —'high', 'low', or 'normal'.