Session

Constructors

this
this(ImapServer imapServer, ImapLogin imapLogin, bool useSSL, Options options)
Undocumented in source.

Members

Functions

setSelected
Session setSelected(Mailbox mailbox)
Undocumented in source. Be warned that the author may not have intended to support it.
setStatus
Session setStatus(ImapStatus status)
Undocumented in source. Be warned that the author may not have intended to support it.
status
string status()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
useStartTLS
Session useStartTLS(bool useTLS)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

addressInfo
AddressInfo addressInfo;
Undocumented in source.
capabilities
Set!Capability capabilities;
Undocumented in source.
imapLogin
ImapLogin imapLogin;
Undocumented in source.
imapProtocol
ImapProtocol imapProtocol;
Undocumented in source.
namespaceDelim
char namespaceDelim;
Undocumented in source.
namespacePrefix
string namespacePrefix;
Undocumented in source.
noCerts
bool noCerts;
Undocumented in source.
options
Options options;
Undocumented in source.
port
string port;
Undocumented in source.
selected
Mailbox selected;
Undocumented in source.
server
string server;
Undocumented in source.
socket
Socket socket;
Undocumented in source.
sslConnection
SSL* sslConnection;
Undocumented in source.
sslContext
SSL_CTX* sslContext;
Undocumented in source.
sslProtocol
ProtocolSSL sslProtocol;
Undocumented in source.
status_
ImapStatus status_;
Undocumented in source.
useSSL
bool useSSL;
Undocumented in source.

Meta