mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[PR #69] [MERGED] Webhook support #101
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/HaschekSolutions/opentrashmail/pull/69
Author: @Lars-
Created: 11/30/2023
Status: ✅ Merged
Merged: 12/1/2023
Merged by: @geek-at
Base:
master← Head:master📝 Commits (7)
249fce2docs: added logs to dev setup commanda09ace7feat: added webhook support when a mail is receiveded9f137chore: updated example config.inif92aee9docs: updated readmef0a990fdocs: updated changelog9e1ba05chore: updated docker-compose files9dbe537fix: added default value for webhook_url📊 Changes
9 files changed (+45 additions, -11 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
README.md(+5 -2)📝
docker-compose-dev.yml(+2 -1)📝
docker-compose.yml(+2 -1)📝
docker/Dockerfile(+2 -1)📝
docker/rootfs/start.sh(+3 -0)📝
docs/Dev.md(+1 -0)📝
example.config.ini(+3 -1)📝
python/mailserver3.py(+24 -5)📄 Description
This pull request adds webhook support.
I often find myself polling email boxes, this feature will change that forever. It simply sends a POST call to the
WEBHOOK_URLenv setting. The call contains everything that is saved in the data file.The only thing you need to do after merging is update the changelog for the correct version, I already changed the examples and the readme.
There was also a small oversight in Dev.md, I fixed that as well in this PR.
I hope this is something you like. Let me know what you think!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.