The puzzle DEV-b58c31ec from #DEV has to be resolved:
|
* @todo #/DEV Compare two ways of the design: |
|
* 1) Using func to build an inbox/outbox like |
|
* {code |
|
* final Inbox inbox = new InboxOf(new JavaxMailInbox(properties)); |
|
* } |
|
* 2) Using object directly like |
|
* {code |
|
* final Outbox outbox = new JavaxMailOutbox(properties); |
|
* } |
|
* and use the only 1. |
The puzzle was created by @dgroup on 27-Mar-19.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The puzzle
DEV-b58c31ecfrom #DEV has to be resolved:mbox4j/src/main/java/io/github/dgroup/mbox4j/outbox/javax/JavaxMailOutbox.java
Lines 42 to 51 in c203cc7
The puzzle was created by @dgroup on 27-Mar-19.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.