Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
Create Cards via Email
11–20 of 22 posts
Re: Create Cards via Email
#12Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
On the Python side there's Lamson and Google App Engine also has nice email handling capabilities allowing you to parse and access from your own code / app. http://lamsonproject.org/ https://developers.google.com/appengine/docs/python/mail/
Re: Create Cards via Email
#13Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
Are you language-agnostic? Ruby's mailman gem is good.
Re: Create Cards via Email
#14Re: Create Cards via Email
#15Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
A quick example of this for Perl is http://www.perlmonks.org/?node_id=1030830 (replace the perl script with any program)
Another way would be to setup a transport map that targets a hook that you setup in your master.cf file but it's probably best to find more tutorials online to understand everything that is taking place.
1. If your domain is using a virtual alias then point the virtual domain's recipient to the alias.
Re: Create Cards via Email
#16Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
Re: Create Cards via Email
#17Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
Re: Create Cards via Email
#18Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
There are quite a few ways you can accomplish this with Linux + Postfix (other MTAs too) but since you have specific email addresses you want to process mail for as in this scenario the quickest way would be to have an alias[1] pipe to it to your script (language agnostic in this case). You can even use a .forward file, which might even work in the case of shared hosting. A quick example of this for Perl is http://ww…
Re: Create Cards via Email
#19Can anyone here point me to a library/framework that would allow for monitoring incoming emails (similar to this scenario) and take actions based on email address it was sent to?
Check out Mailgun: http://www.mailgun.com/ . It's a service rather than a library, but it handles incoming emails and has wrapper libraries in a number of languages.
Re: Create Cards via Email
#20I don't understand why I can't remove a label from the board and have that label be removed from cards throughout the board.
I don't understand why I can't change the label's color instead of changing the color's label (if that makes any sense).
It seems easy - can anybody elaborate as to why this might be more difficult than it seems?