imip-agent

tests/templates/event-request-spoofed.txt

871:b38466ae1e51
2015-10-18 Paul Boddie Handle rule-based occurrences as exceptions when removed by attendees for counter-proposals.
     1 Content-Type: multipart/alternative; boundary="===============0047278175=="
     2 MIME-Version: 1.0
     3 From: vincent.vole@example.com
     4 To: resource-room-confroom@example.com
     5 Subject: Spoofed request
     6 
     7 --===============0047278175==
     8 Content-Type: text/plain; charset="us-ascii"
     9 MIME-Version: 1.0
    10 Content-Transfer-Encoding: 7bit
    11 
    12 This message contains an event.
    13 --===============0047278175==
    14 MIME-Version: 1.0
    15 Content-Transfer-Encoding: 7bit
    16 Content-Type: text/calendar; charset="us-ascii"; method="REQUEST"
    17 
    18 BEGIN:VCALENDAR
    19 PRODID:-//MoinMessage/test_itip_event.py//EN
    20 METHOD:REQUEST
    21 VERSION:2.0
    22 BEGIN:VEVENT
    23 ORGANIZER:mailto:paul.boddie@example.com
    24 ATTENDEE;ROLE=CHAIR:mailto:paul.boddie@example.com
    25 ATTENDEE;RSVP=TRUE:mailto:resource-room-confroom@example.com
    26 DTSTAMP:20150125T000000Z
    27 DTSTART;TZID=Europe/Oslo:20150124T090000
    28 DTEND;TZID=Europe/Oslo:20150124T100000
    29 SUMMARY:Spoof test
    30 UID:spoof@example.com
    31 END:VEVENT
    32 END:VCALENDAR
    33 
    34 --===============0047278175==--