48hr.email/app.json

31 lines
987 B
JSON
Raw Normal View History

2023-11-01 11:48:19 +01:00
{
"name": "48hr.email | disposable email",
"description": "a simple and fast disposable mail service that works directly with your imap server. No database required.",
"repository": "https://github.com/Crazyco-xyz/48hr.email",
2023-11-02 07:41:52 +01:00
"logo": "https://github.com/Crazyco-xyz/48hr.email/blobl/main/infrastructure/web/public/images/logo.png",
2023-11-01 11:48:19 +01:00
"keywords": [
"node",
"disposable-mail"
],
"env": {
"DOMAINS": {
"description": "Email domains."
},
"IMAP_SERVER": {
"description": "Hostname of the server (usually imap.example.com)"
},
"IMAP_USER": {
"description": "Username to login to the imap server"
},
"IMAP_PASSWORD": {
"description": "Password to login to the imap server"
},
"IMAP_REFRESH_INTERVAL_SECONDS": {
"description": "How often to refresh the imap messages manually"
},
"DELETE_MAILS_OLDER_THAN_DAYS": {
2023-11-02 07:41:52 +01:00
"description": "How many days to to wait before deleting messages."
2023-11-01 11:48:19 +01:00
}
}
}