KEP-0017.txt

Christian Mollekopf mollekopf at kolabsys.com
Fri Mar 21 17:34:23 CET 2014


 KEP-0017.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 18522685336756e9956691698b9380c1c54b6682
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Fri Mar 21 17:33:46 2014 +0100

    Made attachment mimetype optional, to be rfc compatible.
    
    Especially with the uri it makes sense to omit the mimetype.

diff --git a/KEP-0017.txt b/KEP-0017.txt
index 02ae31b..e39875a 100644
--- a/KEP-0017.txt
+++ b/KEP-0017.txt
@@ -89,7 +89,7 @@ The global uniqueness of a UID '''SHOULD''' be achieved by following the provisi
 
 The UID '''MUST NOT''' be changed after initial creation of the object.
 
-A UID in the uri format (uri-uid), '''MUST''' use the URN namespace described in {{rfc|4122}}<ref name="rfc4122">{{rfc|4122|A Universally Unique IDentifier (UUID) URN Namespace}}</ref>.
+A UID in the uri format (uri-uid), '''MUST''' use the URN namespace described in {{rfc|4122}}<ref name="rfc4122">{{rfc|4122|A Universally Unique IDentifier (UUID) URN Namespace}}</ref>. If the UID does not conform to {{rfc|4122}}<ref name="rfc4122"> (e.g. 5f21d83f-5123-4ae7-bb31-4de1fa35d0bb), the text-uri '''MUST''' be used.
 
 Implements:
 * {{rfc|5545}} [https://tools.ietf.org/html/rfc5545#section-3.8.4.7 section-3.8.4.7]
@@ -191,7 +191,7 @@ Implements:
 
   kolab-property-attach = element attach {
     element parameters {
-           element fmttype { [[#String]] },
+           element fmttype { [[#String]] } ?,
            element x-label { [[#String]] } ?,
            element encoding { "BASE64" } ?
     },
@@ -201,7 +201,7 @@ Implements:
   
   xcal-property-attach = element attach {
     element parameters {
-           element fmttype { element text { [[#String]] } },
+           element fmttype { element text { [[#String]] } } ?,
            element x-label { element text { [[#String]] } } ?,
            element encoding { element text { "BASE64" } } ?
     },




More information about the commits mailing list