Skip to content

Commit

Permalink
Preload email files during greenmail start (issue #250)
Browse files Browse the repository at this point in the history
- fix test by adding missing test data
  • Loading branch information
marcelmay committed Oct 21, 2023
1 parent beaaad7 commit e48e69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ public interface GreenMailOperations {
* │ └── INBOX (directory)
* │ └── test-5.eml (file)
* └── foo@localhost (directory)
* ── Drafts (directory)
* └── draft.eml (file)
* ── Drafts (directory)
* └── draft.eml (file)
* </pre>
* </li>
* <li>Creates user of given email if missing (by convention, with email as login and password)</li>
Expand Down
Empty file.

0 comments on commit e48e69d

Please sign in to comment.