You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wehen creating a plugin in the -(void)sendToInbox: (NSMenuItem *)item{} the message object does not have a rfcData output.
The property rfcData only returns nil and not NSData until a mail has manually been moved/copied to the desktop for examle. This is a pain.
I wrote a plugin for Podio.com for creating tasks emails an collaborate with it. There i want to upload an *.eml file aswell. so in neeeeed the [msg rfcData]
How can I achieve this? Did you subset your classes from libmailcore?
The text was updated successfully, but these errors were encountered:
Wehen creating a plugin in the -(void)sendToInbox: (NSMenuItem *)item{} the message object does not have a rfcData output.
The property rfcData only returns nil and not NSData until a mail has manually been moved/copied to the desktop for examle. This is a pain.
I wrote a plugin for Podio.com for creating tasks emails an collaborate with it. There i want to upload an *.eml file aswell. so in neeeeed the [msg rfcData]
How can I achieve this? Did you subset your classes from libmailcore?
The text was updated successfully, but these errors were encountered: