Files
automatisch/packages/docs/pages/apps/gmail/actions.md
2024-04-24 12:23:04 +02: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 />