Post Office Protocol version 3
0
votes
1answer
18 views
Differences between Folder.fetch and getmessages
I'm trying to write an app that get emails from a POP3 server. The "Strategy" I used eventually is:
Get single message
check if the message is already present in my database
if not, insert it, goto ...
0
votes
0answers
24 views
EAGetMail, How to read all emails from POP3 Gmail server?
I'm using EAGetMail library to read emails from Gmail.
This is my code:
private void readMails(){
MailServer oServer=new MailServer("pop.gmail.com", "something@gmail.com", ...
0
votes
1answer
11 views
OpenPop no longer downloading Message UIDs
BACKGROUND
First time using Pop3.
Using OpenPop library.
Have configured Gmail to work with Pop3.
PROBLEM
Have been debugging code to see what happens (and try to get body text). Messages ...
-1
votes
0answers
26 views
Debian. Dovecot: Fatal: error after update [closed]
After updating the debian packages occurred an error on Dovecot IMAP/POP3 mail server.
And after trying to restart, it gave me this error:
/etc/init.d/dovecot restart doveconf: Fatal: Error in ...
0
votes
0answers
29 views
POP3 Email Setup using VB Script - WIndows Live Mail
Good Day,
During the good old Windows XP days we had Outlook Express (OE). When using Outlook Express, I was able to provide a very simple OE POP3 setups script for employees. This prevented me from ...
0
votes
2answers
75 views
Erlang gen_tcp missing packets?
I'm developing a mail client adapter for Erlang. I'm having issues when I try to perform a fetch command, Erlang isn't able to get the body's content.
This is output from my terminal, when I'm trying ...
-1
votes
0answers
37 views
Reading emails from server without javamail [closed]
I am new to java and trying to improve my programming skills . I am trying to write an pop3 client to read emails but I have a problem . when I sent the apop command server doesn't send me any ...
0
votes
0answers
18 views
POP3 client featuring a Relational Database [closed]
I'm searching for a POP3 client software which saves the incoming emails within a Relational Database. Email attachments and embedded images should be saved as normal files within the regular file ...
-4
votes
0answers
42 views
Get e-mail on Windows Phone 8
I am developing an windows phone 8 app. I need to receive e-mails from POP3 and IMAP server on windows phone 8. Any body know how to do it?
-5
votes
0answers
36 views
Download all attachment of an email account within a specific period [closed]
I want to download all attachment of an email account within a specific period using python poplib package. Please help.
Example: Suppose I want to find all email which contains attachment from ...
1
vote
3answers
55 views
unable to send email throygh php with pop3
I have completed writing a php code in order to send email with pop3. But every time i am being faced by an error
" [error] => Connecting to the POP3 server raised a PHP warning:
[errno] => 2
...
0
votes
1answer
51 views
Java Mail Listening For Messages POP3
I am trying to listen for new messages using the POP3 protocol. I am aware that Pop3 doesn't allow new messages to appear in the Inbox while the folder is open. Below is the code that I have ...
5
votes
3answers
164 views
What is the normal way to create a unique ID for POP3 emails?
IMAP messages have a UID for which we all rejoice. However, I'm trying to figure out how to generate a unique ID for a POP3 message and having trouble (old systems like hotmail.com only allow POP3).
...
-1
votes
0answers
17 views
What could be the reason for the linux server to change permission by itself? [closed]
Before I ask the question. Please see the problem that is the origin of this question first.
I have my own VPS and its mail server went into trouble. I can't use any email client even Gmail to ...
0
votes
1answer
32 views
Imap/Pop3 notification Android
I have been working on an email client in Android. I am using javamail API for connecting the IMAP and POP3 accounts and they are working quite well. The email client may hold several accounts.
I ...
0
votes
1answer
31 views
Connecting to POP3 via PHP to check for e-mail upload
How would I connect to POP3 via e-mail so that I can check if a file has been sent to an e-mail address so I can rename that file with the e-mail address it was sent from? I can do the end part by ...
0
votes
0answers
21 views
When I use CFSocket to send pop3 command, it will keep running loop in WriteStreamClientCallBack
I use CFSocket to send pop3 command, it will keep running loop in WriteStreamClientCallBack function, and when reach to PASS command, runloop will never go to read stream, I don't know why. I'm ...
1
vote
1answer
27 views
POP client issue during AUTH state
Hello I am writing a POP3 client in C on Ubuntu. I am using OpenSSL.
I am stuck in the AUTHORIZATION state! I send the user name and get a success response,
and when i send the password , it always ...
0
votes
1answer
178 views
java mail api javax.mail.MessageException Connect failed pop3
I want to read mails from a user account using java mail api.
The mail server is a particular mail server:
ReadEMail.java - client
Properties props = System.getProperties();
...
1
vote
1answer
76 views
Fetching mail from pop3 server and leaving copy in the mail server
i am using the following code fetch mail from our POP3 mail server.i have successfully fetched mails.
i would like leave a copy of the mail in the server.how should i do that
<?php
/* ...
0
votes
1answer
81 views
How do I submit tickets to a Kayako Resolve API from within PHP after reading emails with POP3?
UPDATED: Please read the answer(s) to this question before posting a new one! Thanks.
This is for work. (I work at Acenet, Inc - a webhost - so my code will be sanitized of vital logins & other ...
0
votes
2answers
63 views
How to Fetch specific numbers of emails either using imap or pop3 in java?
I have to fetch fix number emails using imap or pop3 protocol and java mail service . is there any way to do it. Thanks in advance.
0
votes
1answer
79 views
Ports used by Online Email Accounts such as Yahoo Mail, Gmail etc
Let us say that I send an email using Yahoo Mail or Gmail. Can this email be intercepted using a packet sniffer?
On which port does the email travel? HTTP, SMTP, POP3?
Thank you.
0
votes
0answers
24 views
Send and Retrieve Emails from iPhone application [duplicate]
I am creating an iPhone application. It has a feature to send email from within my app and then receiver can receive the sent email within his/her app. Sending and receiving of emails should be within ...
0
votes
0answers
69 views
postfix and dovecot read email Null Pointer Exception
I am working on Ubuntu 12.04.
I am new to Read / Send mails using mail server. (pop3/ smtp)
I've installed and configured POSTFIX and DOVECOT for sending / receiving emails.
The home_mailbox = ...
-1
votes
1answer
25 views
Thunderbird changed from pop to imap and mail dissapeared [closed]
I have changed my Thunderbird mail account from pop to imap and all mail dissapeared. I have created new account with pop but can not download old mail, as it was not kept on server. Is there any way ...
0
votes
1answer
152 views
Android - Javamail SocketException permission denied
i try to connect to pop3+ssl in gmail and Javamail for Android:
http://code.google.com/p/javamail-android/
Here is my code:
try {
host="pop.gmail.com";
username="xxx";
...
0
votes
1answer
62 views
smtp and pop3 how to work with localhost
I am new with smtp and pop3.
I want to create a client application that sends and received emails using pop3 and smtp.
I need a localhost domain and I don't know how to set this.
I am working on ...
0
votes
1answer
99 views
Facebook mail in email client Thunderbird
I could use FB mail (nick at facebook dot com) in Mozilla Thunderbird but i dont know options pop3 and smtp servers. And is it possible use that external mail client? thx
0
votes
1answer
157 views
How read Gmail via POP3 with ActivePerl 5.10 on Windows XP?
I'm using Windows XP SP3 with ActiveState Perl 5.10.0, and I've written this function--taken/edited from CPAN's Net::POP3--in an attempt to read Gmail via POP3:
my $pop = ...
1
vote
0answers
35 views
Missing Message Id field when mail is sent from SQL server
I have a weird situation
If I send mails from Outlook, blackberry etc. Message Id field of mail is generated properly but if I send mails from SQL server (using same POP & SMTP server ...
1
vote
0answers
146 views
C / Linux - How to connect and read the answer of a mail server like gmail or outlook with sockets?
I would like to connect to a mail server to read the mail. For example, I have an outlook address toto@outlook.com, and I want to get all the mail of this mailbox and be able to read it. So I believe ...
0
votes
0answers
111 views
how to distinguish sent and received emails from pop3 server (usingPOCO c++)
I discovered that in retrieving a list of messages from gmail's pop3 server that everything gets pulled, read/unread, sent/recieved mail:
int idx, count;
Poco::Net::Context::Ptr pContext = new
...
0
votes
0answers
74 views
Pop3 SSL Proxy Service
My company needs to use a service that utilizes a pop3 and smtp server to send and receive mail. Unfortunately the service that we need to use only supports unencrypted pop3/smtp and so our standard ...
0
votes
0answers
13 views
Problems with java charsets and pop3
As I remember pop3 was using 7bit encoding to communicate. However some of my messages are coded rawly in other encoding without any wrapping like base64 or quoted-printable. Why is it like this? ...
0
votes
0answers
220 views
Best PHP IMAP/POP3 Class [closed]
I know about PHP's built in IMAP functions and I've tried a few classes that I didn't much care for. What I'm looking for is a IMAP/POP3 library that is very simple to use and doesn't make me deal ...
0
votes
1answer
122 views
Using JavaMail reading from gmail issue
I am having problems reading mails from gmail (pop3) using javamail. I have a code that woks perfectly if the mail was sent from ubuntu's Thnderbird. How ever if the mail was originally sent from mac ...
0
votes
0answers
89 views
SSL socket programming in java
OK i'm writing server POP3 and I want to make TLS for this.
How should I write my code so normal client without public key can associate with me and then by command starttls could start cipher?
Is ...
0
votes
0answers
141 views
How can I easily check if a POP3 or SMTP connection is valid with perl / a shell script?
I have setup an SSH tunnel to my mail server as follows:
ssh -o ServerAliveInterval=60 -f me\@mydomain.com -L 63110:mail.mydomain.com:110 -N
ssh -o ServerAliveInterval=60 -f me\@mydomain.com -L ...
0
votes
1answer
71 views
get email attatchment for POP 3 received as winmail.dat
When I try to get attatchment from POP 3 mail, I am getting them as winmail.dat, not the original attached file name. How can I get the original file name?
for (int i = 0; i < ...
0
votes
0answers
90 views
When listing messages over POP3 from Hotmail - Can't get new messages sent while logged in
So I've made a PHP script that connects to Hotmail and lists the emails via the POP3 "LIST" command.
Sadly it will not list messages that are sent to it while it's still in the same login session.
...
0
votes
0answers
52 views
OpenPop3 not working with HMA PRO
I am using OPENPOP3 to read Hotmail inboxes for a verify link everything works perfectly fine until i use HMA PRO (VPN) not sure why but when i am connected to this the openPOp3 wont work and say ...
-1
votes
1answer
148 views
Fetch only unread mails from server [closed]
I am working on a project where, I need to fetch mails from mail-server.
I got solution on Google stating that by using OpenPop.dll, this is possible. By using OpenPop.dll we will get all mails from ...
1
vote
1answer
102 views
How to connect/telnet to SPOP3 server using java (Sockets)?
In case of POP3 it is possible to connect via telnet using sockets over port 110, But how to do it , if SPOP3 is implemented.
With normal telnet it can be done quite easily with
Socket pop3Socket = ...
5
votes
5answers
447 views
How to extract data from POP3 email?
I receive email from POP3 server with PHP. I have a raw string containing headers and body. How can I get headers and body parsed in form of a class or array?
Example of what I have:
Return-path: ...
2
votes
1answer
122 views
PHP email to mysql database issue when not deleting emails from server
I am using a php class etodb found here
http://www.phpclasses.org/package/3324-PHP-Retrieve-e-mail-messages-into-a-MySQL-database.html
It checks an email account and downloads the messages into a ...
2
votes
4answers
97 views
Possible to use server for collecting and distributing mail
We currently have POP3 mail accounts where I am and try as I might to convince my manager that we should be using hosted IMAP or Exchange he won't budge because of the cost. The staff are mostly out ...
0
votes
0answers
40 views
How to identify the pop3 address location from where my gmail account was accesed?
My gmail account was accesed by this pop3 address 2607:f8b0:4001:c02:0:0:0:207
POP3 * (2607:f8b0:4001:c02:0:0:0:207) 1:11 pm (7 hours ago)
How do I find out the location? I do not use any pop3 ...
3
votes
1answer
158 views
How to connect to POP3 server through SSL with a custom TrustManager?
I am writing a test for an e-mail sender class and I need to be able to check if the message arrived, by downloading it from the target POP3 server. The server is an Exchange server and connection is ...
1
vote
1answer
102 views
Android Stock Email App doesn't want to work with pop3 server
I've been working on a pop3 server to compliment the smtp server i wrote recently in java, but when i tried to hook it up to the stock android email app (on samsung g s3 if that makes any difference) ...


