Evert Pot
Evert Pot
@icaroscherma please don't hijack this bug report. This is off-topic. You need IMIP: https://tools.ietf.org/html/rfc6047
Don't think this is needed for 0.1. Going to move it to 'next' for the moment.
There is a complication with the vcard specification in that it has conflicting information about this: https://www.rfc-editor.org/errata/eid3845 Unfortunately this is therefore a little bit open to interpretation. I don't think...
If you register the empty namespace, you can see the `xmlns` appear just once in the root element, and not in every child element. Like this: $service->namespaceMap[''] = ''; Does...
The calendar-color field predates CSS3 and this new property. As far as I know, that property only ever got the 6 or 8 hexidecimal format for colors.
Hi @ashatrov-realforce , the issue here is that that property is specifically intended to implement a color feature that's been in calendars for a long time. If that field starts...
If you have a desire to add a new property with more features for creating colors, you can just create it. As long as the PropertyStorage plugin is loaded, sabre/dav...
The point of this ticket is, that someone may be using the library to do downloads of very large files. In those cases, we want to ensure that the entire...
streams in request bodies already 100% work, this is about turning a HTTP response into a stream.
https://github.com/fruux/sabre-http/blob/master/lib/Client.php#L405