Skip to content

Commit

Permalink
Clarified GMU.getReceivedMessagesForDomain usage for mails with multi…
Browse files Browse the repository at this point in the history
…ple recipients ( #675 )
  • Loading branch information
marcelmay committed Oct 3, 2024
1 parent 6f288b4 commit 0d9a2c0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ public interface GreenMailOperations {

/**
* Gets all messages containing given domain.
* <p>
* Note:
* This operates on the raw messages ignoring the post box user.
* A CC-ed email would therefore show up multiple times for each receiving user.
*
* @param domain the domain, such as 'icegreen.com' or 'some.example.com'
* @return Returns all received messages for given domain.
Expand Down

0 comments on commit 0d9a2c0

Please sign in to comment.