The incoming-mail tag has no wiki summary.
-1
votes
1answer
123 views
How to store Gmail emails along with attachments directly into our database [closed]
I just need a hint or source from which i can start researching ,
i need to store the Gmail - mails along with attachments into my database as soon as is receive them in my gmail inbox...
Is there ...
-1
votes
3answers
187 views
GMAIL API - Quickest method to check for new Mail [closed]
I'm getting some offers by emails. And there is a competition who get it first.
They send an email with a verification code inside.
Which solution is best to check for new gmail messages and get new ...
0
votes
1answer
49 views
render received emails in rails, gem?
I want to render received emails (via SMTP Server) that are stored in my DB and my question is:
Is there a gem that provides rendering html_part, text_part from incoming email (received via SMTP ...
3
votes
0answers
56 views
How can I make emails stack in Gmail? [closed]
So I am developing an app that sends email notifications when people post and reply to a group. Example interaction might be:
I make a post. Everyone in my group receives a notification.
Barry ...
0
votes
2answers
63 views
convenient way to read incoming email key-values
The requirement here is to read incoming mail and extracting the key/value from them. At present is there any frameworks that supports these?
For instance, I simply thought of the following incoming ...
0
votes
1answer
105 views
Why isn't my email function working in CodeIgniter
This mail function is not working.
In the code below, the $tomail and $frommail parameters are correct, but the mail isn't getting to my Gmail account.
$this->load->library('email');
...
0
votes
1answer
177 views
PHP : How to download dot csv file from my gmail Account?
i have thousand of email in my gmail account.In the email i have a many files in each email but i need to download a file with csv extension and copy it to folder in my PC.
Any idea how would i do ...
0
votes
2answers
85 views
Designing an email “api”
So, im building this webservice on Googles app engine, and i would like it to receive emails.
The thing is, i need to authorize the incoming mails and determine a destination based on alone on the TO ...
1
vote
2answers
1k views
how to process incoming mails using mailman and update them into the database
am developing ruby on rails3 application where i am sending an email to user and if user replies that email then that reply content, date should be updated to the database. For this i have ...
-1
votes
1answer
339 views
how to process incoming emails and update them into the database table in ruby on rails 3
I'm trying to set up my RoR 3 application to receive emails and then process those emails and update them into the database table called product_comments.
In my application, I have ...
1
vote
2answers
1k views
Reading mails from gmail account in asp.net
i want to read the mails from gmail account.. i tried to login.. and was successfull.. but unable to get the mails from the inbox..
below is the code i used for logging in...
try
{
...
1
vote
1answer
191 views
What's the easiest way to process incoming email and add it to a queue on a Linux server?
What's the easiest way to process incoming email? Our objective is to get email into a Resque queue. We've explored and integrated a lot of options, like piping email through Postfix into Ruby (which ...
1
vote
1answer
148 views
Can I receive incoming mail with Google App Engine on a non-default version?
Google App Engine allows for multiple version to be deployed concurrently, one of which is the default.
You can access non-default versions via HTTP (and apparently also via XMPP) using a special ...
5
votes
2answers
5k views
smtp e-mail headers: return-path vs. sender vs. from
Please help me make some order with email headers.
What does each of the following mean: return-path, sender, from.
The question is being asked in the context of an email receiving app (let's say a ...
0
votes
1answer
146 views
Incoming Mails in Sharepoint
I have a Document Library that receives a mail every week. I want to show the list of mails with their summaries. Is it possible to get that mail's content in Sharepoint, without deploying a custom ...
0
votes
1answer
96 views
how to dispose a incoming email and then send some words back using googe-app-engine
i read the doc:
from google.appengine.api import mail
mail.send_mail(sender="support@example.com",
to="Albert Johnson <Albert.Johnson@example.com>",
...