mireka icon indicating copy to clipboard operation
mireka copied to clipboard

Mireka mail server and SMTP proxy

Results 5 mireka issues
Sort by recently updated
recently updated
newest added

`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. ![image](https://github.com/hontvari/mireka/assets/5830175/3fc4b1bc-70a5-4451-b0d5-cf6b763ccafd)