Stephane Bortzmeyer | 2 Nov 2007 09:25
Picon

About draft-freed-sieve-in-xml-00


I like your I-D about Sieve in XML and find it is a good idea.

I have two remarks (not very important).

First, why did you choose the W3C Schema language instead of RelaxNG?
I understand it may be a matter of taste, but I'm curious.

Second, to represent Sieve comments, you use XML comments. But a
conforming XML parser MAY ignore comments so there is a risk that
round-trip conversion may lose comments. Moreover, your schema (and
the associated XSL script) forbids to put comments intended for the XML
version only such as:

<!-- Produced by sieve2xml on 2007-11-02. Do not edit. -->

Such comments would be translated back to Sieve, which would be
unfortunate.

I suggest instead to create an element <sieve-comments> to store them.

Ned Freed | 2 Nov 2007 15:50

Re: About draft-freed-sieve-in-xml-00


> I like your I-D about Sieve in XML and find it is a good idea.

THanks!

> I have two remarks (not very important).

> First, why did you choose the W3C Schema language instead of RelaxNG?
> I understand it may be a matter of taste, but I'm curious.

I'm much more familiar with W3C Schema. Time permitting we plan to add
a RelaxNG definition to the document.

> Second, to represent Sieve comments, you use XML comments. But a
> conforming XML parser MAY ignore comments so there is a risk that
> round-trip conversion may lose comments. Moreover, your schema (and
> the associated XSL script) forbids to put comments intended for the XML
> version only such as:

> <!-- Produced by sieve2xml on 2007-11-02. Do not edit. -->

> Such comments would be translated back to Sieve, which would be
> unfortunate.

> I suggest instead to create an element <sieve-comments> to store them.

Hmm, good point. A comment element shouldn't be hard to add and use.

				Ned

(Continue reading)

Internet-Drafts | 7 Nov 2007 17:40
Picon
Favicon

I-D Action:draft-ietf-sieve-notify-xmpp-06.txt

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Sieve Mail Filtering Language Working Group of the IETF.

	Title           : Sieve Notification Mechanism: xmpp
	Author(s)       : P. Saint-Andre, A. Melnikov
	Filename        : draft-ietf-sieve-notify-xmpp-06.txt
	Pages           : 11
	Date            : 2007-11-07

This document describes a profile of the Sieve extension for
notifications, to allow notifications to be sent over the Extensible
Messaging and Presence Protocol (XMPP), also known as Jabber.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-xmpp-06.txt

To remove yourself from the I-D Announcement list, send a message to
i-d-announce-request <at> ietf.org with the word unsubscribe in the body of 
the message.
You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce
to change your subscription settings.

Internet-Drafts are also available by anonymous FTP. Login with the 
username "anonymous" and a password of your e-mail address. After 
logging in, type "cd internet-drafts" and then
	"get draft-ietf-sieve-notify-xmpp-06.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt
(Continue reading)

IETF I-D Submission Tool | 7 Nov 2007 17:33
Picon
Favicon

New Version Notification for draft-ietf-sieve-notify-xmpp-06


A new version of I-D, draft-ietf-sieve-notify-xmpp-06.txt has been successfuly submitted by Peter
Saint-Andre and posted to the IETF repository.

Filename:	 draft-ietf-sieve-notify-xmpp
Revision:	 06
Title:		 Sieve Notification Mechanism: xmpp
Creation_date:	 2007-11-07
WG ID:		 sieve
Number_of_pages: 11

Abstract:
This document describes a profile of the Sieve extension for
notifications, to allow notifications to be sent over the Extensible
Messaging and Presence Protocol (XMPP), also known as Jabber.

The IETF Secretariat.

The IESG | 8 Nov 2007 17:03
Picon
Favicon

ID Tracker State Update Notice: draft-ietf-sieve-notify


'State Changes to AD Evaluation::Revised ID Needed from Publication Requested by Lisa Dusseault'
ID Tracker URL: https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=13695&rfc_flag=0

The IESG | 9 Nov 2007 16:30
Picon
Favicon

Last Call: draft-ietf-sieve-notify-xmpp (Sieve Notification Mechanism: xmpp) to Proposed Standard

The IESG has received a request from the Sieve Mail Filtering Language 
WG (sieve) to consider the following document:

