Click here to Skip to main content
15,889,867 members
Everything / POP3

POP3

POP3

Great Reads

by DataBytzAI
Easy way to send email on Azure with no mail server, using DNS MX and SMTP
by Elmue
With this project, C++ and .NET Windows programmers get a very versatile library to send and download emails via SMTP, POP3 and IMAP with TLS and SSL support.

Latest Articles

by DataBytzAI
Easy way to send email on Azure with no mail server, using DNS MX and SMTP
by Elmue
With this project, C++ and .NET Windows programmers get a very versatile library to send and download emails via SMTP, POP3 and IMAP with TLS and SSL support.

All Articles

Sort by Score

POP3 

4 Feb 2018 by DataBytzAI
Easy way to send email on Azure with no mail server, using DNS MX and SMTP
6 Apr 2015 by Jochen Arndt
The message is encoded according to RFC 2047[^]. The encoding mechanism from your example is Base64[^] (indicated by the 'B').If you don't want to use an additional library, you must write your own parser to get the code page and encoding ('B' for Base64 or 'Q' for quoted-printable) and decode...
2 Sep 2021 by mareos
I think gmail only allows connections with TLS, so you should use POP3S instead of POP3 Try changing Store store = emailSession.getStore("pop3"); to Store store = emailSession.getStore("pop3s"); also connection should use the same host...
2 Sep 2021 by Richard MacCutchan
See Set up Gmail with a third-party email client - Google Workspace Admin Help[^]
19 Aug 2013 by kalisiddayya
i want to unread mail from gmail accout created in google app.i try to read the mail.connection is established but email it is should 0.MailServer oServer = new MailServer("pop.gmail.com", "alpha@convate.com", "Siddhu@1", ServerProtocol.Pop3);MailClient oClient = new...
19 Aug 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Refer - C# - Retrieve Email from Gmail Account[^].Quote:Because Gmail POP3 server doesn't work like normal POP3 server, it hides old emails automatically even the email was not deleted, so we suggest that you use IMAP4 protocol.Please go through the code example and use Gmail IMAP4 server.
8 Nov 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Refer- Unique Identifier (UIDL) in POP3/IMAP4/Exchange Web Service/WebDAV protocol[^]Quote:Using Unique Identifier (UIDL)The mail server assigns an unique identifier for every email in the same account. You can get the UIDL for every email by MailInfo.UIDL property. To avoid to receive the...
10 Nov 2013 by JMU Duuuukes
Quick back story - I have an app I've been experimenting with based on the Simple POP3 Email class below. I receive live exports from a CAD system to an email account. I use this Simple POP3 application to download the email(s), parse the content, and feed that to another program. Simple...
28 Jan 2014 by Apurva Kunkulol
Each user forwards the email to the other user like this:-User1 -> User2 -> User3 -> User4How do I retrieve the origin (User1) from pop3 client in C#Thanks in advance.
22 May 2014 by Member 8633753
I am working with WPF in VS 2012 with C# utilizing the MVVM paradigm. So when I found this articleCustom popup and windows in WPF the MVVM way I was very excited and have used it extensively. I create my applications using the ApplicationView to load up my different view models each of...
25 May 2014 by Sergey Alexandrovich Kryukov
Please, posting some links doesn't mean asking a question.—SA
26 Jun 2014 by Bhanu Pratap Verma
Dear All,I want to display a popup message when user place the mouse on a date in the calender control.Popup is showing but is blinking very fast.Massage having hyperlink which redirect to other page.Please help me ASAP.Aspx Code:
4 Aug 2014 by tieugiang94
In android. How to read emails through pop3/imap protocols ?THe email provider maybe gmail, yahoo, exchange server..v.v..
2 Apr 2015 by TAREK BAZINGA
Bonjour a tous.Je travaille sur une application Client POP3 pour récupérer quelques informations des courriers reçus sur une boite mail. Je veux récupérer l'objet des mails qui contiennent des caractères accentués comme é è à..., mais j'arrive pas a les lire en UTF-8, plutôt je reçois du...
6 Apr 2015 by TAREK BAZINGA
Good morning everyone.I am writing a C++ application which tries to get some information from a mail box using POP3 protocol. The information I am trying to get contains French characters, means accentuated characters like "é, ç, à". I need to store this information in a MySQL database. To...
3 May 2015 by Brady Kelly
I am trying to write a small tool to poll a POP3 account for new mails, then change a few addressing headers, then re-send via SMTP. I have some doubts and unknowns regarding how to best prepare the outgoing SMTP message.I have two third-party, candidate POP3 clients, given .NET's glaring...
12 Feb 2017 by Sushmi Rayen
Hi ,We have been using POP3 adapter to pop up the attachments from the mail.It was working fine.But for the past one week,we are experiencing a major issue.POP3 adapter is not picking up the attachments from the mail even if the POP3 receive locations are enabled.After restarting the...
20 Jul 2018 by markwhite1
Hi, I am trying to access mail from gmail server, but when I try to connect it gives me error: Unable to read data from transport connection: connection attempt failed because the connected party did not properly respond after a period of time, or establish connection failed because connected...
20 Jul 2018 by Richard MacCutchan
This is a configuration or other settings issue at that PC and you will need to do some debugging to find out what is happening. in the meantime you can check Read Gmail messages on other email clients using POP - Gmail Help[^], and also try manually connecting through a command window on the...
20 Jul 2018 by Jochen Arndt
Quote: When I am running same application on my development PC it works perfectly, but when install setup on client PC it gives error That indicates that it is a problem with the client system or it's local network environment. Quote: I tried disabling anti-virus and firewall but same error....
20 Aug 2014 by Elmue
With this project, C++ and .NET Windows programmers get a very versatile library to send and download emails via SMTP, POP3 and IMAP with TLS and SSL support.
27 Jan 2014 by Bernhard Hiller
No, that's not part of the email headers, and thus a reliable mechanism cannot be established.When you forward a message, the mail client typically adds a "FWD: " or something like that to the subject line (can be localized: "WG"), it may add a human-readable representation of some headers...
24 Dec 2014 by SamsCool
http://www.dreamincode.net/for...
8 Nov 2013 by alex giulio
hi everybody all over the world!I were coding a project which using Imap to get mail from server. When get down it , i see UIDL property but i don't know deeply about it. if any one know this, please help me! thank you so much!
23 Jul 2014 by nikul bhuva
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sa7X-Spam-Level:X-Spam-Status: No, score=0.5 required=3.5 tests=HTML_MESSAGE,RDNS_NONE, URIBL_BLOCKED autolearn=no version=3.3.2Received: (qmail 7851 invoked from network); 24 Jul 2014 04:56:12 -0000Received: from unknown...
19 Sep 2014 by Daniel Rios M
/*HOW TO GET Just the UNREAD EMAILS*/ MailClient oClient = new MailClient("TryIt"); oClient.GetMailInfosParam.GetMailInfosOptions = GetMailInfosOptionType.NewOnly;
24 Dec 2014 by panat.l
I want setting internet email like in outlooklink pictureHow i coding in c#??
13 Jul 2015 by Member 11833678
While binding the data to popover, the 2nd click onwards it shows the error - You cannot apply bindings multiple times to the same element. How do you fix it?Apologies, here is a sample code. Link Test ...
2 Sep 2021 by Gbetnkom Jeff
Hi everyone, hope you are doing well. I've tried to retrieve all mails from my Gmail INBOX but it's not working unfortunately. There is no error. It's just showing me i've no mail in that folder. What I have tried: public static void...