Roundcube Community Forum

 

Roundcube Plugin Creation

Started by mitz-20, March 30, 2020, 02:49:03 AM

Previous topic - Next topic

mitz-20

There is no detail document describing new plugin creation in roudcube except github plugin api. Can anyone share plugin creation guide. As part of academic project, i need to create track email plugin for roundcube. Any help of any kind is appreciated.

JohnDoh

Are you referring to this page https://github.com/roundcube/roundcubemail/wiki/Plugin-API?

What exactly are you stuck on? I think you'll get more replies if you are more specific.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

mitz-20

I am looking for creating plugin to track email. i have got my track link in settings options through plugin. I need api to list all sent emails and api to read the read receipt and show them in single page in tabular format. Thanks for the reply.

JohnDoh

Sounds like you want message listing functionality. Have a look through program/steps/mail/list.inc. The method you want is probably rcube_imap::list_messages().
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

mitz-20

Seen list.inc file and listing function. If it's possible can you provide flow of php scripts being executed in roundcube for better understanding of code and subsquently contribution to great roundcube community. Tx again.