Questions tagged [incoming-mail]

62 questions
2
votes
1 answer

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 turned out to be unreliable), piping email…
Mark
  • 51
  • 3
2
votes
0 answers

New email marked as read when arriving to empty Inbox

I like to keep my Outlook 2010 Inbox empty. But when a new email arrives, it is automatically selected and viewed in the preview pane, and therefore immediately marked as read. This then removes the "new email" icon from my systray, and therefore I…
HannesM
  • 55
  • 1
  • 11
2
votes
7 answers

Open mails from Gmail inbox using selenium webdriver using java

I need to open mails from Gmail inbox using selenium webdriver using java in Eclipse IDE. Is there a way to do this using xpath?
Binu
  • 49
  • 1
  • 3
  • 8
2
votes
1 answer

Inserting text into incoming email Outlook 2013 locked read only

I'm struggling to insert a string in an incoming email via VBA. The routine works fine when sending mail and it will work on incoming mail if the user clicks Actions Edit. The issue is that incoming mail is locked in read only mode. I've spent…
1
vote
2 answers

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 { TcpClient tcpclient = new TcpClient(); //…
Abbas
  • 4,948
  • 31
  • 95
  • 161
1
vote
1 answer

Is there a way to send a Gmail message or create a notification when a daily email is not received?

I receive an email that is only important when not received. Is there a way to be alerted that the message is missing?
steveorg
  • 91
  • 8
1
vote
0 answers

Gmail Push notification PHP backend error

This is my code for gmail watch request push notification define('SCOPES', implode(' ', array( Google_Service_Gmail::MAIL_GOOGLE_COM) )); $this->client = new…
1
vote
0 answers

Imap is not fetching the body of the mail?

Am using Imap to fetch the mails from gmail. If am sending any mails manually, am able to receive the body of the mail but If I kept auto forward from some other mail to my mail, then am unable to receive to body. May I know what is the problem in…
Gowri Shankar
  • 93
  • 1
  • 7
1
vote
2 answers

SubethaSmtp example

Can you please tell me how to use SubethaSmtp library? org.subethamail subethasmtp 3.1.7 test I just want to listen to the emails on a port…
Remo123
  • 11
  • 1
  • 5
1
vote
0 answers

Mail sent from PHP with PHPMailer id going in GMail spam, whatever

I have set up a script in PHP to send emails, using PHPMailer. Using the following: - sending through my own domain SMTP server using TLS; - signing/authenticating the message with DKIM/SPF; - the "From" email address is on the domain from which I…
1
vote
2 answers

how to get read and unread message list using gmail api javascript

How to get difference read and unread from mail list's using Gamil api javascript.i have used gmail api v1 javascript, but it's display overall rows list. Thanks,
1
vote
1 answer

error in fetching mail using griddler(mandrill)

I am implementing griddler(using Mandrill) to fetch e-mail in my app. This is my class to receive mail #app/email_receivers/incoming.rb class EmailReceiver < Incoming::Strategies::Mandrill def receive(mail) %(Got message from…
vidal
  • 345
  • 3
  • 18
1
vote
2 answers

Advanced gmail search for received emails only

I'm using the Google gmail API to get emails from peoples gmail account. I filter for emails containing the word "CompanyName" which have a pdf as an attachment. using the following search query: CompanyName filename:pdf. I now want to further…
kramer65
  • 50,427
  • 120
  • 308
  • 488
1
vote
0 answers

Cannot display inline images in HTML using Gmail API with RoR?

Im building a webmail client in RoR and using Gmail's API. After receiving a response from Gmail's api for a multipart email, I was able to extract the text/html portion and display it in the browser correctly. Everything looks fine except all of…
1
vote
1 answer

What is the alternative of munpack(MIME-encoded mail message)?

I found the problem, Munpack will just in case I have one mail in my mailbox text file.if I have more than that munpack will not work. Could anybody tell me about alternative of the same?
user2932003
  • 171
  • 2
  • 4
  • 14