0
votes
2answers
33 views
parsing response end with extended SMTP (ESMTP)
To use an example response from google when sent "EHLO":
250-mx.google.com at your service, [66.501.941.15]
250-SIZE 35651584
250-8BITMIME
250-AUTH LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250 PIPELINING
…
1
vote
2answers
38 views
Is there a current or upcoming standard used by a current email client that lets one use Javascript in an email?
I have a system that emails programmatically generated emails hundreds of times daily. They are going to open in outlook which I know will render the HTML differently than IE and disable scripting. …
0
votes
2answers
81 views
Latex-style citations in emacs and Wanderlust
I'm reading my email in emacs using Wanderlust client. I'm subscribed on a bunch of mailing lists and quite often I'm noticing well-formatted emails which employs LaTeX-style (most simple explanation …
0
votes
2answers
43 views
How Can I Get The Email Sender Address
Hello,
I'm developing a email manager application(like outlook) in C# and I want to do a reply function, but how I can get the email address of the user that sent the email that will be replyed? …
0
votes
0answers
26 views
How to duplicate an IMAP mailbox
I would like to create an email client that can access multiple IMAP mailboxes. I'd also like a copy of all emails for processing. What is the best way to do this using IMAP commands?
Right now I …
2
votes
5answers
143 views
How to unit test an email client
I'm working on a desktop email client right now, and I want to unit test my backend. However, I can't see a way to make that work. In order for my code to work, it has to connect to a working mail …
0
votes
0answers
25 views
Displaying images in Entourage 2004
We're sending out HTML newsletters, which display reasonably well in a number of desktop and web-based email readers.
Entourage 2004 refuses to display images, even after clicking "To protect your …
0
votes
1answer
49 views
Sending E-Mails through Microsoft Exchange Server
I would like to send e-mails through a Microsoft Exchange server. Is it even possible through SMTP for example? The server is "be01.ix.netplace.com" in case this will help in anything. I tried many …
0
votes
5answers
187 views
Sending mail from java
What is the easiest way to send and receive mails in java.
1
vote
1answer
360 views
What is the behavior difference between return-path, reply-to and from?
On our mailing application we are sending emails with the following header:
FROM: marketing@customer.com
TO: subscriber1@domain1.com
Return-PATH: bouncemgmt@ourcompany.com
The problem that we are …
1
vote
2answers
29 views
Processing email with a server application
I'm afraid this is a very generic question, but unfortunately my question is exactly how to get down to the 'specifics' on this particular issue. Let me be more specific:
I want to create an "email …
-7
votes
9answers
376 views
How do you build a web based email client using PHP?
I would like to learn how to build a web-based email client in PHP (similar to yahoo and gmail).
Does anyone know how I can get started with this?
I would like my system to be able to send and …
0
votes
0answers
62 views
Trigger a script when bouncing mail in Pine.
When I forward an email in Pine it goes through an outgoing filter script that I can specify. But not when I bounce an email. I don't care about literally filtering my bounced messages but I want …
-3
votes
1answer
73 views
Thunderbird is not updating the message frequently [closed]
I am using the Thunderbird e-mail client for office mail, but I am not getting mail until I reached that particular folder.
What is the problem?
1
vote
9answers
401 views
Third Party Email Senders
I am sending email from my asp.net application, and I wanted to see if anybody could recommend a third party that will actually send the emails. Ideally they should have some sort of web service …
