Marcel May
Marcel May
- GreenMailRule in module greenmail-core Done: - #459 : ```MailFolder#getUidNext()```
- Toggle GreenMail SMTP server requiring authentication #189 implements SMTP ([AUTH](https://tools.ietf.org/html/rfc4954)) command for PLAIN but GreenMail SMTP server does not require/enforce authentication. - Provide non-breaking backward compatibility. This requires configuration...
greenmail-spring handles only a small subset of configuration options of greenmail-core. Extend greenmail-spring to handle all current greenmail-core configuration options, eg by providing a generic properties approach if not directly...
Alfresco patched GreenMail for various issues. Evaluate and reintegrate the ~~[patch](https://github.com/Alfresco/community-edition/blob/master/projects/3rd-party/src/greenmail-1.3-src.diff)~~ [patch](https://github.com/Alfresco/community-edition/commit/60c49f6f7c65b084be9eb7ff38f89863231b9640#diff-98db6ae3b64864b91c01d139f197cc95).
Extend current file size metrics by additionally reporting the effective file size (file size * replication factor).
Include the HDFS storage policy for collected metrics.
This is required for Jakarta Mail 2.1 , part of Jakarta EE 10: https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10ReleasePlan
Support SMTPUTF8 extension * https://www.rfc-editor.org/rfc/rfc6531 * Implementation hint: See comments on https://www.postfix.org/SMTPUTF8_README.html
This PR enhances GFM markdown rendering for code block (wrapped by tripple backtick) and code inline (wrapped by single backtick) markdown. It also fixes missing `lang` attribute for code block.