Tagged Questions

0
votes
2answers
20 views

flex pop3 imap socket

how can i communicate gmail pop server from flex i used pop.gmail.com and port =995 using Socket() class but it returns 220 mx.google.com ESMTP but i dont understand nothing.
0
votes
2answers
286 views

Setting up a MRA (fetchmail/getmail) to pull all folders from Gmail over POP/IMAP

I would like to setup fetchmail or getmail to pull email from Gmail. I would prefer it to be IMAP but I can live with POP as well. The issue I'm running into is that all these seem …
3
votes
10answers
1k views

Working with Pop/IMAP Email and .NET?

.NET provides a great library for working with SMTP for sending messages, however, there is not an implementation of a Pop3 client, or IMAP client for working with receiving e-mail …
0
votes
3answers
90 views

get email unread content, without affecting unread state

Right now its a gmail box but sooner or later I want it to scale. I want to sync a copy of a live personal mailbox (inbox and outbox) somewhere else, but I don't want to affect th …
0
votes
0answers
40 views

How do i download all mail from my POP server? [closed]

Hi Does anyone know how i can download all mail from my GMail server via POP? Thanks I am using Mail on a mac...
0
votes
1answer
149 views

iPhone navigation bar push/pop display issues

I am using UINavigationController and getting intermittent display issues when going back, popping and pushing view controllers. Sometimes the nav bar will show the current and pr …
0
votes
2answers
108 views

E-mail sent via CakePHP shows up with blank message body when accessed via POP

I'm writing a small CakePHP application for an organization and have included a simple contact form that accepts an email address, subject, and message, and emails the message to t …
0
votes
0answers
18 views

IIS email block list

Hi, I am wondering if there are ways to stop IIS from sending to a particular email or list of email addresses. I reckon if I can force badmail on a particular email address it …
0
votes
1answer
139 views

How to monitor a POP, SMTP and Exchange Server for mail activity

We need to write a .Net (C#) application that monitors all mail activity through a POP, SMTP and Exchange Server (2007 and later) and essentially grab the mail for archiving into a …
0
votes
5answers
207 views

What is a good php class for POP and/or IMAP email?

Recommendations please (from experience ideally, but anything is useful). Searching Google gives me too many choices, and I would like to know if there is a good one people use.
2
votes
3answers
226 views

How to automatically call a method after popping a view controller off the stack on the iPhone

I need to update the parent view on an iPhone after popping a child view off the navigation stack. How can I setup the parent view to be notified or receive an automatic method ca …
1
vote
2answers
310 views

How do SMTP clients determine whether to use Explicit or Implicit SSL

Most mail clients that support SSL/TLS only require the user to say whether or not SSL should be enabled. The user doesn't have to know anything about Explicit & Implicit SSL a …
0
votes
4answers
714 views

How do you stop IIS SMTP Server from sending bounce emails?

How do you stop the "Default SMTP Virtual Server" from sending bounce messages for email addresses that you don't have? i.e. I'm using IIS' SMTP server to handle my email and if a …
2
votes
7answers
206 views

How can I run the first process from a list of processes stored in a file and immediately delete the first line as if the file was a queue and I called “pop”?

I'd like to call the first command listed in a simple text file with \n as the separator in a pop-like fashion: Figure 1: cmdqueue.lst : proc_C1 proc_C2 proc_C3 . . Figure …
2
votes
6answers
372 views

POP-Before-SMTP

Recently I had to move one of my web applications to a new hosting provider. The mail and web service is still held on the old hosting site however, when I try to send an email fro …