DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-11-04 Thread Corey Scott
Is this a OSX only thing? (I have tested WinXp and Redhat only) -Corey On 4 Nov 2004 16:13:36 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT

Re: DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-11-04 Thread Mark Lowe
No its confusion over how the mailapi is distributed. You can have separte smtp.jat and mailapi or have all in one (including pop and imap stuff). The lighter way would be mailapi and smtp but none of the rest. Mark On Fri, 5 Nov 2004 02:34:52 +0800, Corey Scott [EMAIL PROTECTED] wrote: Is

Re: DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-10-29 Thread Mark Lowe
Not sure how to display the messages in a client if out to the file. In most cases it would be fine, but utimately would need to check on a client anyway. I don't actually mind spamming myself, it seems a way to testing beyond the scope of the unit tests.. My opinion on the smtp depenency is that

RE: DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-10-29 Thread Eric Pugh
However, doesn't dumbster do that? From the examples (http://www.quintanasoft.com/dumbster/#Examples) server.stop(); assertTrue(server.getReceievedEmailSize() == 1); Iterator emailIter = server.getReceivedEmail(); SmtpMessage email = (SmtpMessage)emailIter.next();

DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 31934] - [mail] No smtp.jar in dependencies list

2004-10-28 Thread Corey Scott
We may also find that the mail.jar has an API for retrieving messages from a mail server, may be can use this rather than adding a new jar? What do you feel about saving the output of the tests to a file (mail messages) only. This way one could check the output without and connection and without