I am trying to build a flow that pushes every attachment received from a specific mailbox to a specific folder in our Nextcloud.
So far I got the flow to take any e-mail attachment and push it to the Nextcloud. (This works via http put to the WebDAV Endpoint of the Nextcloud) The only Problems: The Files pushed to the nextcloud are base64-encoded and so can't be read by anyone using the cloud.
There are the functions
decodeBase64()