Questions tagged [gmail-pop]

Gmail provide a pop service where users can get access to their email. Questions in this tag relate to issues with this service

40 questions
1
vote
1 answer

Unable to remove label in GMAIL PHP API

I am working on a project where I have several labels associated with every email. I want to remove the labels using gmail PHP API. I have followed the documentation and I have done all the steps. But, I do not know why I get Error, when I try to…
1
vote
0 answers

Open pop is not connecting with gmail

I am using open pop to connect one of my gmail account. And I made setting and enable pop setting in gmail Account. but still it's not connecting and not fetching emails. same thing is working for hotmail and other email service provider. But my own…
Pankaj Mishra
  • 20,197
  • 16
  • 66
  • 103
1
vote
5 answers

Pop3 and gmail email deleted after download

I Am writing Pop3 client for gmail. The problem is that when the email is downloaded then it deletes from pop3 server. I have tried sending RSET command to server but it dose not work. Do i have to send RSET just before disconnecting or after…
Woland
  • 1,050
  • 3
  • 19
  • 36
1
vote
1 answer

Google api to add pop3 email account

is there and api to add an pop3 account to a gmail account .. i did get a link to the api to enable and disable the pop setting api Pop Settings link. but could not find the api to add an account from which i need to do a po
1
vote
1 answer

Is there any limit to Gmail SMTP server requests/ sec?

I am trying to send email using Gmail SMTP server from java (deployed in tomcat). When doing load testing if the number of request / sec to SMTP server grows more (>20) I get this exception javax.mail.MessagingException: Could not connect to SMTP…
Maria
  • 1,161
  • 3
  • 12
  • 21
1
vote
0 answers

Accessing Gmail inbox in GAE with Java

I'm trying to access my Gmail inbox in GAE with Java. I've tried it via IMAP and via POP3. The code for IMAP is the next one: public class InboxServlet extends HttpServlet { private static final Logger log =…
user1930068
  • 342
  • 3
  • 11
1
vote
3 answers

System.Net.Mail using Gmail Smtp from address is always mine

I think that Gmail is rewriting the from address and using the account that is provided in the network credentials for the from. MailMessage message = new MailMessage(); message.From = new MailAddress("jimmy@gmail.com"); …
Zippy
  • 455
  • 1
  • 11
  • 25
0
votes
1 answer

Gmail authentication failure for IMAP but not POP3

I've gone through the process of creating an OAuth2 access token for a test application on my Google account (not using GSuite) and whenever I try to use it to authenticate using XOAUTH2 with imap.google.com, it fails and returns…
mstefanik
  • 31
  • 2
0
votes
1 answer

I can't decode gmail html message when i use imap (PHP)

Im a newebie developer, i use imap with gmail on my own PHP application. The problem, when i try to decode a gmail html message (Specially google+/linkedin). It is displayed in an original (coded) format. I want to display it in standard format as…
0
votes
2 answers

How to check all of your email accounts from Gmail?

i been looking for an application that would check all my added emails to Gmail, but i didn't find any. i found a lot of ways to send emails and so on. but is there any app that would check it intervally ? i looked at Gmail API, and i found nothing…
Ayman
  • 95
  • 2
  • 10
0
votes
1 answer

Getting java.net.SocketException: Connection reset Error Message while Setting Email Notifications for Gmail server

I Want to setup Email Notifications in Jenkins Server. Tried with Gmail Server using below Settings. enter image description here Here is the Error Message I am getting:- Failed to send out e-mail java.net.SocketException: Connection reset at…
0
votes
1 answer

NET desktop application : Using oAuth2.0 to access SMTP and IMAP services

my .NET application is a WPF desktop application responsible for sending e-mail with classic SASL mechanism and/or older one (POP-before-SMTP). A end-user can select any SASL authentication mechanism on the GUI configuration of this application. As…
0
votes
1 answer

Reading gmail using OpenPop.dll errors c#

I'm trying to read an email body from a gmail in c# using OpenPop.dll. I've tried the gmail api but i could never get it working so I tried this one. Anyways, here is my code and the error I was given. using (Pop3Client client = new…
dseds
  • 57
  • 1
  • 8
0
votes
0 answers

Can't able to delete inbox mail from gmail account using OpenPop.Net

I'm using OpenPop DLL and it's working great for my project but i'm getting on issue when i'm using with Gmail Account. I'm not able delete the Email from Gmail after reading. I'm using following code and latest OpenPop DLL : using…
Sensation
  • 113
  • 5
0
votes
0 answers

How to Disable Pop and Imap?

I've googled a lot but I couldn't find a good answer. I need to disable pop and imap for gmail. How can I disable gmail pop and imap?
nikel
  • 653
  • 4
  • 13
  • 24