View Single Post
  #1 (permalink)  
Old 10-15-2008, 04:40 PM
Liox Liox is offline
New Member
 
Posts: 4
Default [SOLVED] catch events

Hello everybody,

I'm new in Zimbra and I read all day documentations, source code, the wiki and this forum about programming Zimlets to provide new functionality to this marvellous application. I understand, that I can mark a special part of a message with a regular expression like a email address, a order number and what else or drop something on a icon to do some action.
But I need to read some external sources as soon as the user clicks on the header of a message to open it for reading.
Can a Zimlet catch this event and supply the sender address as well?
If this is possible, can someone provide a snippet of code?
Unfortunate I could not find anything about this issue in the documentation and every Zimlet I saw so far used a method I described above.
Thanks in advanced.

By Michael
Reply With Quote