Maurus Decimus

Results 368 comments of Maurus Decimus

I would love to see this fixed as well. Thanks!

Thank you for the suggestion. At the moment I am writing a mail server in Rust so I won't be able to work on adding PGP right away. However, OpenPGP...

Hi, At the moment the library only supports async using Tokio, there is no support for other runtimes or blocking. However, non-async should be fairly easy to implement (just two...

@spikecodes Thanks, I'll have a look at it next week.

Hi, Do you need to send the email exactly as it was? If that is the case, you could send it in raw format as in this example: https://github.com/stalwartlabs/mail-send/blob/main/examples/smtp_raw_message.rs

Hi, Replacing the inline content with a link to the image should be done when displaying the message to the user and cannot be done beforehand automatically because *mail-parser* does...

I'll leave this open as an enhancement. In the meantime you could perform a regex replace like the JS library is doing and replace it with a link to the...

Hi @hoangdat, Thank you for the quick reply. I was indeed on the `master` tag (v.0.3.13) so I just switched to the `release` tag (also shows v.0.3.13) but unfortunately the...

Hi @dab246 Some background information, I am testing TMail against our new JMAP server that is going to be open sourced in the next few weeks. Our JMAP server passes...

Hi @dab246 , I added a ``Drafts`` and ``Sent`` folders with the appropriate role set but the problem persists. I think I found the problem, TMail is sending the following...