objective c - How to store extra header value with MailCore2? -


i add header value mailcore2:

mcomessageheader *messageheader = message.header;  [messageheader setextraheadervalue:spamscorestring forname:@"spam score"]; 

how can save new header value imap server?

i have searched sample code , have read class reference mcomessageheader (which, way, states wrong method name - (void)addheadervalue:(nsstring *)value forname:(nsstring *)name)

editwith of dinhviethoa in mailcore2 forum on github (https://github.com/mailcore/mailcore2/issues/680), question answered:

  • it not possible edit header of existing email.
  • however, possible remove existing message server , append new message (with headers).

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -