Tagged Questions

Post Office Protocol version 3

learn more… | top users | synonyms

44
votes
11answers
57k views

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 ...
37
votes
14answers
11k 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 involve: ...
15
votes
7answers
6k views

Check unread count of Gmail messages with Python

How can I check the number of unread Gmail message in my inbox with a short Python script? Bonus points for retrieving the password from a file.
12
votes
3answers
6k views

Open Source Cocoa/Cocoa-Touch POP3/SMTP library?

I'm looking to write a sample application speaking to a POP3/SMTP server. Instead of re-inventing the wheel with BSD sockets and CFNetwork type calls, I'm curious if there is currently any open source ...
11
votes
4answers
4k views

django to send AND receive email?

I have gotten quite familiar with django's email sending abilities, but I havn't seen anything about it receiving and processing emails from users. Is this functionality available? A few google ...
9
votes
4answers
903 views

parsing email text reply/forward

I am creating a web based email client using c# asp.net. What is confusing is that various email clients seem to add the original text in alot of different ways when replying by email. What I was ...
9
votes
8answers
931 views

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 ...
8
votes
6answers
2k views

What's a good mail server for development use?

I'm doing some development which will involve reacting to emails, and I'd like to use a local IMAP mail server for this. I currently use Devnull SMTP server for testing of sending emails, but this ...
8
votes
8answers
7k 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 running but its ...
7
votes
5answers
2k views

Automatically check bounced emails via POP3?

Can anyone recommend software or a .NET library 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 ...
6
votes
4answers
163 views

Get mail source using Zend_Mail

How can I get mail source (headers, body, boundary - all together as a plain text) using Zend_Mail (POP3). It returns parsed parts by default, I need the raw message source.
6
votes
4answers
892 views

Fetching mail from a POP3 server using php

I am trying to fetch a mail from POP3 (I am using POP3 mail server and I am trying to fetch the mail content and store into a database table for my project.), but I can't find any PHP script for that, ...
6
votes
9answers
3k 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 this via POP3 and ...
5
votes
1answer
696 views

Is the UID provided by MS Exchange POP3 UIDL command truly unique?

I'm using Net::POP3 in Perl to iterate through a mailbox on an MS Exchange server. I run the UIDL command on each message number and compare the ID returned to previously-seen IDs to see if I've dealt ...
5
votes
7answers
700 views

Why POP3 protocol survives?

I am getting some basic knowledge e-mail protocol. It seems that IMAP is more powerful than POP3. Then, why POP3 protocol survives? and it is still supported by popular email service like GMail? ...
4
votes
2answers
131 views

Authenticating users for a intranet using smtp

