13 lines
249 B
Markdown
13 lines
249 B
Markdown
---
|
|
favicon: /favicons/gmail.svg
|
|
items:
|
|
- name: New emails
|
|
desc: Triggers when a new email is received in the specified mailbox.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|