Questions tagged [pop3]

Post Office Protocol version 3

Useful links

945 questions
-1
votes
1 answer

Isn't POP3 Download and Keep similar to IMAP

I recently read about POP3 and IMAP.. There I read that POP3 can either download and delete or download and keep . However, isn't download and keep somewhat similar to IMAP where you are keeping a copy of your messages in the mail server in place of…
-1
votes
1 answer

not able to send the email -POP3/SMTP in blue prism

In my "Configure" action inputs (Business Object: Email - POP3/SMTP):- Username: xxx@gmail.com password: xxxx POP3 Server: pop.gmail.com SMTP Server: smtp.gmail.com POP3 Port: 995 SMTP Port: 587 POP3 UseSSL: True SMTP UseSSL: True Error:-…
-1
votes
1 answer

open PDF attachment in the mail in Gmail using Java

How To open a PDF Attachment in the received mail In Gmail using Java. I am trying to fetch user id from the pdf attached in in the mail in Gmail. Can someone help me with the code. below is the code to read all the Email from Gmail using java. here…
-1
votes
2 answers

Accessing GMail with GMail client and JavaMail (via pop3)

I've written a JavaMail client to access a GMail account via POP3. As expected, I can only read a message once. When I re-run the client, the message is not found as it has been deleted from the server. However, when I then log onto the GMail…
Marky D
  • 11
  • 2
-1
votes
1 answer

python poplib get headers from emails

this is my actula code : import poplib, sys, re, threading, time, Queue from email import parser Mailbox = poplib.POP3(pop3, '110') Mailbox.user(username) Mailbox.pass_(password) numMessages = len(Mailbox.list()[1]) for i in…
kingcope
  • 1,121
  • 4
  • 19
  • 36
-1
votes
1 answer

Outlook Express To and From columns are blank - IMAP with GoDaddy email

Maybe someone here has seen this before. Some of the emails in my users IMAP Mail store have fields that show up blank. But if I look at the actual email details, to and from are populated. But these emails have blank To and From columns. We…
bbcompent1
  • 494
  • 1
  • 10
  • 25
-1
votes
2 answers

Email push notification for new message in c#

I am using IBM lotus note web mail server and looking for a solution on this diagram. My program is written in C# language with OpenPop.NET. Is there an efficient way to monitor new email received in inbox instead of running a schedule job every 1…
shravan bardwa
  • 37
  • 2
  • 11
-1
votes
1 answer

Can I access Outlook calendar via POP or similar server?

I'm doing a micro-controller project. I know how to access email via a POP server. That part is easy. What I would like to do is access an Outlook calendar via some similar method. Is this possible?
user1160866
  • 157
  • 2
  • 10
-1
votes
1 answer

How do Apple Mail and Thunderbird apps fetch emails in real time?

I am trying to read my emails from a terminal using fetchmail, procmail and mutt. I can fetch my emails almost in real time using fetchmail daemon to fetch every 5 seconds over IMAP or POP. This solution works on both Mac and Linux, but I would like…
Diego Mora Cespedes
  • 3,605
  • 5
  • 26
  • 33
-1
votes
1 answer

Php email attachment extraction

I'm trying to create a piece of code that will go into the mailbox and take out the attachments of a specific file. So far I am only able to view if there is an attachment or if there is not an attachment on the e-mail. But I want it to be able to…
aj mcgow
  • 1
  • 1
  • 1
-1
votes
1 answer

Using PHP to test that an SMTP server is working properly

I have seen code out there to use PHP to send an email to an SMTP server but it does not mean that the email went out properly. I am wondering if you all have come across and end to end test of an SMTP server which would: Send a test email from…
joel
  • 157
  • 1
  • 8
-1
votes
1 answer

Searching for an E-Mail provider with different passwords for Login, SMTP and POP

I'm searching for an E-Mail provider (for free) where you can set up different passwords for POP and SMTP and Login access. So far Google-Search hasn't found anything useful about this. Please give me some suggestions.
Alex7777
  • 18
  • 3
-1
votes
2 answers

use pop3 transport protocol yii2 swiftmailer

I want to send email from my application, but my host want extra money for smtp protocol Is there a way to send email by swiftmailer in yii2 wit pop3 protocol?
Behzad Hassani
  • 2,129
  • 4
  • 30
  • 51
-1
votes
1 answer

What are the commands to use an openssl connection to pop3?

It is possible to get access to a text version of the email, by typing in the terminal: openssl s_client -connect pop.gmail.com:995 -quiet However the command list seems quite limited: USER, LIST, QUIT, RETR, TOP. Is there a list of commands that…
jamoreiras
  • 315
  • 1
  • 14
-1
votes
1 answer

To read Email via POP3 using iPhone SDK

I want to read the Email by giving username and password via POP3 using iPhone SDK for iPhone 4.0. Whether its possible to do it. If not can any body give me any link or open source to do achieve this functionality. Thanks in Advance.
sujyanarayan
  • 79
  • 1
  • 5