Files
automatisch/packages/docs/pages/apps/gmail/actions.md
2025-02-07 12:08:07 +01:00

17 lines
334 B
Markdown

---
favicon: /favicons/gmail.svg
items:
- name: Create draft
desc: Create a new draft email message.
- name: Reply to email
desc: Respond to an email.
- name: Send email
desc: Send a new email message.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />