Closed GoogleCodeExporter closed 9 years ago
This is odd. Either the dependency should be removed or it should be documented.
Original comment by latch...@gmail.com
on 11 Mar 2011 at 12:40
The dependency cannot be entirely removed because Wiser use it for important
purpose, it makes the received mail available in parsed form using JavaMail.
So, at least for testing with Wiser JavaMail is definitely required. However,
it could be made optional, because the main functionality of the library, i.e.
receiving mails, only uses JavaMail at one place. It checks the syntax of the
reverse path, as supplied by the MAIL FROM command. This can be replaced by
borrowing a similar class from Apacha James for example.
Original comment by hontvari@flyordie.com
on 14 Mar 2011 at 9:57
My recent commit adds logging of such exceptions (and RuntimeExceptions too), I
added JavaMail as a dependency on the Wiki page.
Original comment by hontvari@flyordie.com
on 14 Mar 2011 at 10:03
I'd like to remove the javamail dependency from subethasmtp core, but I'm
swamped right now. Maybe in the next couple days.
Original comment by lhori...@gmail.com
on 14 Mar 2011 at 10:08
Original issue reported on code.google.com by
kern...@gmail.com
on 10 Mar 2011 at 6:01