-
Not sure where to add following tools for dev environment that help speeding up email testing
https://github.com/antespi/docker-imap-devel
https://github.com/sj26/mailcatcher
https://github.com/m…
-
Hi all,
I'm currently affected by this issue: https://github.com/spring-projects/spring-boot/issues/33452
I also have this problem with Spring Boot 3 and Greenmail, but I'm using Greenmail Alpha…
-
Hi,
I'd like to know how I can configure Greenmail Standalone to purge all mailboxes periodically. I saw some related issues :
1. https://github.com/greenmail-mail-test/greenmail/issues/62
2. https…
-
According to Greenmail's website's FAQ, Greenmail should work out-of-the box with SSL/TLS. However, since it makes mention of Java's keystore, I'm wondering if the same applies to the stand-alone dock…
-
- 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/enforc…
-
GreenMail-Webapp should have a RESTful API to allow non Java API users to use GreenMail.
The following should be included:
- Deployable WAR
- Clean RESTful API following [HATEOAS](https://en.wikipe…
-
I wonder if there has been any progress with the persistent store since 2016 and this issue:
[https://github.com/greenmail-mail-test/greenmail/issues/166]
It would be a huge improvement compared t…
-
I am attaching my piece of code at the end (Test.zip). This code fails at copymessages line pasted below with an exception.
**folderInbox.getMailFolder().copyMessages(receivedMessages, folderArchiv…
-
I would like to provide own Managers, ServerSetups and Commands.
It seems to be not possible now, why are so many components private or static final?
-
Steps:
Run standalone Greenmail server with the -Dgreenmail.auth.disabled option
send an email to the server for test@test.com //new account is created
Try to fetch emails for test@test.com from th…