[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 331 lines (10 kb) |
Included or required: | 1 time |
Referenced: | 1 time |
Includes or requires: | 0 files |
Vtiger_MailRecord:: (13 methods):
log()
__toString()
__construct()
getBodyText()
getBodyHTML()
fetchBody()
__getEmailIdList()
__convert_encoding()
__mime_decode()
__mime_encode()
__parseHeader()
__parseBody()
__getpart()
Class: Vtiger_MailRecord - X-Ref
This class provides structured way of accessing details of email.log($message=false) X-Ref |
No description |
__toString() X-Ref |
String representation of the object. |
__construct($imap, $messageid, $fetchbody=true) X-Ref |
Constructor. |
getBodyText($striptags=true) X-Ref |
Get body content as Text. |
getBodyHTML() X-Ref |
Get body content as HTML. |
fetchBody($imap, $messageid) X-Ref |
Fetch the mail body from server. |
__getEmailIdList($inarray) X-Ref |
Parse the email id from the mail header text. |
__convert_encoding($input, $to, $from = false) X-Ref |
Helper function to convert the encoding of input to target charset. |
__mime_decode($input, &$words=null, $targetEncoding='UTF-8') X-Ref |
MIME decode function to parse IMAP header or mail information |
__mime_encode($input, $encoding='Q', $charset='iso-8859-1') X-Ref |
MIME encode function to prepare input to target charset supported by normal IMAP clients. |
__parseHeader($imap, $messageid) X-Ref |
Parse header of the email. |
__parseBody($imap, $messageid) X-Ref |
No description |
__getpart($imap, $messageid, $p, $partno) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |