mireka
mireka copied to clipboard
Mireka mail server and SMTP proxy
`MailToHostTransmitter`.`writeMailConent` -> `MailToHostTransmitter`.`writeMailContent` ```java private void writeMailConent(Mail mail, SmartClient smartClient) throws IOException { SmartClientOutputStreamAdapter out = new SmartClientOutputStreamAdapter(smartClient); mail.maildata.writeTo(out); } ```
Proxy: add backend server selection based on sender? It seems much more useful. Lots of CRM software lack the functionality of supporting multiple SMTP servers which renders it difficult to...
Hello. I am writing JRuby bindings for Mireka. I successfully implemented [essential functionality](https://bitbucket.org/nesterow/nikamail). But now I need to add some email post-processing and I don't know how to approach it...
Please publish to a maven repository. You can set up Travis CI to run a build that deploys to BinTray. They're both really easy to set up.
The current error message is: "Problem attempting to execute commands. Please try again later. " It should tell instead that the attachment is too big. 