jaypha.inet.mime.reading

Undocumented in source.

Public Imports

jaypha.inet.mime.header
public import jaypha.inet.mime.header;
Undocumented in source.

Members

Functions

cfront
auto cfront(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
cpopFront
void cpopFront(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
extractMimeParams
void extractMimeParams(string source, string[string] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
extractQuotedString
string extractQuotedString(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
extractToken
string extractToken(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
mimeEntityReader
auto mimeEntityReader(BR reader)
Undocumented in source. Be warned that the author may not have intended to support it.
mimeMultipartReader
auto mimeMultipartReader(BR reader, string boundary)
Undocumented in source. Be warned that the author may not have intended to support it.
parseMimeHeaders
MimeHeader[] parseMimeHeaders(BR reader)
Undocumented in source. Be warned that the author may not have intended to support it.
readUntil
auto readUntil(R r, E sentinel)
Undocumented in source. Be warned that the author may not have intended to support it.
skipOverAnyway
bool skipOverAnyway(R r, string prefix, bool all_or_nothing)
Undocumented in source. Be warned that the author may not have intended to support it.
skipSpace
void skipSpace(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
skipSpaceComment
void skipSpaceComment(string source)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

mimeDelimeters
enum mimeDelimeters;
Undocumented in source.
mimeLwsp
enum mimeLwsp;
Undocumented in source.
mimeSpecials
enum mimeSpecials;
Undocumented in source.
mimeTokenDelimeters
enum mimeTokenDelimeters;
Undocumented in source.
mimetSpecials
enum mimetSpecials;
Undocumented in source.

Structs

MimeEntityReader
struct MimeEntityReader(BR)
Undocumented in source.

Meta