Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email post processing #2

Open
ghost opened this issue Mar 21, 2018 · 0 comments
Open

Email post processing #2

ghost opened this issue Mar 21, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 21, 2018

Hello.
I am writing JRuby bindings for Mireka. I successfully implemented essential functionality. But now I need to add some email post-processing and I don't know how to approach it right way.

Post-processing Functionaluty

Right after email is delivered to maildrop directory the post-processing hook should receive email data and apply specified methods to it.

Issue

First thing I was looking into is Mireka's filters. Last filter in the chain is DestinationProcessorFilter, but it doesn't seem to work with mail drops directly. I need at least path to file to make it work. Maybe I was looking the wrong way.

I can work with filesystem directly, but hooking data from Mireka would be more effective.
Is there a proper way to get email data right after it was saved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants