Open colinherzog-codin opened 2 years ago
This issue is stale because it has been open at least 30 days with no activity. Comment or this issue will be closed in 14 days.
Closed - stale.
This issue is stale because it has been open at least 30 days with no activity. Comment or this issue will be closed in 14 days.
Base64 images not supported Contact apps like Apple or Outlook often require base64 encoded images
I'd like to have the BasicPropertyParameters extended so that a photo can be saved as base64 Extend the BasicPropertyParameters interface with the key 'ENCODING' and at least the according value 'B', so that an image like: "PHOTO;ENCODING=b;TYPE=JPEG:/9j/4AAQSkZJRgABAQEAYABgAAD..." can be saved.
Alternatives I haven't found any suiting alternatives.