Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure mail session properties #541

Closed
marcelmay opened this issue Feb 25, 2023 · 0 comments
Closed

Configure mail session properties #541

marcelmay opened this issue Feb 25, 2023 · 0 comments
Assignees
Labels
backport_1_6_x Backport to old bugfixing branch 1.6.x enhancement
Milestone

Comments

@marcelmay
Copy link
Member

Support configuration of default custom mail session properties protocol/service.

  • Mail session properties will be used as default whenever applicable
  • Mail session properties can be set per protocol
  • Example properties include overall or protocol specific properties (e.g. SMTP)
GreenMail greenMail = new GreenMail(new ServerSetup[]{
        ServerSetupTest.SMTP,
        ServerSetupTest.IMAP.mailSessionProperty("mail.imap.minidletime", "100")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport_1_6_x Backport to old bugfixing branch 1.6.x enhancement
Projects
None yet
Development

No branches or pull requests

1 participant