Gmail provide a pop service where users can get access to their email. Questions in this tag relate to issues with this service
Questions tagged [gmail-pop]
40 questions
0
votes
1 answer
how to do login authentication using gmail and facebook in jsp and servlets?
Can you please provide any suggestion for login using Gmail and Facebook authentication
from my website using jsp and servlets?????
Is there any plugin to do this concept?
Please provide any links or samples.

Bernice
- 41
- 1
- 2
- 8
0
votes
2 answers
Imap could not open stream on live server
I am using imap_open to get email from gmail so its work on local server but when itry on live server it shows error.
Warning: imap_open(): Couldn't open stream {imap.gmail.com}INBOX
$server = "{imap.gmail.com/imap/ssl}";
$username =…

Adnan
- 571
- 5
- 15
0
votes
1 answer
Windows service of OpenPop exit from GetMessage code, same code OK win app
We are implementing the code of downloading the attachment of Gmail A.C using
openpop3 namespace. In this code we are checking the attachment size if attachment
size is greater than specify value (value set in config file in kb).then it has to…

Sham Yemul
- 463
- 7
- 30
0
votes
1 answer
hMailServer not delivering Google Apps mail
i am using hMailServer of version hMailServer-5.4-B1944 on windows 7. My www.xyz.com.np domain mail is hosted on gmail. I have forwarded or set up catch all email to mail@xyz.com.np . I have enabled fowarding and POP/IMAP from the email account…
user1383088
0
votes
1 answer
Is there a way to tie emails together other than by the "Subject" text?
I want to tie email "threads" together programmatically, specifically gmail and yahoo email "conversations." Is there a way to do this (some kind of link or pointer or "thread ID" contained within an email), or am I stuck with relying on the…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
4 answers
Help with gmail message reading with php
I need to read emails from gmail but i cant connect to gmail pop3 server.
Can anyone help me here ?
Here the code:
$pop3 = new POP3;
$pop3->server = 'pop.gmail.com';
$pop3->user = 'username';
$pop3->passwd = 'password';
$pop3->debug =…

taras
- 2,223
- 5
- 36
- 43
-1
votes
1 answer
How to download some emails to my computer from gmail?
I need to download some emails from my gmail.
All that emails have same label, subject and from.
The emails contain links to song files.
I need to download all that songs by an automated program.
If I make the emails as files in my system, the…

Mohammed H
- 6,880
- 16
- 81
- 127
-1
votes
1 answer
Does Gmail use IMAP for itself?
I want to know that Gmail (Web client) uses IMAP for itself to show messages in Inbox and other folders and for other CRUD and other operations as any other Web mail client does like RoundCube or AtMail or it has its own internal methods to fetch…

Asker
- 29
- 1
- 3
-1
votes
1 answer
Fast scan of emails using IMAP protocol
I am using IMAP protocol to scan emails for my inbox.
Want to write an application which will have all my newsletter sorted.
What I notice that it is get 1 sec for scan 1 email. But how service like UnRoll.me do in in 2 min?
Any suggestion? Thanks

Andriy Sambir
- 87
- 9
-2
votes
1 answer
Change page content throught javascript in gmail
I want to attach one label below Inbox in gmail with some name, and on click it should show some content in content area, problem is gmail do not have id of left pane how can i do this using javascript? please seen attached picture

Arvind
- 1,207
- 6
- 27
- 55