Files
automatisch/packages/docs/pages/apps/gmail/actions.md
2024-04-24 13:24:13 +02:00

19 lines
413 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.
- name: Send to trash
desc: Send an existing email message to the trash.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />