mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
3.0 KiB
JSON
1 line
3.0 KiB
JSON
[{"user_id": 37643, "stars": [], "topic_id": 41877, "date_created": 1310765938.258044, "message": "I've never done it, but I'd imagine polling a pop3 mailbox would be fairly simple. Another option might be http://lamsonproject.org/", "group_id": 81, "id": 1648692}, {"user_id": 28384, "stars": [], "topic_id": 41877, "date_created": 1310776970.7212181, "message": "I use postmark for sending transactional emails and love them. They are working on inbound email processing which is currently in private beta, but maybe if you ask them nicely they will let you play around with it.", "group_id": 81, "id": 1649608}, {"user_id": 28384, "stars": [], "topic_id": 41877, "date_created": 1310777018.7279739, "message": "also there are some other services such as http://www.emailyak.com/ http://mailgun.net/ and http://sendgrid.com/ that can handle incoming email processing", "group_id": 81, "id": 1649618}, {"user_id": 14679, "stars": [], "topic_id": 41877, "date_created": 1310826858.4658861, "message": "I use python's email module to make a script that takes a message on stdin and POSTs the result into my web app. Then I configure postfix to route messages there, usually as easy as adding to /etc/aliases something like \"mailhandler: |/path/to/script\"", "group_id": 81, "id": 1651826}, {"user_id": 3304, "stars": [], "topic_id": 41877, "date_created": 1310947244.5193291, "message": "Polling POP3/IMAP boxes isn't too difficult, the hardest part is getting character [en|de]coding right. A sample is django-helpdesk which creates Ticket items from e-mail boxes - https://github.com/RossP/django-helpdesk/ - check out the management commands.", "group_id": 81, "id": 1659479}, {"user_id": 2362, "stars": [], "topic_id": 41877, "date_created": 1310998769.173177, "message": "Twisted has some SMTP classes that are extremely easy to use. This is the easiest way I know how to process incoming emails.", "group_id": 81, "id": 1662814}, {"user_id": 4383, "stars": [], "topic_id": 41877, "date_created": 1311119694.979372, "message": "Generally if you don't need to worry much about performance you can simply configure postfix to run a script taking the email data on the command line.", "group_id": 81, "id": 1676658}, {"user_id": 4383, "stars": [{"date_created": 1311164159.020786, "user_id": 14679}], "topic_id": 41877, "date_created": 1311119738.323751, "message": "Here's an example of a script like @shimon was talking about: http://www.smipple.net/snippet/IanLewis/Multipart%20Mail%20Processing%20in%20Python", "group_id": 81, "id": 1676664}, {"user_id": 28981, "stars": [], "topic_id": 41877, "date_created": 1311143851.6986699, "message": "Thanks for all the helpful suggestions. Will try out some of them. I was ideally looking for a web service that would just send do POST callback, on receiving an email.", "group_id": 81, "id": 1679092}, {"user_id": 28981, "stars": [], "topic_id": 41877, "date_created": 1311143985.9671819, "message": "Here's some more options i found: http://cloudmailin.com/ , http://www.apinbox.com/", "group_id": 81, "id": 1679100}] |