[Jmap] I-D Action: draft-ietf-jmap-sieve-01.txt
internet-drafts@ietf.org Tue, 22 September 2020 18:35 UTC
Return-Path: <internet-drafts@ietf.org>
X-Original-To: jmap@ietf.org
Delivered-To: jmap@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 3AA193A09FD; Tue, 22 Sep 2020 11:35:32 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: i-d-announce@ietf.org
Cc: jmap@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 7.17.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: jmap@ietf.org
Message-ID: <160079973219.9216.17349013185550397825@ietfa.amsl.com>
Date: Tue, 22 Sep 2020 11:35:32 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/jmap/IciKGwhvRNp8srzNn16imXnNrNw>
Subject: [Jmap] I-D Action: draft-ietf-jmap-sieve-01.txt
X-BeenThere: jmap@ietf.org
X-Mailman-Version: 2.1.29
List-Id: JSON Message Access Protocol <jmap.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/jmap>, <mailto:jmap-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/jmap/>
List-Post: <mailto:jmap@ietf.org>
List-Help: <mailto:jmap-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/jmap>, <mailto:jmap-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Sep 2020 18:35:32 -0000
A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the JSON Mail Access Protocol WG of the IETF.
Title : JMAP for Sieve Scripts
Author : Kenneth Murchison
Filename : draft-ietf-jmap-sieve-01.txt
Pages : 20
Date : 2020-09-22
Abstract:
This document specifies a data model for managing Sieve scripts on a
server using JMAP.
Open Issues
o Do we need/want both "content" and "blobId" in the SieveScript
object? It may be simpler to have just one way of specifying
content and "blobId" is more versatile and doesn't require JSON-
encoding of the content. Furthermore, use of the forthcoming(?)
Blob/set method would avoid the extra roundtrip of having to
upload the blob first.
o The strawman for SieveScript/test only uses blobIds. Will this
have to change once the issue regarding content/blobId in
SieveScript is resolved?
o Should ":fcc" and associated arguments (e.g., ":flags",
":create":, etc) reported in the /test response be in their own
"fcc" sub-object rather than listed inline with the rest of the
arguments for the action?
The IETF datatracker status page for this draft is:
https://datatracker.ietf.org/doc/draft-ietf-jmap-sieve/
There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-jmap-sieve-01
https://datatracker.ietf.org/doc/html/draft-ietf-jmap-sieve-01
A diff from the previous version is available at:
https://www.ietf.org/rfcdiff?url2=draft-ietf-jmap-sieve-01
Please note that it may take a couple of minutes from the time of submission
until the htmlized version and diff are available at tools.ietf.org.
Internet-Drafts are also available by anonymous FTP at:
ftp://ftp.ietf.org/internet-drafts/
- [Jmap] I-D Action: draft-ietf-jmap-sieve-01.txt internet-drafts
- Re: [Jmap] I-D Action: draft-ietf-jmap-sieve-01.t… Neil Jenkins