--- 1/draft-ietf-extra-sieve-fcc-03.txt 2018-08-12 07:13:38.501212574 -0700 +++ 2/draft-ietf-extra-sieve-fcc-04.txt 2018-08-12 07:13:38.581214511 -0700 @@ -1,19 +1,19 @@ EXTRA K. Murchison Internet-Draft B. Gondwana Updates: 5230, 5435 (if approved) FastMail -Intended status: Standards Track August 3, 2018 -Expires: February 4, 2019 +Intended status: Standards Track August 12, 2018 +Expires: February 13, 2019 Sieve Extension: File Carbon Copy (Fcc) - draft-ietf-extra-sieve-fcc-03 + draft-ietf-extra-sieve-fcc-04 Abstract The Sieve Email Filtering Language provides a number of action commands, some of which can generate additional messages on behalf of the user. This document defines an extension to such commands to allow a copy of any generated message to be filed into a target mailbox. Status of This Memo @@ -24,21 +24,21 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on February 4, 2019. + This Internet-Draft will expire on February 13, 2019. Copyright Notice Copyright (c) 2018 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents @@ -69,21 +69,21 @@ 6.1. Registration of Sieve Extension . . . . . . . . . . . . . 8 6.2. Registration of Notification-Capability Parameter . . . . . . . . . . . . . . . . . . . . . . . . 9 7. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 9 8. References . . . . . . . . . . . . . . . . . . . . . . . . . 9 8.1. Normative References . . . . . . . . . . . . . . . . . . 9 8.2. Informative References . . . . . . . . . . . . . . . . . 11 8.3. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Appendix A. Change History (To be removed by RFC Editor before publication) . . . . . . . . . . . . . . . . . . . . 12 - Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 12 + Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 13 1. Introduction The Sieve Email Filtering Language [RFC5228] provides a number of action commands, some of which can generate additional messages on behalf of the user. It is sometimes desirable to have an archive of the messages generated by these commands. This extension defines a new optional tagged argument ":fcc" to action commands which generate additional messages to allow a copy of @@ -300,21 +300,21 @@ instructs the Sieve interpreter to create the target mailbox, if needed, before attempting to file the generated message into the target mailbox. 3.5.3. Special-Use Extension This document extends the definition of the ":specialuse" [I-D.ietf-extra-sieve-special-use] tagged argument so that it can optionally be used with the ":fcc" argument. - FCC =/ [":specialuse "] + FCC =/ [":specialuse" ] If the optional ":specialuse" argument is specified with ":fcc", it instructs the Sieve interpreter to check whether a mailbox exists with the specific special-use flag assigned to it. If such a mailbox exists, the generated message is filed into the special-use mailbox. Otherwise, the generated message is filed into the target mailbox. If both the optional ":specialuse" and ":create" arguments are specified with ":fcc", the Sieve interpreter is instructed to create the target mailbox per Section 4.1 of @@ -507,20 +507,24 @@ [1] https://tools.ietf.org/html/bcp14 [2] http://www.cyrusimap.org/ [3] http://www.cmu.edu/computing/ Appendix A. Change History (To be removed by RFC Editor before publication) + Changes since draft-ietf-extra-sieve-fcc-03: + + o Fixed typo in ABNF. + Changes since draft-ietf-extra-sieve-fcc-02: o Updated Keywords boilerplate. o Noted that :fcc mailbox argument and any fileinto extension arguments used wth :fcc have the same syntax and semantics as they have with fileinto. o Removed section on [e]Reject.