symmetry-imap ~master (2022-02-01T10:18:44Z)
Dub
Repo
ImapLogin
imap
session
struct
ImapLogin {
@
SILdoc
("User's name. It takes a string as a value.")
string
username
;
@
SILdoc
("User's secret keyword. If a password wasn't supplied the user will be asked to enter one interactively the first time it will be needed. It takes a string as a value.")
string
password
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
password
string
password
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
imap
session
classes
Mailbox
Session
functions
addSet
addValues
removeSet
removeValues
structs
ImapLogin
ImapServer
Options
SSL_