[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/openpsa/universalfeedcreator/lib/Creator/ -> MBOXCreator.php (summary)

(no description)

File Size: 110 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MBOXCreator:: (4 methods):
  __construct()
  qp_enc()
  createFeed()
  _generateFilename()


Class: MBOXCreator  - X-Ref

MBOXCreator is a FeedCreator that implements the mbox format
as described in http://www.qmail.org/man/man5/mbox.html

__construct()   X-Ref
MBOXCreator constructor.


qp_enc($input = "", $line_max = 76)   X-Ref
Quoted Printable encoding

param: string $input
param: int $line_max wrap lines after these number of characters
return: string

createFeed()   X-Ref
Builds the MBOX contents.


_generateFilename()   X-Ref
Generate a filename for the feed cache file. Overridden from FeedCreator to prevent XML data types.

return: string the feed cache filename