I have a collection of about 400 users that use email here in our company and we're starting a intranet for them, I'm using .Net Framework (C#) for the application layer. We would like to authenticate ...
4
votes
2answers
133 views

Best Way To Receive Email Website

I am developing a website -- in the prototype stage, soon to be alpha. I will provide an email address to each account that allows the user to deposit stuff -- not a real email account, just an ...
4
votes
1answer
234 views

When the mail is fetch using POP3, the mail count shown is different than what is shown by the browser

I have been assigned to make a mail client which access the mail from POP3 of Yahoo server. By spending some days, I have successfully made the mail client. My application is correctly fetching the ...
4
votes
2answers
1k views

Using C#, how to retrieve list of emails from Gmail server via POP3

Hy, I have an application that sends mails with Gmail SMTP server (smtp.gmail.com) using SSL. Now I want to read the emails from that account, does anyone have any idea how can I make this ...
4
votes
2answers
1k views

read email Using Pop3 client on asp.net web page

I want to read Emails through pop3. On my asp.net web page how to do let me know, which control i should use for showing email Thanks You
4
votes
6answers
1k views

Processing incoming email

How do I programmatically read an incoming email with .NET. I need a method to take the content of email message (in this case XML) on a POP server and read it into my application. Ideally this ...
4
votes
2answers
3k views

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 ...
4
votes
3answers
3k views

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 ...
3
votes
5answers
87 views

Is POP3 protocol necessary to implement in mail server?

I'm currently researching how to implement a mail server in .net, I know SMTP protocol is necessary to follow its rules described in detail in RFC white-papers. But what about POP3? I want to write my ...
3
votes
2answers
1k views

Receiving email in NodeJS

I see a lot of nodejs modules out there that sends mail through SMTP. But is there a module to receive mail?
3
votes
1answer
2k views

Is there an API for POP/IMAP in iOS?

In my app I need to access mail programmatically without using a MFMailComposeViewController. I have sent email with the help of SKPSMTPMessage from google code. Now I have to connect and check mail ...
3
votes
3answers
434 views

Automatically creating email addresses and receiving emails with C#?

I'm a big fan of the email feature available in Backpack, where it creates a unique email address per backpack page, and any emails sent to that address will be posted to the page. My question is ...
3
votes
2answers
628 views

Zend_Mail - read Gmail messages via POP

I am trying to read my Gmail account with Zend_Mail. The request just seems to time out. Is there an issue with my $config? public function indexAction() { $config = array( 'host'=> ...
3
votes
3answers
109 views

How to verify mail origin?

I wish to code a little service where I will be able to send an e-mail to a specific address used by my server to send specific commands to my server. I'll check against a list of permitted e-mail ...
3
votes
4answers
2k views

Parse Gmail with Python and mark all older than date as “read”

Long story short, I created a new gmail account, and linked several other accounts to it (each with 1000s of messages), which I am importing. All imported messages arrive as unread, but I need them to ...
3
votes
3answers
508 views

Create a simple POP3 *SERVER*

There are tons of Google examples on making a POP3 client in .net but I want to make a simple custom POP3 service/server to retrieve email for the user from a custom database. Are there any ...
3
votes
2answers
1k views

How to grab attachment programmatically (C#) from a POP3 mail?

Is there any C# API for this task? Any suggestions?
3
votes
1answer
792 views

Is there any advanced open source pop3 class for php?

I am looking for an advanced open source pop3 class for php. For outgoing mails im using phpmailer, and i need pop3 class to handle incoming mails(read, delete. decode). Thanks for reading and your ...
3
votes
5answers
1k 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 new messages sent to ...
3
votes
6answers
6k views

What does the POP3 CAPA UIDL command do?

What does the POP3 CAPA UIDL command do?
2
votes
2answers
50 views

user replying to email messages. How can you get data from users email?

I have difficulties implementing the following scenario. Let's say you have a web site with ability to send and recieve messages between users. User recieves an email with notification he has a new ...
2
votes
1answer
131 views

Download POP3 headers from a certain date (Python)

I'm trying to write a pop3 and imap clients in python using available libs, which will download email headers (and subsequently entire email bodies) from various servers and save them in a mongodb ...
2
votes
4answers
176 views

Why do i get this exception?

This method gives the number of emails in the inbox.But it gives me this exception : javax.mail.MessagingException: Connect failed; nested exception is: java.net.ConnectException: Connection timed ...
2
votes
2answers
322 views

retrieve email using c#?

i try to retrieve mails on my godaddy account using c# i tested OpenPop to do that i write that OpenPop.Pop3.Pop3Client PopClient = new OpenPop.Pop3.Pop3Client(); ...
2
votes
1answer
272 views

problem in fetching receiveddate of an email with pop3 through javamail

I am trying to fetch email information of yahoo.de through javamail. I could get subject,from,to etc. but I am not able to get the received date of the email. I used getReceivedDate method and it ...
2
votes
2answers
465 views

Save mail we had read and load only new email in C#

I write a "email client" program to check and read mail. I had download source-code of many author (in codeproject)but they program was loading very long and when i restart program must download it ...
2
votes
1answer
383 views

Zend_Mail_Storage_Pop3::removeMessage doesn't work

I have a e-mail driver. It get a list of e-mail accounts and receive and store messages, it works fine. But the messages deletion, at last line, doesn't works. Thats a part of code: ...
2
votes
1answer
34 views

What RFCs need to be considered in developing a POP3 client?

In theory, the set of Request For Comments (RFC) contain everything that a developer needs to know to build a POP3 client. However, it is not always easy to know which RFCs need to be considered and ...
2
votes
1answer
919 views

How can we fetch mail from Inbox, sent folder using POP3 in objective C

I am using CFNetwork to connect to my POP3 account on Yahoo. I've written the code of connection and authentication which is running perfectly. I have used CFStream to read the POP3 server response. ...
2
votes
2answers
308 views

OpenPOP.POP3 with IIS SSL certificate

I am using OpenPOP I am trying to retrieve mail from an in office exchange server. This is my code popClient.Connect(host.Host, (int)host.Port, (bool)host.Ssl); ...
2
votes
1answer
869 views

C# Gmail settings set POP3 enabled

Hy, I am retrieving mails from a gmail account programaticaly using this libraries http://mailsystem.codeplex.com/ . Everything it's OK (I get the messages count and a list of all messages) when I ...
2
votes
3answers
549 views

How can I read email from GMail accounts from C#?

I've tried the code found here: http://www.revenmerchantservices.com/page/read-gmail.aspx But it doesn't seem to work; I get the following error: A connection attempt failed because the connected ...
2
votes
2answers
986 views

How to retrieve just unread emails using pop3?

I'm using open source component to retrieve emails from my mail server using vb.net (pop3) but because i have a lot of messages it gives me response Time out and i think if i just got the new messages ...
2
votes
1answer
169 views

SMTP AND POP3 concepts? beginner please help thanku

according to the below figures taken from an tcp/ip protocol suit... SMTP AND POP3/IMAP4 are not required if there is one and only one computer attached to the mail server!! if thats true then have ...
2
votes
3answers
232 views

Looking for a pop3 reader class in C# with SSL support

I was looking around and there is couple of projects but they all seem to be outdated, should i use those? or is there a new out the box pop3 class that I can't find in msdn. anyhow i'm not doing a ...

1 2 3 4 5 6