Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 78518 invoked from network); 10 May 2005 12:00:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 May 2005 12:00:02 -0000 Received: (qmail 53766 invoked by uid 500); 10 May 2005 12:03:24 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 53744 invoked by uid 500); 10 May 2005 12:03:24 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 53727 invoked by uid 99); 10 May 2005 12:03:23 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=FORGED_RCVD_HELO,HTML_30_40,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from 82-70-175-210.dsl.in-addr.zen.co.uk (HELO kissntgrp1.kissint.co.uk) (82.70.175.210) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 10 May 2005 05:03:23 -0700 In-Reply-To: To: "Tag Libraries Developers List" Subject: RE: New version of Mailer tag MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: pete.storey@kisstechnologies.co.uk Date: Tue, 10 May 2005 12:59:50 +0100 X-MIMETrack: Serialize by Router on KISSNTGRP1/Servers/Kiss Technologies(Release 5.0.12 |February 13, 2003) at 10/05/2005 12:59:56, Serialize complete at 10/05/2005 12:59:56 Content-Type: multipart/alternative; boundary="=_alternative 0041E70A80256FFD_=" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 0041E70A80256FFD_= Content-Type: text/plain; charset="US-ASCII" One other odd thing I've noticed with the old tag (and my version, and probably this one too), is that the part ID of the mime part gets incremented by JavaMail every time it sends an email so if the server has been running for a while you'll end up with boundary="----=_Part_10000_14761595.1115726191897" etc. Isn't really a problem I can see at the moment but could it be on a large scale system? cheers Pete "Vianen, Jeroen van" 10/05/2005 07:56 Please respond to "Tag Libraries Developers List" To: Tag Libraries Developers List cc: Subject: RE: New version of Mailer tag Hi Pete, > -----Original Message----- > From: pete.storey@kisstechnologies.co.uk [mailto:pete.storey@kisstechnologies.co.uk] > Sent: maandag 9 mei 2005 20:02 > To: Tag Libraries Developers List > Subject: RE: New version of Mailer tag > > Ah ha yes this will do it though it's a slight prob for us (and probably > > others) in that it isn't backwards compatible with the mailer v1 tag so you can't just plop it into your current implementations (and we have a lot already existing). Also can't run on Tomcat 4.x which again we (and others) use a lot. I deliberately broke backwards compatibility to make it easier to implement the HTML / plain text parts and the signing and encrypting of e-mails. > One random thought looking at it - why are the attachments a multipart/related part of another part? Doesn't this mean you don't see them if you have a text only (but mime compliant) browser? I would have thought it would be better to have say a "related" tag which puts in multipart/related things such as images for an HTML email, which returns a CID, and then a seperate generic attach tag to do normal attachments in a multipart/mixed format? The normal way would be (I guess) to have either the following: ... ... Where the attachments are only relevant for the HTML version of the message (and therefore multipart/related). Or the following: ... Where you have a plain text mail with attachments (multipart/mixed). Regards, Jeroen --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org email protected and scanned by AdvascanTM - keeping email useful - www.advascan.com --=_alternative 0041E70A80256FFD_=--