pop3

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 pop3 account that I can read then... I need it to keep my user database clean from invalid email addresses and want to automate this (mark user as invalid email)...

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 this via POP3 and sure enough, Googling for ".NET POP3 component" produces countless (ok, 146,000) results. Has anybody done anything similar before and can ...

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 running but its throwing errors trying to decode the mail headers. Really anything is fine if it works. ...

I ALMOST understand how email works, but I'm missing something.

For the past few weeks, I've been trying to learn about just how email works. I understand the process of a client receiving mail from a server using POP pretty well. I also understand how a client computer can use SMTP to ask an SMTP server to send a message. However, I'm still missing something... The way I understand it, outgoing ...

Reading Email using Pop3 in C#

I am looking for a method of reading emails using Pop3 in C# 2.0. Currently, I am using code found in CodeProject. However, this solution is less than ideal. The biggest problem is that it doesn't support emails written in unicode. ...

How to use POP3 over SSL in C

I would like to know and understand the steps involved in fetching mail from pop3 server using plain c language ...

What does the POP3 CAPA UIDL command do?

What does the POP3 CAPA UIDL command do? ...

I'm looking for recomendations for ActiveX Components for processing emails.

I'm looking for ActiveX components that can easily: get and send emails via SMTP and POP3 strip out and save attachments. Convert RTF (Outlook emails) to HTML Sanitize HTML. What components would you recommend? What components do you use? ...

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 involve: Validating the email against some business rules (does it contain a valid reference in the subject line, which user sent the mail, etc.) Analysing ...

Retreiving AlternateView's of email

I can't seem to retrieve the AlternateView from System.Net.Mail.AlternateView. I have an application that is pulling email via POP3. I understand how to create an alternate view for sending, but how does one select the alternate view when looking at the email. I've have the received email as a System.Net.MailMessage object so I can ea...

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? ...

Need to generate a Persistent Transient Failure

Update: A 4.x.x vs a 5.x.x became the least of my worries when I discovered that not all mail servers return errors according to the "standard". I'm opting to handle all types of returned mail as failures now but I'm leaving this question here in case it gets an answer and helps someone else. I've been tasked with writing a program to r...

Where does Thunderbird store the UID of the last message downloaded via POP?

I use Thunderbird to receive email using POP3. I have Thurnderbird configured to leave email on the server. Lets say one day I uses POP3 to retreive (RETR) 10 email messages, then I logout for the night. Overnight 10 more messages are sent to my mailbox. When I fire up Thunderbird the next morning, the STAT command should show 20 mes...

Building a Pop3 email client (web based)

Hi, I need to build a web based email client (asp.net) I'll be using a 3rd party library for pop3/smtp/mime/etc. What challenges do you guys think there will be during development? (I don't want to overlook major components) It seems pretty straight forward, the only thing I am weary of is spam management. I am planning on using bay...

retrieve email using PHP and pop3 - what is your technique?

I can see some options available: 1) Use PEAR's POP3 class --> tried it, having some weird weird issues like FF choking to death on their sample code!!! 2) Use PHPClasses (here) --> seems to be the viable option at the time, still working on it 3) Write my own or use one of the snippets available The target is currently Gmail, but I ...

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 new messages sent to the account? EDIT: Thanks for the rapid feedback....so I have two options, POP or IMAP. Which one should I use? And why? EDIT #2: Looks ...

How do you 'mark as read' using Pop3?

I am using an open source client to programmatically process incoming emails (on Windows 2003). The only way to prevent receiving previously read emails is to delete them from the server. This is less than ideal. As far as I know, there is no command in Pop3 to set emails as being read. So how do you go about this? ...

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 parse each individual message that I got from POP using the MIME component right? My choices for 3rd party are: Nsoftware, Quiksoft or Dart. I am looking a...

How can I check if an e-mail has been read using POP3/SMTP?

How can I check if an e-mail has been read using POP3/SMTP? I am able to read e-mails, but I can not figure out if the e-mail has been read or not. Any suggestions are appreciated. ...

Someone please explain how YPOPS and GetMail for Hotmail work together?

In the last half hour I've been successfully forwarding my mail from my free Yahoo account which does not have POP3 enabled to my GMail account, by using these two free utilities: ypops and getmail for hotmail. The setup was straightforward, I just followed the instructions from this article: link text Could someone please explain why I...