Open gnanet opened 6 years ago
UPDATE: trough the weekend i tried to rebuild the functionality of my stripped MailZu solution with only Roundcube functions, this incorporated:
@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
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