From mime4j-dev-return-544-apmail-james-mime4j-dev-archive=james.apache.org@james.apache.org Fri Jun 12 08:37:04 2009 Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 39548 invoked from network); 12 Jun 2009 08:37:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 08:37:04 -0000 Received: (qmail 36230 invoked by uid 500); 12 Jun 2009 08:37:16 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 36201 invoked by uid 500); 12 Jun 2009 08:37:16 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Delivered-To: moderator for mime4j-dev@james.apache.org Received: (qmail 33424 invoked by uid 99); 12 Jun 2009 08:36:05 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of norman.maurer@googlemail.com designates 209.85.221.196 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=UosnUspl8YUIvf5vWicQj2o2dT4enVv2yQGKhCzKmHg=; b=RplnK7njjG5N9FylPpqkpVrxdRqsfF4DpnWoS4DxE2Y7z1lDFLGtj4fpa9hyiQsQYy +5i9cMmCONtgSYp9fJwvIIVLymzrmrCDtjkRLsLA390ccwFsm/fGp//RV7IEr+Ovve/V Xi3XDb2LLsqKejhVRakH0K9Kkwf4ZJdZtXgdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=uU+A7WRlImA6hCSUU0VTrIvUbNh44kIJLh9cDZBgQX3PE38neQR/ID9Z3zmDER7Ce2 IpWmGCnKWmkTzfKYu6c+mEcUegBzPHA5itsnAhHBNry6Yilvy+NrlN5vaMVRo7738RRh jS5o/FBb3/8IcyAJtsVdihIWBoLKlOgFf1Jpw= MIME-Version: 1.0 Sender: norman.maurer@googlemail.com In-Reply-To: <20090612083209.GA8867@ok2cons2.nine.ch> References: <20090612083209.GA8867@ok2cons2.nine.ch> Date: Fri, 12 Jun 2009 10:35:31 +0200 X-Google-Sender-Auth: 9d4b81170d6f5553 Message-ID: <75bda7a00906120135u721725abucd186e6e3538d585@mail.gmail.com> Subject: Re: SMTP Transport? From: Norman Maurer To: mime4j-dev@james.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Oleg, I would be very interested in this :-) Bye, Norman 2009/6/12 Oleg Kalnichevski : > On Thu, Jun 11, 2009 at 04:30:58PM +0200, Markus Wiederkehr wrote: >> I've written a class SmtpTransport that can be used to send a Mime4j >> message to an SMTP server. >> >> Currently it is very simple. Meaning it is not yet capable of >> authentication or TLS or other extensions. >> >> Would it be worth to include this code in Mime4j? >> >> Cheers, >> Markus >> >> PS: Testing is a bit of a PITA with sockets and all.. Robert, could >> MPT help with that? I haven't looked into it yet.. > > Markus et al > > _Coincidentally_, I have been working on a LMTP agent and LMTP client with > support for mandatory extensions required by LMTP [1]: PIPELINING, > ENHANCEDSTATUSCODES and 8BITMIME. The implementation is based a NIO framework > derived from HttpCore NIO and should be quite scalable. This is my private > project, but if there is interest in such work, I am willing to contribute it > to James. Alternatively you are very welcome to contribute to the effort. It is > ASLv2 licensed. > > Cheers > > Oleg > > [1] http://www.ietf.org/rfc/rfc2033.txt > > >