apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
484 stars 136 forks source link

IMIP Outgoing and Incoming issues #507

Open QuadrantAndrew opened 6 years ago

QuadrantAndrew commented 6 years ago

There are a couple bugs in 9.1 that cause IMIP to not work correctly:

1) The twisted XMLString object requires a string or utf8 encoded bytes but is passed a unicode string. 2) A twisted MessageSet is called with a string start parameter, when it should be an int.

Patches are attached. inbound.py.patch.txt outbound.py.patch.txt

dreness commented 6 years ago

Thanks for the patches! I'll give them a whirl.