E-MailRelay
|
An interface to deliver a message to its local recipients' mailboxes. More...
#include <gmessagedelivery.h>
Public Member Functions | |
virtual bool | deliver (const MessageId &, bool is_new)=0 |
Delivers a new or locked message to its local recipients' mailboxes. More... | |
virtual | ~MessageDelivery ()=default |
Destructor. | |
An interface to deliver a message to its local recipients' mailboxes.
This interface is typically used to implement a delivery filter:
Definition at line 51 of file gmessagedelivery.h.
|
pure virtual |
Delivers a new or locked message to its local recipients' mailboxes.
Does nothing if there are no local recipients. If all the recipients are local then the message might be removed from the store. Returns true iff the message has been removed.