skoenlapper.client

Undocumented in source.

Members

Functions

composeMail
string composeMail()
Undocumented in source. Be warned that the author may not have intended to support it.
createFolderStructures
void createFolderStructures(string mailboxDirectory, string currentFolder, ButterflyClient client)

Creates the folder structure in the mailbox for the specified account

mailDaemon
void mailDaemon(string configFile, ulong accountIndex)

Runs the mail daemon which creates a local directory structure mirroring that of the server's mailbox, filling each folder and sub-folder with ist respective contents and watching for any new mail that comes in

register
void register(Address server, string username, string password)

Register

sendMail
void sendMail(string configFile, string subject, string[] addresses, string bodyText, ulong accountIndex)

Sends mail provided the subject, address(es) and body

viewMail
void viewMail(string[] mailPaths, string configFile, ulong accountIndex)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta