#include <Mail.h>
Inheritance diagram for MailSink:
Public Member Functions | |
virtual bool | Open (GSocket *S, char *RemoteHost, char *LocalDomain, char *UserName, char *Password, int Port, int Flags)=0 |
Connection setup/shutdown. | |
virtual bool | Close ()=0 |
Close the connection. | |
virtual GStringPipe * | SendStart (List< AddressDescriptor > &To, AddressDescriptor *From)=0 |
virtual bool | SendEnd (GStringPipe *Sink)=0 |
Finishes the mail send. |
|
Connection setup/shutdown.
Implemented in MailSmtp. |
|
Write the email's contents into the GStringPipe returned from SendStart and then call SendEnd to finish the transaction Implemented in MailSmtp. |