I maintain a log of incoming email and how it's processed as it's own mail folder using IMAP. So all I basically do is copy the original headers and make the body a short notice about how the mail was filtered. Q. I want to put a link in the body that actually directs me to the actual message. Any url style that Mail.app can follow using an IMAP connection if I give it the path to the folder and message id say in the link? So for example I have the following as the headers From: devlists at softchaos.com Subject: Re: Newbie - Transparent Path stroking/filling question [Solved] Date: July 13, 2006 9:20:28 AM CDT To: vinayprabhu at tataelxsi.co.in Cc: quartz-dev at lists.apple.com Received: (qmail 32352 invoked from network); 13 Jul 2006 14:20:00 -0000 Received: from bz2.apple.com (17.254.13.37) by 64.34.193.12 with AES256-SHA encrypted SMTP; 13 Jul 2006 14:20:00 -0000 Received: from lists.apple.com (a17-128-113-151.apple.com [17.128.113.151]) by bz2.apple.com (8.12.11/8.12.11) with ESMTP id k6DEKe1o028194 for <robert at elastica.com>; Thu, 13 Jul 2006 07:20:40 -0700 (PDT) Received: from master.lists.apple.com (localhost [127.0.0.1]) by lists.apple.com (Postfix) with ESMTP id 4B6CAA2DE336 for <robert at elastica.com>; Thu, 13 Jul 2006 07:20:40 -0700 (PDT) Received: from relay3.apple.com (relay3.apple.com [17.128.113.33]) by lists.apple.com (Postfix) with ESMTP id 52A7DA2DE230 for <quartz- dev at lists.apple.com>; Thu, 13 Jul 2006 07:20:35 -0700 (PDT) Received: from mail-in1.apple.com (mail-in1.apple.com [17.254.13.4]) by relay3.apple.com (8.12.11/8.12.11) with ESMTP id k6DEKZGc007821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for <quartz-dev at lists.apple.com>; Thu, 13 Jul 2006 07:20:35 -0700 (PDT) Received: from softchaos.com (unknown [217.206.199.126]) by mail- in1.apple.com (Apple Secure Mail Relay) with ESMTP id E60019A3 for <quartz-dev at lists.apple.com>; Thu, 13 Jul 2006 07:20:33 -0700 (PDT) Received: from [217.206.199.116] (unknown [217.206.199.116]) by softchaos.com (Postfix) with ESMTP id 36E621315D78; Thu, 13 Jul 2006 15:20:29 +0100 (BST) X-Original-To: quartz-dev at lists.apple.com Delivered-To: quartz-dev at lists.apple.com In-Reply-To: <001501c6a686$4af47100$5847a8c0 at vinayprabhu> References: <001501c6a686$4af47100$5847a8c0 at vinayprabhu> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <A1DAB5F3-BAF3-4B15-BC5D-3AD3B32AAF8B at softchaos.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Beenthere: quartz-dev at lists.apple.com X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical discussion list for Quartz developers <quartz- dev.lists.apple.com> List-Unsubscribe: <http://lists.apple.com/mailman/listinfo/quartz- dev>, <mailto:quartz-dev-request at lists.apple.com?subject=unsubscribe> List-Post: <mailto:quartz-dev at lists.apple.com> List-Help: <mailto:quartz-dev-request at lists.apple.com?subject=help> List-Subscribe: <http://lists.apple.com/mailman/listinfo/quartz-dev>, <mailto:quartz-dev-request at lists.apple.com?subject=subscribe> Sender: quartz-dev-bounces+robert=elastica.com at lists.apple.com Errors-To: quartz-dev-bounces+robert=elastica.com at lists.apple.com X-Accept-Flag: Matched List Lines: 1 and the body is just Accepting to folder lists/mac/apple/quartz-dev to let me know where it was processed. I'd like to be able to follow a link in the body to the actual message.