ietf-mta-filters
[Top] [All Lists]

Sieve mime loop issues list

2006-03-23 15:23:13

Here is the list of issues with the MIME LOOP draft that need to be
worked on, as discussed at the Sieve meeting this week.

#1: Need to deal with nested for_every_part loops. What will this do:
    for_every_part { if (some test here) { for_every_part { ... } } }

#2: Need to decide if there would be a "mime" shorthand for testing the
type/subtype, without requiring

    if allof (mime :type "multipart", mime :subtype "alternative") ?

#3: We need to add some way to look at parameter lists:
    Content-Type: text/plain; charset="foo"

The following issues/comments were raised at the meeting:
    interactions with variables
    notifications
    notifications to calendar service
    address tests, exists tests
    add tests mimeheader, mimeparameter

        Tony Hansen
        tony(_at_)att(_dot_)com

<Prev in Thread] Current Thread [Next in Thread>