emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
314 stars 66 forks source link

icloud return 'text/plain' on client.GetAddressObject #131

Open iovanom opened 11 months ago

iovanom commented 11 months ago

The icloud return a content type text/plain instead of text/vcard and this return an error for client.GetAddressObject. Could change the logic of check the content type for GetAddressObject to accept the text/plain ?