Class Part

Description

Located in /apps/mail/classes/part.class.php (line 21)


	
			
Variable Summary
mixed $attributes
mixed $imap
mixed $mid
mixed $outencoding
mixed $part
mixed $pid
mixed $root
mixed $types
Method Summary
Part __construct (mixed &$imap, mixed $mid, mixed $pid, [mixed $part_structure = false], [mixed $root = FALSE], [mixed $outencoding = "UTF-8"])
void cleanHTML (mixed $html)
void getAttributes ()
void getBody ()
void getBytes ()
void getContentType ()
void getPart ()
void getPartNo ()
void getSize ()
void getSubtype ()
void getType ()
void searchPart (mixed $type)
Variables
mixed $attributes = array() (line 30)
  • access: protected
mixed $html_forbids = array (
'@<html[^>]*?>@i', '@</html>@i' ,
'@<body[^>]*?>@i', '@</body>@i' ,
'@<head[^>]*?>.*?</head>@si' ,
'@<style[^>]*?>.*?</style>@si' ,
'@<script[^>]*?>.*?</script>@si' ,
'@<\!DOCTYPE[^>]*?>@si' ,
'@<meta[^>]*?>@si' ,
)
(line 42)
  • access: protected
mixed $imap (line 25)
  • access: protected
mixed $mid (line 26)
  • access: protected
mixed $outencoding (line 23)
  • access: protected
mixed $part (line 28)
  • access: protected
mixed $pid (line 27)
  • access: protected
mixed $root (line 29)
  • access: protected
mixed $types = array(
0 => 'TEXT' ,
1 => 'MULTIPART' ,
2 => 'MESSAGE' ,
3 => 'APPLICATION' ,
4 => 'AUDIO' ,
5 => 'IMAGE' ,
6 => 'VIDEO' ,
7 => 'OTHER' )
(line 32)
  • access: protected
Methods
Constructor __construct (line 52)
Part __construct (mixed &$imap, mixed $mid, mixed $pid, [mixed $part_structure = false], [mixed $root = FALSE], [mixed $outencoding = "UTF-8"])
cleanHTML (line 225)
void cleanHTML (mixed $html)
getAlternativeBody (line 178)
void getAlternativeBody ()
getAttributes (line 82)
void getAttributes ()
getBody (line 150)
void getBody ()
getBytes (line 92)
void getBytes ()
getContentType (line 220)
void getContentType ()
getPart (line 109)
void getPart ()
getPartNo (line 87)
void getPartNo ()
getSize (line 96)
void getSize ()
getSubtype (line 104)
void getSubtype ()
getType (line 100)
void getType ()
searchPart (line 191)
void searchPart (mixed $type)

Documentation generated on Sat, 17 Feb 2007 02:55:16 +0100 by phpDocumentor 1.3.0RC3