imip-agent

Annotated tests/templates/event-request-person.txt

900:3308aa0462ca
2015-10-22 Paul Boddie Tidied up the treatment of local SMTP and LMTP in the documentation. Changed the simple Postfix configuration to have local routing as an additional configuration file, rather than a replacement. Added calendar-to-root aliasing for the Exim simple configuration.
paul@585 1
Content-Type: multipart/alternative; boundary="===============0047278175=="
paul@585 2
MIME-Version: 1.0
paul@585 3
From: paul.boddie@example.com
paul@585 4
To: vincent.vole@example.com
paul@585 5
Subject: Invitation!
paul@585 6
paul@585 7
Test invitation of people, checking their status afterwards.
paul@585 8
paul@585 9
--===============0047278175==
paul@585 10
Content-Type: text/plain; charset="us-ascii"
paul@585 11
MIME-Version: 1.0
paul@585 12
Content-Transfer-Encoding: 7bit
paul@585 13
paul@585 14
This message contains an event.
paul@585 15
--===============0047278175==
paul@585 16
MIME-Version: 1.0
paul@585 17
Content-Transfer-Encoding: 7bit
paul@585 18
Content-Type: text/calendar; charset="us-ascii"; method="REQUEST"
paul@585 19
paul@585 20
BEGIN:VCALENDAR
paul@585 21
PRODID:-//imip-agent/test//EN
paul@585 22
METHOD:REQUEST
paul@585 23
VERSION:2.0
paul@585 24
BEGIN:VEVENT
paul@585 25
ORGANIZER:mailto:paul.boddie@example.com
paul@585 26
ATTENDEE;ROLE=CHAIR:mailto:paul.boddie@example.com
paul@585 27
ATTENDEE;RSVP=TRUE:mailto:vincent.vole@example.com
paul@585 28
DTSTAMP:20141125T004600Z
paul@585 29
DTSTART;TZID=Europe/Oslo:20141126T160000
paul@585 30
DTEND;TZID=Europe/Oslo:20141126T170000
paul@585 31
SUMMARY:Meeting at 4pm
paul@585 32
UID:event6@example.com
paul@585 33
END:VEVENT
paul@585 34
END:VCALENDAR
paul@585 35
paul@585 36
--===============0047278175==--