- 'Sieve Notification Mechanism: xmpp '
   <draft-ietf-sieve-notify-xmpp-06.txt> as a Proposed Standard

The IESG plans to make a decision in the next few weeks, and solicits
final comments on this action.  Please send substantive comments to the
ietf <at> ietf.org mailing lists by 2007-11-23. Exceptionally, 
comments may be sent to iesg <at> ietf.org instead. In either case, please 
retain the beginning of the Subject line to allow automated sorting.

The file can be obtained via
http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-xmpp-06.txt

IESG discussion can be tracked via
https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=14161&rfc_flag=0

_______________________________________________
IETF-Announce mailing list
IETF-Announce <at> ietf.org
https://www1.ietf.org/mailman/listinfo/ietf-announce

Internet-Drafts | 9 Nov 2007 17:30
Picon
Favicon

I-D Action:draft-ietf-sieve-notify-10.txt

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Sieve Mail Filtering Language Working Group of the IETF.

	Title           : SIEVE Email Filtering: Notifications
	Author(s)       : A. Melnikov, et al.
	Filename        : draft-ietf-sieve-notify-10.txt
	Pages           : 21
	Date            : 2007-11-09

Users go to great lengths to be notified as quickly as possible that
they have received new mail.  Most of these methods involve polling
to check for new messages periodically.  A push method handled by the
final delivery agent gives users quicker notifications and saves
server resources.  This document does not specify the notification
method but it is expected that using existing instant messaging
infrastructure such as XMPP, or SMS messages will be popular.  This
draft describes an extension to the Sieve mail filtering language
that allows users to give specific rules for how and when
notifications should be sent.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-10.txt

To remove yourself from the I-D Announcement list, send a message to
i-d-announce-request <at> ietf.org with the word unsubscribe in the body of 
the message.
You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce
to change your subscription settings.

Internet-Drafts are also available by anonymous FTP. Login with the 
(Continue reading)

IETF I-D Submission Tool | 9 Nov 2007 17:25
Picon
Favicon

New Version Notification for draft-ietf-sieve-notify-10


A new version of I-D, draft-ietf-sieve-notify-10.txt has been successfuly submitted by Alexey Melnikov
and posted to the IETF repository.

Filename:	 draft-ietf-sieve-notify
Revision:	 10
Title:		 SIEVE Email Filtering: Notifications
Creation_date:	 2007-11-07
WG ID:		 sieve
Number_of_pages: 21

Abstract:
Users go to great lengths to be notified as quickly as possible that
they have received new mail.  Most of these methods involve polling
to check for new messages periodically.  A push method handled by the
final delivery agent gives users quicker notifications and saves
server resources.  This document does not specify the notification
method but it is expected that using existing instant messaging
infrastructure such as XMPP, or SMS messages will be popular.  This
draft describes an extension to the Sieve mail filtering language
that allows users to give specific rules for how and when
notifications should be sent.

The IETF Secretariat.

The IESG | 9 Nov 2007 18:28
Picon
Favicon

ID Tracker State Update Notice: draft-ietf-sieve-notify


'State Changes to Last Call Requested from AD Evaluation::AD Followup by Lisa Dusseault'
ID Tracker URL: https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=13695&rfc_flag=0

The IESG | 9 Nov 2007 18:39
Picon
Favicon

Last Call: draft-ietf-sieve-notify (SIEVE Email Filtering: Notifications) to Proposed Standard

The IESG has received a request from the Sieve Mail Filtering Language 
WG (sieve) to consider the following document:

- 'SIEVE Email Filtering: Notifications '
   <draft-ietf-sieve-notify-10.txt> as a Proposed Standard

The IESG plans to make a decision in the next few weeks, and solicits
final comments on this action.  Please send substantive comments to the
ietf <at> ietf.org mailing lists by 2007-11-23. Exceptionally, 
comments may be sent to iesg <at> ietf.org instead. In either case, please 
retain the beginning of the Subject line to allow automated sorting.

The file can be obtained via
http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-10.txt

IESG discussion can be tracked via
https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=13695&rfc_flag=0

_______________________________________________
IETF-Announce mailing list
IETF-Announce <at> ietf.org
https://www1.ietf.org/mailman/listinfo/ietf-announce


Gmane