mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-16 22:04:54 +00:00
(feat) can now send out MDN responses
This commit is contained in:
@@ -310,6 +310,16 @@
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* @function $sendMDN
|
||||
* @memberof Message.prototype
|
||||
* @desc Send MDN response for current email message
|
||||
*/
|
||||
Message.prototype.$sendMDN = function() {
|
||||
this.shouldAskReceipt = 0;
|
||||
return Message.$$resource.post(this.id, 'sendMDN');
|
||||
}
|
||||
|
||||
/**
|
||||
* @function $deleteAttachment
|
||||
* @memberof Message.prototype
|
||||
|
||||
Reference in New Issue
Block a user