Class rcube_message_part

Description

Class representing a message part

Located in /lib/Roundcube/rcube_message_part.php (line 29)


	
			
Variable Summary
 mixed $charset
 mixed $disposition
 mixed $encoding
 mixed $filename
 array $headers
 string $mimetype
 string $mime_id
 int $size
Method Summary
 void __clone ()
Variables
mixed $charset = '' (line 62)
  • access: public
mixed $ctype_parameters = array() (line 79)
  • access: public
string $ctype_primary = 'text' (line 43)

Content main type

  • access: public
string $ctype_secondary = 'plain' (line 50)

Content subtype

  • access: public
mixed $disposition = '' (line 59)
  • access: public
mixed $d_parameters = array() (line 78)
  • access: public
mixed $encoding = '8bit' (line 61)
  • access: public
mixed $filename = '' (line 60)
  • access: public
array $headers = array() (line 76)

Part headers

  • access: public
string $mimetype = 'text/plain' (line 57)

Complete content type

  • access: public
string $mime_id = '' (line 36)

Part MIME identifier

  • access: public
int $size = 0 (line 69)

Part size in bytes

  • access: public
Methods
__clone (line 85)

Clone handler.

void __clone ()

Documentation generated on Fri, 03 May 2013 12:45:04 +0200 by phpDocumentor 1.4.4