|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/net/email/Bs_EmailParser.class.php
BlueShoes Application Framework - net/email
Bs_EmailParser
Bs_Object | +-- Bs_EmailParser
Parses email files into arrays.
|
public class Bs_EmailParser extends Bs_Object
Parses email files into arrays.
dependencies: none
| Authors | |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
|
|
|
|
Public Method Details |
Bs_EmailParser |
|
public void Bs_EmailParser( )
|
| |
Constructor
|
| Returns |
void |
|
parseFile |
|
public array parseFile( string $fullPath )
|
| |
reads the file specified and returns it as array.
|
| Parameter |
|
|
| Returns |
array (hash) |
|
|
Private Constant Details |
BS_EMAILPARSER_VERSION
define( BS_EMAILPARSER_VERSION, >>4.0.$x$<< )
Case: default: case sensitive
|
|
|
|
|
|
| PHPDoc 1.0beta |