chibenwa commented on PR #1130:
URL: https://github.com/apache/james-project/pull/1130#issuecomment-1216338384
```
public interface MailQueue extends Closeable {
void enQueue(Mail mail, Duration delay) throws MailQueueException;
//...
}
```
There is always the "generic" MailQueueException?
Overwise this behaviour also benefits from being documented...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]