Re: Dates
Re: Dates
- Subject: Re: Dates
- From: "Mark J. Reed" <email@hidden>
- Date: Thu, 3 Jan 2008 10:54:55 -0500
On Jan 3, 2008 9:19 AM, Michael <
email@hidden> wrote:
set msgs to every message of (mailbox "INBOX" of account "Foo") whose
(message id is "email@hidden") and (date sent is Date "Wed, 14 Nov 2007
15:12:15 +0100")
Now, I am in Time zone -8, so the time shown on that particular email
is different, but I would have thought that it would still select it.
I have not yet figured out why it is not selecting it, but it isn't.
Sent my last message a bit too early; meant to translate that snippet for you, not that I don't think you can do the math. :) This should work:
set msgs to every message of (mailbox "INBOX" of account "Foo") whose
(message id is "
email@hidden") and (date sent is Date "Wed, 14 Nov 2007
06:12:15")
--
Mark J. Reed <
email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >Dates (From: Michael <email@hidden>) |
| >Re: Dates (From: Michelle Steiner <email@hidden>) |
| >Re: Dates (From: Michael <email@hidden>) |
| >Re: Dates (From: Axel Luttgens <email@hidden>) |
| >Re: Dates (From: Michael <email@hidden>) |