IMAP
Authentication
User/Pass
PerigeeApplication.ApplicationNoInit("EmailWatcher", (c) => {
c.AddIMAPWatcher("MailWatch",
"[email protected]", "MailBot", "password",
"hostImap", 993,
"smtphost", 587,
(ct, l, mail) => {
//Mail handler here!
});
});SASL
The SDK
Addresses
Labels and Flags
Replying
Is ?
Delete Mail
Attachments
Querying
Sent Box
Input Text
Low Level Access
Best practice watching
Last updated

