0
votes
2answers
55 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 …
0
votes
2answers
39 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 w …
2
votes
5answers
132 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 t …
0
votes
0answers
21 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 comman …
0
votes
5answers
169 views
Sending mail from java
What is the easiest way to send and receive mails in java.
0
votes
1answer
41 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 anyth …
1
vote
1answer
292 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 p …
0
votes
0answers
22 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 …
1
vote
2answers
27 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 t …
1
vote
9answers
388 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 …
0
votes
3answers
67 views
Persist header data across reply emails
Am trying to determine the best way to persist information from an originating email, through to a reply back.
Essentially, it is to pass a GUID from the original email (c#), wher …
-3
votes
1answer
71 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?
-7
votes
9answers
353 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 ab …
9
votes
12answers
2k views
Does your email client let you add custom headers programmatically?
I'm working on an anti-spam project (centmail) that involves having the sender use a client plugin that adds a custom header (as well as a signature, but that part's easier). The …
3
votes
5answers
878 views
sending mail from Batch file
We have a script to backup files. After the backup operation is over, we would like to send a report as an email notification to some of our email addresses.
How could this be don …
