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

21 lines
470 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.
- name: Star an email
desc: Star an email message.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />