|
Gary, Thanks for the reply. Here are the actual message headers ................ Field Name: $AdditionalHeaders Data Type: Text Data Length: 522 bytes Seq Num: 2 Dup Item ID: 0 Field Flags: "Received: from S44A2525.IMPIRIC.CO.UK ([152.146.128.22]) by wokgbpln01.wcj.co.uk (Lotus SMTP MTA v4.6.7 (934.1 12-30-1999)) with SMTP id 80256C0D.002FFE33; Tue, 6 Aug 2002 09:44:12 +0100 Message-ID: <-1237866248.1028625079793.JavaMail.MCCULLK@S44A2525.IMPIRIC.CO.UK> Date: Tue, 6 Aug 2002 09:11:14 +0000 (GMT) From: keith_mccully@wunderman.co.uk To: keith_mccully@wunderman.co.uk Subject: This is the Subject Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_-1238131864.1028625076216" " I can confirm that the time of 09:11:14 shown above is actually correct but when I view it thru Lotus Notes Mail client the time is 1 hour ahead @ 10:11:14 (which is the same time as shown on the "Posted Date" field.) Also, I sent the same message to my AOL mailbox and there the time was shown correctly. So it seems that JavaMail is working OK and the incorrect time is set on the receiving mail server from the "Posting Date"? Regards, Keith "Gary L Peskin" <garyp@firstech.com> on 05/08/2002 16:49:17 Please respond to java400-l@midrange.com To: java400-l@midrange.com cc: (bcc: Keith McCully/Wunderman/GB) Subject: RE: JavaMail API: SentDate problem Keith -- There should be a way for you to see the actual headers of the message, including all of the "Received:" headers. This may involve right-clicking on the message and selecting "Properties" or some similar type of operation. What you're showing are not the actual headers in the message itself but some presentation from your mail client. Thanks, Gary > -----Original Message----- > From: java400-l-admin@midrange.com > [mailto:java400-l-admin@midrange.com] On Behalf Of > Keith_McCully@wunderman.co.uk > Sent: Monday, August 05, 2002 8:24 AM > To: java400-l@midrange.com > Subject: RE: JavaMail API: SentDate problem > > > > > > Here's the header format including date ......... > > ______________________________________________________________ > __________________________ > > > > keith_mccully@wunderman.co.uk on 05/08/2002 17:16:22 > > To: keith mccully > cc: > > Subject: This is the Subject > > ______________________________________________________________ > __________________________________________ > > Thanks, > > Keith > > _______________________________ > > > > > "Gary L Peskin" <garyp@firstech.com> on 05/08/2002 16:19:14 > > Please respond to java400-l@midrange.com > > To: java400-l@midrange.com > cc: (bcc: Keith McCully/Wunderman/GB) > > Subject: RE: JavaMail API: SentDate problem > > > > In fact, perhaps you could post here -all- of the headers received. > > Gary > > > -----Original Message----- > > From: java400-l-admin@midrange.com > > [mailto:java400-l-admin@midrange.com] On Behalf Of Gary L Peskin > > Sent: Monday, August 05, 2002 8:16 AM > > To: java400-l@midrange.com > > Subject: RE: JavaMail API: SentDate problem > > > > > > What is the full text of the Date: header received by the recipient? > > > > Gary > > > > > -----Original Message----- > > > From: java400-l-admin@midrange.com > > > [mailto:java400-l-admin@midrange.com] On Behalf Of > > > Keith_McCully@wunderman.co.uk > > > Sent: Monday, August 05, 2002 3:16 AM > > > To: JAVA400-L@midrange.com > > > Subject: JavaMail API: SentDate problem > > > > > > > > > > > > > > > > > > I have built an send email class around the JavaMail API v 1.1.3. > > > Everything works fine except that the message header sent > > date/time is > > > 1 hour ahead of the correct time. > > > > > > Header date/time is set by: > > > msg.setSentDate((new GregorianCalendar()).getTime()); > > > where msg is a Mime Message object. > > > At first, I assumed that the locale/time zone sys props were > > > incorrectly set but the following all display the correct > > > time: Calendar c = new GregorianCalendar(); > > > System.out.println((c.getTime()).toGMTString()); > > > System.out.println((c.getTime()).toLocaleString()); > > > System.out.println((c.getTime()).toString()); > > > > > > Also, I would have expected the time to be either correct > > or one hour > > > behind - based on default props. As here in the UK we are > > in (a very > > > wet) British Summer Time, BST which is GMT + 1hour. > > > > > > We are running JDK 1.2 on V4R5. > > > > > > Thanks, > > > > > > Keith > > > > > > > > > > > > _______________________________________________ > > > This is the Java Programming on and around the iSeries / AS400 > > > (JAVA400-L) mailing list To post a message email: > > > JAVA400-L@midrange.com To subscribe, unsubscribe, or change list > > > options, > > > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > > > or email: JAVA400-L-request@midrange.com > > > Before posting, please take a moment to review the archives at > > > http://archive.midrange.com/java400-l. > > > > > > > _______________________________________________ > > This is the Java Programming on and around the iSeries / AS400 > > (JAVA400-L) mailing list To post a message email: > > JAVA400-L@midrange.com To subscribe, unsubscribe, or change list > > options, > > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > > or email: JAVA400-L-request@midrange.com > > Before posting, please take a moment to review the archives at > > http://archive.midrange.com/java400-l. > > > > _______________________________________________ > This is the Java Programming on and around the iSeries / > AS400 (JAVA400-L) mailing list To post a message email: > JAVA400-L@midrange.com To subscribe, unsubscribe, or change > list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > or email: JAVA400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > > > > > > > > _______________________________________________ > This is the Java Programming on and around the iSeries / > AS400 (JAVA400-L) mailing list To post a message email: > JAVA400-L@midrange.com To subscribe, unsubscribe, or change > list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > or email: JAVA400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.