this post was submitted on 01 Apr 2025
33 points (100.0% liked)
Open Source
35430 readers
512 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Okay, so, You're going to need to pretend like I'm 5 years old here.
The end goal is for me to give this my email creds, it will then monitor my email and when I get a match it'll run the API call, right?
However, right now, you don't want to take usernames and passwords so you generate random emails as an example to show what it COULD do.
If I'm correct it might be a little early to give people access as there's nothing I can really do. I created an account on your site but there's nothing there explaining what I'm doing just a couple input boxes with a one word label.
I would use this for email -> matrix but I'd have to self host it. I'm sure others would use it if you had some built in API calls that less techy people could use.
Do you allow users to matched regex from the email and use it the API Call?
All questions are welcome! By saying it's intended to tech people earlier I meant if you know what are the different components of an HTTP query, then you know enough to use it.
That's not what I wanted to express. Not requesting your email credentials is an intended design decision (it's more challenging also). Because personally, if I was a user, I wouldn't feel comfortable giving my email credentials to a random website online. The alternative solution is to generate an email controlled by the website like I did.
So yeah, the intended use case isn't to monitor your email address. But rather give you an email address that you can plug in an alerting system for example that would result in a webhook call (that would notify you on matrix or telegram, create a github issue, create Jira ticket,..).
Self hosting isn't necessary if you don't want to, you can already add your matrix webhook and generate a random email address you can use. You can configure your current gmail account for example to forward certain or all emails to that randomly generated address and that would trigger a webhook (matrix msg in our example). It involves an extra step (configuring gmail) at the benefit of not having to share your personal creds with a random website online (gossip).
I can provide an example on how to do that if you want to test that.
I do agree with you though on the second part, I will be adding some ready-to-use blocks for the most common services. That's already a planned feature.
For now, it matches on the
From Address
only (to avoid spamming the API), but it will be very easy to add another field to match on the content or subject of the email if you think it's a worthy feature.