akoeb / amacube

<ATTENTION>Unmaintained! If anyone wants to continue maintaining this software, please let me know!</ATTENTION> Roundcube plugin to let users control their amavis settings as well as manage quarantined emails.
GNU General Public License v3.0
16 stars 23 forks source link

Possible solution to - Add "click on email title" to see email content #24

Open gnanet opened 6 years ago

gnanet commented 6 years ago

I was reading the TODO and got the idea, to check the possibilites how the quarantined message-content view could be solved.

Because i am not a programmer, i started to check for any message-display-plugin that could contain useful parts i could recycle, but quickly i found out, i am not able to fully understand the workings of RoundCube.

The fact that the message is stored in database, not in imap was a huge show stopper for me.

But then i got the idea, to look on the mentioned example MailZu, and started to put together the parts needed for message view, and cloned MailZu, to contain only the things that pure message view required.

The first try already brought me to a working solution, that required message_id and the recipient mailbox name.

The problems currently are:

but it works

gnanet commented 4 years ago

UPDATE: trough the weekend i tried to rebuild the functionality of my stripped MailZu solution with only Roundcube functions, this incorporated:

gnanet commented 4 years ago

@akoeb if you have some spare time, please have a look at the WIP fork, that has most of the funtions roughly ready: https://github.com/gnanet/amacube/tree/msgview-feature