ccs-calendarserver icon indicating copy to clipboard operation
ccs-calendarserver copied to clipboard

IMIP Outgoing and Incoming issues

Open QuadrantAndrew opened this issue 8 years ago • 1 comments

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

QuadrantAndrew avatar Dec 14 '17 20:12 QuadrantAndrew

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

dreness avatar Dec 14 '17 20:12 dreness