mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-02 21:52:19 +00:00
@@ -362,6 +362,15 @@
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* @function $plainContent
|
||||
* @memberof Message.prototype
|
||||
* @returns the a plain text representation of the subject and body
|
||||
*/
|
||||
Message.prototype.$plainContent = function() {
|
||||
return Message.$$resource.fetch(this.$absolutePath(), 'viewplain');
|
||||
};
|
||||
|
||||
/**
|
||||
* @function addTag
|
||||
* @memberof Message.prototype
|
||||
|
||||
Reference in New Issue
Block a user