0
votes
2answers
75 views
Is there a C or C++ embeddable library for reading email through pop ?
I'm looking for a not too big C or C++ library that would allow to read email through pop on Windows. The smallest the better. It would be better if it could support SSL.
0
votes
1answer
19 views
How to make sure that the multiple pop3 clients download the same emails from the same email address
We are building an application where user can send email to single email address, we want multiple servers to download the email using pop3. currently the multiple servers are down …
0
votes
1answer
55 views
How can I receive emails in C++ via POP3?
Hey guys,
I've been trying to find a POP3 C++ client on the internet but I haven't found any luck.
We are working on a project for school that is essentially a C++ course (so I …
0
votes
1answer
30 views
emails as email.Message class objects in Python
How do I use poplib, and download mails as message instances from email.Message class from email module in Python?
I am writing a program, which analyzes, all emails for specific …
15
votes
15answers
3k views
Integrating POP3 client functionality into a C# application?
I have a web application that requires a server based component to periodically access POP3 email boxes and retrieve emails. The service then needs to process the emails which will …
0
votes
2answers
74 views
Is it possible to change the pop3 and ldap settings of Outlook with C#?
Is it possible to change the password and other settings of a local Outlook client's pop3 with c#? Any help is appreciated. I did not have much luck searching. Thank you.
0
votes
2answers
23 views
Are labels relevant when download emails from gmail to sqlserver?
Hi,
I want to create a local copy of my emails on gmail.
would labels be relevent in this process?
How would I access a specific folder when using POP3?
0
votes
3answers
44 views
CF.NET SMTP/POP3 clients
Hello,
I'm working on an order entry application targeted to windows mobile devices.
I need to be able to send and receive emails from within the application, but without using p …
2
votes
8answers
1k views
Free POP3 .NET library?
Looking for a POP3 Client for .NET that basically just lets me log into a server and grab all the emails out, and maybe send some. I grabbed Indy.Sockets off of CodePlex and got it …
2
votes
8answers
795 views
Recommendations for a .NET component to access an email inbox
I've been asked to write a Windows service in C# to periodically monitor an email inbox and insert the details of any messages received into a database table.
My instinct is to do …
3
votes
6answers
641 views
Automatically check bounced emails via POP3 ?
Hi all,
Can anyone recommend software or even a .net library to develop software, that will check for bounced emails and the reason for the bounce? I get bounced emails into a pop …
3
votes
6answers
647 views
Programmaticly use Gmail to receive e-mail?
I'd like to use a C# program to poll a gmail account and automatically download new messages. I know you can use gmail as an outbound SMTP server, but is there any way to access ne …
-1
votes
2answers
186 views
How to create a web-based Email Client in .NET?
I am creating a web based email client in .NET using a 3rd party component.
I just want to make sure I have the right idea:
I will first pull the emails in using POP
I will then …
1
vote
5answers
195 views
Connecting to POP3 servers
Hi,
Does .NET have a way to pull email from a POP3 server out of the box or you have to code/buy a 3rd party component?
1
vote
3answers
372 views
How to grab attachment programmatically (C#) from a POP3 mail?
Is there any C# API for this task? Any suggestions?
