Top | ![]() |
![]() |
![]() |
![]() |
ESourceMDNESourceMDN — ESource extension for MDN settings |
The ESourceMDN extension tracks Message Disposition Notification settings for a mail account. See RFC 2298 for more information about Message Disposition Notification.
Access the extension as follows:
#include <libedataserver/libedataserver.h> ESourceMDN *extension; extension = e_source_get_extension (source, E_SOURCE_EXTENSION_MDN);
EMdnResponsePolicy
e_source_mdn_get_response_policy (ESourceMDN *extension
);
Returns the policy for this mail account on responding to Message Disposition Notification requests when receiving mail messages.
Since: 3.6
void e_source_mdn_set_response_policy (ESourceMDN *extension
,EMdnResponsePolicy response_policy
);
Sets the policy for this mail account on responding to Message Disposition Notification requests when receiving mail messages.
Since: 3.6
#define E_SOURCE_EXTENSION_MDN "Message Disposition Notifications"
Pass this extension name to e_source_get_extension()
to access
ESourceMDN. This is also used as a group name in key files.
Since: 3.6
struct ESourceMDN { };
Contains only private data that should be read and manipulated using the functions below.
Since: 3.6