Re: [imap5] Comments on draft-gulbrandsen-imap-move-01

Timo Sirainen <tss@iki.fi> Fri, 01 June 2012 22:23 UTC

Return-Path: <tss@iki.fi>
X-Original-To: imap5@ietfa.amsl.com
Delivered-To: imap5@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AFD3111E80F7 for <imap5@ietfa.amsl.com>; Fri, 1 Jun 2012 15:23:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.426
X-Spam-Level:
X-Spam-Status: No, score=-110.426 tagged_above=-999 required=5 tests=[AWL=0.173, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YJR5Wc8lETKb for <imap5@ietfa.amsl.com>; Fri, 1 Jun 2012 15:23:32 -0700 (PDT)
Received: from dovecot.org (dovecot.org [193.210.130.67]) by ietfa.amsl.com (Postfix) with ESMTP id 164BD11E8097 for <imap5@ietf.org>; Fri, 1 Jun 2012 15:23:32 -0700 (PDT)
Received: from [192.168.10.101] (a88-112-255-76.elisa-laajakaista.fi [88.112.255.76]) by dovecot.org (Postfix) with ESMTP id 577111AE882E; Sat, 2 Jun 2012 01:23:30 +0300 (EEST)
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset="us-ascii"
From: Timo Sirainen <tss@iki.fi>
In-Reply-To: <20120601221409.GA598@launde.brong.net>
Date: Sat, 02 Jun 2012 01:23:30 +0300
Content-Transfer-Encoding: quoted-printable
Message-Id: <9A56D413-FC08-468E-AC52-D32DD523C67D@iki.fi>
References: <7EF71BCD5999FCCF89A1E22D@caldav.corp.apple.com> <20120601221409.GA598@launde.brong.net>
To: Bron Gondwana <brong@fastmail.fm>
X-Mailer: Apple Mail (2.1084)
Cc: "Discussion on drastically slimming-down IMAP." <imap5@ietf.org>
Subject: Re: [imap5] Comments on draft-gulbrandsen-imap-move-01
X-BeenThere: imap5@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Discussion on drastically slimming-down IMAP." <imap5.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/imap5>, <mailto:imap5-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/imap5>
List-Post: <mailto:imap5@ietf.org>
List-Help: <mailto:imap5-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/imap5>, <mailto:imap5-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Jun 2012 22:23:32 -0000

On 2.6.2012, at 1.14, Bron Gondwana wrote:

> The only potentially sticking point here is awful things like
> non-shared \Seen state.  Cyrus (the IMAP server, yay for namespaces)
> has per-user seen state.  The actual behaviour at the moment would
> be that the owners' \Seen state always gets copied, nobody else's
> does.  It might also make sense to copy your OWN \Seen state if you
> are not the owner.

The owner's \Seen state gets copied with COPY to your private mailbox? I think that might be considered a minor security/privacy leak, since it allows other users to see when the owner has read the message.