fciubotaru / z-pec

A zimbra fork adding support for RFC6109
Other
6 stars 10 forks source link

Create zimlet to filter mails based on a marker #6

Closed fciubotaru closed 11 years ago

fciubotaru commented 11 years ago

Create a zimlet with a basic UI which retrieves and filters emails based on a marker(eg: all mails containing the string "pec-marker" in their body section). The scope of the ticket is to the basic points of extension using zimlets(UI elements and user content).

  1. The zimplet should appear as an entry in the "Zimlets" section of the end-user UI(Panel Zimlet). When clicked the zimlet should query the user's inbox and display only the mails containing the marker.
  2. add the same functionality to a Tab Zimlet and an Integrated Zimlet.
  3. highlight the maker with an yellow backgound.
fciubotaru commented 11 years ago

Some useful references: http://wiki.zimbra.com/wiki/ZCS_6.0:Zimlet_Developers_Guide:Introduction ...sections linked at the top of the page up to http://wiki.zimbra.com/wiki/ZCS_6.0:Zimlet_Developers_Guide:Example_Zimlets Additionally: http://wiki.zimbra.com/wiki/Category:Zimlets