jaypha-inet ~master (2015-06-30T02:50:00Z)
Dub
Repo
MimeEntity
jaypha
inet
mime
writing
Undocumented in source.
struct
MimeEntity {
enum
Type
;
Type
entityType
;
MimeHeader
[]
headers
;
string
encoding
;
string
encoded
;
string
boundary
;
union
Content
;
Content
content
;
this
(MimeContentType contentType, bool asImf);
string
asString
[@property getter];
void
copy
(R range);
}
Constructors
this
this
(MimeContentType contentType, bool asImf)
Undocumented in source.
Members
Enums
Type
enum
Type
Undocumented in source.
Functions
copy
void
copy
(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
asString
string
asString
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
Content
union
Content
Undocumented in source.
Variables
boundary
string
boundary
;
Undocumented in source.
content
Content
content
;
Undocumented in source.
encoded
string
encoded
;
Undocumented in source.
encoding
string
encoding
;
Undocumented in source.
entityType
Type
entityType
;
Undocumented in source.
headers
MimeHeader
[]
headers
;
Undocumented in source.
Meta
Source
See Implementation
jaypha
inet
mime
writing
structs
MimeEntity