RE: Is it possible to send and email using HTTPCLIENT?

2004-10-20 Thread Gerdes, Tom
/products/javamail/ You can probably get it running with J2SE as well. It includes support for multipart mail: http://java.sun.com/j2ee/1.4/docs/api/javax/mail/package-tree.html http://java.sun.com/j2ee/1.4/docs/api/javax/mail/Multipart.html hope that helps, Roland Gerdes, Tom [EMAIL PROTECTED

RE: Is it possible to send and email using HTTPCLIENT?

2004-10-20 Thread Gerdes, Tom
); } public static void main(String[] args) throws Exception { // Send a test message send(hostname, 25, [EMAIL PROTECTED], [EMAIL PROTECTED], re: dinner, How about at 7?); } } On Tue, 19 Oct 2004 14:10:34 -0500, Gerdes, Tom [EMAIL

Is it possible to send and email using HTTPCLIENT?

2004-10-19 Thread Gerdes, Tom
Can I just send a multipart post to an email server with attached files using Httpclient? Would this work for an email? If so, does anyone have an example of doing this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [VOTE] 3.0 alpha 2 release

2004-09-17 Thread Gerdes, Tom
-Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 9:12 PM To: Commons HttpClient Project Subject: [VOTE] 3.0 alpha 2 release It looks like we're ready for a 3.0 alpha 2 release. Please vote as follows:

RE: HttpClient 3.0 is kind of done. Feedback needed

2004-09-16 Thread Gerdes, Tom
What is the web site... And what are the improvements? -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 7:27 AM To: Commons HttpClient Project Subject: Re: HttpClient 3.0 is kind of done. Feedback needed I agree. I think we're ready

RE: HttpClient 3.0 is kind of done. Feedback needed

2004-09-16 Thread Gerdes, Tom
Thanks! Ortwin, that helps to know what changes have been made! -Original Message- From: Ortwin Glück [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:55 AM To: Commons HttpClient Project Subject: Re: HttpClient 3.0 is kind of done. Feedback needed Gerdes, Tom wrote