You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Email attachments should be (optionally) supported for backends (like Neon) that can handle them. Default behavior will need to be defined if a backend doesn't support attachments.. Some possibilities:
Raise an exception
Log an exception and send the email with no attachments
Try appending attachment contents as text to the email body (warn/fail on binary files)
Email attachments should be (optionally) supported for backends (like Neon) that can handle them. Default behavior will need to be defined if a backend doesn't support attachments.. Some possibilities:
ovos-backend-client/ovos_backend_client/api.py
Line 236 in 8b95d72
In Neon:
https://github.com/NeonGeckoCom/neon-skill-utils/blob/dev/neon_utils/skills/neon_skill.py#L314-L329
The text was updated successfully, but these errors were encountered: