While grabbing the message i can get many params such obj.body or obj.subject, but how i can get attachments?
i need it to post in the form of some iframe with online file manager.
Code:
Com_Zimbra_Filerun.prototype.doDrop = function(obj) {
if (obj.TYPE == "ZmConv") {
// here i need to get attachments and post it in some iframe.
}
};