Hi
I created a zimlet that add a tag to a message but I can't see
the tag in the webmail if I don't refresh, is there a method or
a call to refresh the message list ?
Thank you
Hi
I created a zimlet that add a tag to a message but I can't see
the tag in the webmail if I don't refresh, is there a method or
a call to refresh the message list ?
Thank you
I guess I have a similar problem.
I have to parse a message to display it in some special way. But to see the results i have to open the message twice. Is there a way to refresh the message?
I tried with ZmMailMsgView object and reset/set method but it doesn't seem to be the right thing.
I found a way to refresh the message body in the mailbox view.
In my function i have something like this:
this._msglistCtrl = AjxDispatcher.run("GetMailListController");
var dpv = this._msglistCtrl._doublePaneView;
dpv.reset();
dpv.setMsg(msg);
where msg is the modified message.
There are currently 1 users browsing this thread. (0 members and 1 guests)