Youssuf ElKalay
Youssuf ElKalay
Couple of notes on this: - The [EvictingQueue](http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/EvictingQueue.html) is not thread safe according to the Guava JavaDocs - Given that we're a testing oriented tool/library we want to minimize the...
@Chessray Have you considered setting a quota per GreenMail user and then flushing the IMAP mailbox once that quota is reached? That's a higher level implementation of what you're trying...
Ok I just looked into this - and wrote a quick POC that does actually delete all messages across a given mailbox. @Chessray if you like I can add a...
@camann9 Sounds good. I'll create another enhancement and implement the util method to flush mailboxes. @Chessray - Sorry about your frustration. Are you planning on implementing this? I'd say it...
What's the status of this issue? Can we close this?
:100: :+1: for this - I think using the [builder pattern](https://en.wikipedia.org/wiki/Builder_pattern) is the way to go.
Should be up to the user to decide whether to use Apache Commons Email or Spring Email libraries. Recommend using one of those libraries instead of using GreenMailUtil. Add documentation...
@faiface @avivklas I can confirm that I am seeing the same audio channel blocking issue on Linux (Linux 5.3.0-7648-generic). Here's an example where I'm using `fuser` to determine user-space processes...
Looks like @avivklas added `speaker.Close()` in 641d0bf5c48b1888225b21de45d612399f05e17b which resolves this issue. Any chance we can add another tutorial to the Wiki briefly going over why this is an issue and...
This issue is somewhat related to https://github.com/hajimehoshi/oto/issues/54