Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 95524 invoked from network); 22 Oct 2004 06:45:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Oct 2004 06:45:28 -0000 Received: (qmail 63821 invoked by uid 500); 22 Oct 2004 06:45:27 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 63751 invoked by uid 500); 22 Oct 2004 06:45:26 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 63737 invoked by uid 99); 22 Oct 2004 06:45:26 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_30_40,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [195.212.29.150] (HELO mtagate1.de.ibm.com) (195.212.29.150) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Oct 2004 23:45:25 -0700 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate1.de.ibm.com (8.12.10/8.12.10) with ESMTP id i9M6jLEA139242 for ; Fri, 22 Oct 2004 06:45:21 GMT Received: from d12ml067.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i9M6jLWP181056 for ; Fri, 22 Oct 2004 08:45:21 +0200 In-Reply-To: To: "Commons HttpClient Project" MIME-Version: 1.0 Subject: RE: Is it possible to send and email using HTTPCLIENT? X-Mailer: Lotus Notes Release 6.0 September 26, 2002 From: Roland Weber X-MIMETrack: S/MIME Sign by Notes Client on Roland Weber/Germany/IBM(Release 6.0|September 26, 2002) at 22.10.2004 08:44:44, Serialize by Notes Client on Roland Weber/Germany/IBM(Release 6.0|September 26, 2002) at 22.10.2004 08:44:44, Serialize complete at 22.10.2004 08:44:44, S/MIME Sign failed at 22.10.2004 08:44:44: The cryptographic key was not found, Serialize by Router on D12ML067/12/M/IBM(Release 6.0.2CF2HF259 | March 11, 2004) at 22/10/2004 08:45:21, Serialize complete at 22/10/2004 08:45:21 Message-ID: Date: Fri, 22 Oct 2004 08:45:20 +0200 Content-Type: multipart/alternative; boundary="=_alternative 00250E45C1256F35_=" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --=_alternative 00250E45C1256F35_= Content-Type: text/plain; charset="US-ASCII" Hello Steve, it is possible to create HTTP tunnels for other protocols with the 3.0 API, but you will still have to implement the protocol to be tunnelled. See http://issues.apache.org/bugzilla/show_bug.cgi?id=28151 cheers, Roland Steve Johnson 20.10.2004 16:46 Please respond to "Commons HttpClient Project" To "'Commons HttpClient Project'" cc Subject RE: Is it possible to send and email using HTTPCLIENT? How about FTP through an HTTP proxy? Thanks, Steve Steve Johnson, Software Engineer, sjohnson@mercury.com direct 720.564.6532 www.mercury.com www.mercury.com -----Original Message----- From: Gerdes, Tom [mailto:TGerdes@OldRepublicTitle.com] Sent: Wednesday, October 20, 2004 8:08 AM To: Commons HttpClient Project Subject: RE: Is it possible to send and email using HTTPCLIENT? Thanks! -----Original Message----- From: Roland Weber [mailto:ROLWEBER@de.ibm.com] Sent: Wednesday, October 20, 2004 1:03 AM To: Commons HttpClient Project Subject: Re: Is it possible to send and email using HTTPCLIENT? Hello Tom, no it is not. Protocols for transferring EMail are SMTP or IMAP. HttpClient implements HTTP. Browsers do lots more than just HTTP, that's why most of them chose to implement mailing functionality as well. But HttpClient is intentionally focused on HTTP alone, which is tricky enough. There is a standard Java API for sending EMail in J2EE: http://java.sun.com/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" 19.10.2004 21:10 Please respond to "Commons HttpClient Project" To "Commons HttpClient Project" cc Subject Is it possible to send and email using HTTPCLIENT? 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: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org --=_alternative 00250E45C1256F35_=--