email-client

Accessing an Exchange Server without Outlook

Is there a method of accessing an Exchange server that does not have IMAP or POP3 enabled without Outlook? It does not appear that Outlook Express supports Exchange (only IMAP and POP3). ...

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 general problem is to add an email header to your outgoing mail where the contents of the header field is determined dynamically for each message. Surprisingl...

Any way to synchronise a "Sent" folder between a desktop emailer and an online service?

I have gradually abandonned my offline emailer and switched to an online one, but I still use it to regularly collect my received emails and archive them. Is there something that would also allow me to collect the mails originaly sent online (other than systematically cc'ing them to myself), or (even better) to 'synchronise' the sent fol...

Can I add x-headers to a Lotus Notes email message without COM?

Trying to add a custom header item to a Lotus Notes email item, from the context of a Notes Client Extension before the mail is sent from the Lotus Notes client app. Is this possible? I'm looking along the lines of using something in the NSFItemSetText family of functions if at all possible, as opposed to the lotus script object model ...

Effectively Design a Simple Mail Client

Requirement : JAVA desktop mail client which could connect to existing gmail,y! mail a/c & will allow receive/send mails, support offline view of mails, plus with more features as & when it comes. i am using Java Mail Api's Underlying Mail Storage: I have decided to use HSQLDB with Hibernate. Email content can have attachments , HTML ...

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

Do most email clients support MHTML?

Do all modern email clients (online and desktop apps) support MHTML email content in which images and other resources are embedded in the email? In addition is this the standard that should be used to get a consistent HTML email message out or is it better to send HTML emails with linked resources. Thanks in advance Note: I am aware o...

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#), whereby when the receiver replies back, that GUID is also sent back for reference. I have tried setting the MessageID, whereby using Outlook, the In-Reply-To valu...

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 available that I can send a request to. ...

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 something programmatic to happen when I bounce a message. (This is for a hack to implement an email snooze feature where you can say "make th...

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 receive email. ...

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 listener" application - something that would run in my server, so that users could send email to a particular address and this application w...

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: [email protected] TO: [email protected] Return-PATH: [email protected] The problem that we are facing is that some email servers will bounce back a message immediately and use the from or reverse path ([email protected]) instead t...

Sending mail from java

What is the easiest way to send and receive mails in java. ...

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 sample codes but they all didn't work. Thanks for trying to help :) ...

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 privacy, some pictures in this message were not downloaded. Download pictures". The images are classic <img src="some-valid-url" width="wha...

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 server. Unless I tie my unit tests to an email account, and make sure that account matches the state my tests expect, I don't see how I can ma...

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 have a script that iterates over the folders, FETCHing FLAGS on 1:* to see what's been read and if any previously read messages have been mar...

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

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 for desired behavior I guess) citations for links. For example: A side note: as written in [1], "7.5. Hints and Tips for Effective Use of...