Tagged Questions
An email client, email reader, or more formally mail user agent (MUA), is a computer program used to manage a user's email.
13
votes
2answers
6k 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 ...
10
votes
2answers
1k views
Java: Start Mail-Client with Attachment?
I'm currently searching for a way (in Java) to start the default mail client with defined receiver, subject and body and with a predefined attachment.
Due to the limitations of the RFC the ...
9
votes
12answers
3k 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 general problem is ...
8
votes
6answers
6k 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 done?
5
votes
2answers
432 views
Is it possible to disable the iPhone's automatic hyperlinks?
We send out a notification email whenever we have "phishing" emails reported to us. In these emails, we include a copy-paste of the text inside the original phishing email as a sample of what is ...
4
votes
1answer
590 views
PHP - imap/pop3 and Hotmail - Does anybody have working code? [closed]
I'm trying almost 2 days with many different classes and codes to download emails from hotmail but still can't find any working code.
Does anybody have working code that can download emails from ...
4
votes
3answers
693 views
Can't send mail with SmtpClient
Can't send mail. Here is my C# source:
var to = "me@mycompany.com";
var subject = "test";
var body = "test mail";
var message = new MailMessage(from, to, subject, body);
var client = new ...
4
votes
3answers
793 views
Outlook 2003 stripping out text decoration - HTML Email
I having some issues with a client of mine. I've built (not designed) an email template for them to use with Create/Send. I've used the design testing service from Create/Send and all is looking as ...
3
votes
2answers
488 views
Send Email through C++ using Gmail Account
I want to send Email through C/C++ program using my Gmail Account. I find some resources but they were for LINUX and did not work for me. I want to do this on windows. Any sample program, or ...
3
votes
2answers
1k views
How to wait for email intent to finish and get result?
In my Android app, I am able to programmatically open up the default email editor with To, Subject, and Message using the following:
Intent emailIntent=new Intent(Intent.ACTION_SEND);
...
3
votes
2answers
160 views
What email services convert URLs to links?
Aside from the visual splendor of HTML emails - links are the only thing keeping me from sending plain text emails. They are much simpler for users at times and reduce bandwidth by over 50%. However, ...
3
votes
7answers
420 views
Support email format: plain-text or HTML?
I have to send planned support notification emails on system events (service window, alerts, etc). I see that most of such emails I receive from my vendors are in plain text format.
I wonder should I ...
3
votes
6answers
5k views
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).
2
votes
1answer
84 views
Does Mail.app support plugins (API)?
Does Mail.app (Mac) have an API where developers can create plugins for Mail?
I'm confused by an official Knowledge Base article Apple wrote that states:
Apple does not support the installation ...
2
votes
2answers
287 views
How can I connect to a mail server using IMAP over SSL in android?
I need to establish the Connection with MailServer (Custom Mail server). Whenever I tried to connect it throws the javax.net.SSLException, Not trusted server certificate exception.
I don,t know how ...
2
votes
3answers
458 views
What is Data URI support like in major email client software?
Data URIs are a standard way to embed images and other binary data in HTML, and browser support is well documented on the web. (IE8 was the first version of IE to support Data URI, with a max 32 KB ...
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
2answers
177 views
download gmail contacts
There are lots of script like invite friends script which requests users to provide their google/other account id and password and automatically downloads all email accounts and sends an email ...
2
votes
3answers
522 views
How to create HTML email with embeded image and show it in the default mail client using .net (c#)?
If you look at the Snip tool in windows there is an option to send the snip as an embedded attachment in the default mail client (I guess as an html email). I need exactly that.
At the moment I am ...
2
votes
1answer
590 views
Effective maximum mailto: body lengths
There is a maximum length for the text in the &body section of a mailto: link. According to one of my co-workers, the W3C publish the limit as 256 (I don't have a link to back this up, though).
...
2
votes
1answer
5k views
How to sync PC desktop mail client to an Exchange Activesync server?
I've got a situation where I want to connect to an email server whose only exposed service for mail/calendar is Activesync (it's an Exchange server). The only web interface exposed is "OWA light" ...
2
votes
2answers
172 views
How do I send emails in Java?
Hey. I currently want to develop a simple program in Java that sends out email. Not just a few emails, but actually a lot (10k+)
I have a subscribers list that all agree to it, by the way.
Anyway, I ...
2
votes
5answers
458 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 ...
2
votes
10answers
871 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 ...
1
vote
2answers
32 views
Android Button onclick submit to email
I have been working with Java and Xml for a few months now, and have learned a great deal thanks to everyones help on StackOverflow.
My question is about java programming for android in relation to ...
1
vote
0answers
14 views
How can I keep footnotes together with message text when top-posting?
I want better control of the footnote positioning within an email message. I could write the code to modify footnote-mode to do what I want, but first I want to see if somebody else has already solved ...
1
vote
0answers
17 views
Guideline to email listener application on AWS
I am new to application development on AWS, and I'm interested in setting up a Gmail listener application sitting on this service. So this application is intended to work in such a way that it ...
1
vote
2answers
47 views
is it possible to hide email adress in javax.mail.MimeMessage?
I'm using the following code to create and send an email to someTo@bla.com:
Message msg = new MimeMessage(mailSession);
msg.setFrom(new InternetAddress("someone@bla.com", "From Me"));
And when I ...
1
vote
1answer
99 views
Email on predefined template via outlook C#
I have a requirement to send automated emails based on a template saved at path :
HostingEnvironment.MapPath("~/Content/emailTemplate/emailTemplate.oft")
I am using code below to accomplishis this, ...
1
vote
2answers
32 views
Do email clients apply a specific ID to HTML emails?
I'm currently coding up an HTML email and it's a friggin nightmare. I'm getting pretty close to a perfect design, but my modifications are at the stage where one client's fix causes problems for ...
1
vote
1answer
77 views
How do email clients handle mails from the POP server?
When writing a connection to connect to the POP3 protocol through sockets, I could use the LIST command to get the list of emails. Suppose I do a LIST command, it returns 3700 mails in the list. I ...
1
vote
3answers
193 views
Read Entire GMail from C#
I'm trying to find some code that will allow me to suck out every email in my Gmail account, it seems that the code currently out there using Atom reader only reads unread messages.
I want to read ...
1
vote
3answers
274 views
Can from xcode 4 iphone simulator 4.3, we send email by application
There are many similar questions but i want to know can we send email from iphone simulator? i am using xcode 4? Actually i have setup everything. smtp gmail server, everything. but when i run my ...
1
vote
1answer
143 views
How do I detect if an email client is configured on an Android device?
How do I detect if an email client is configured on an Android device? If no email account is configured Android treats it as text message (I use android.content.Intent.ACTION_SEND). I want to prompt ...
1
vote
1answer
59 views
Reading & Deleting Emails
I have been attempting to use the GNU mailutils library but have had no end of problems just getting it installed and in a state of doing the email equivalent of 'Hello world'. I am also less than ...
1
vote
0answers
259 views
sending single attachment to default e-mail client using mailto: in OSX desktop app
I am developing an Desktop application which deals with images. I want to provide a feature that e-mails selected image (single image) to the default e-mail client. So, I am using 'mailto:' as ...
1
vote
1answer
154 views
Apple Mail & Entourage Client Detection
I've been figuring out how to track email picked up within Apple Mail and Entourage - I thought perhaps could use the user agent header like you can with Outlook and Thunderbird, but it appears not.
...
1
vote
1answer
617 views
How to get user own email addresses stored in the device?
I need to retrieve all the email addresses of the user, stored in the device (not the email addresses of his friends, but his OWN email addresses).
For example, if I've three mail addresses ...
1
vote
2answers
193 views
convert mail to xml
I'm using a TCP IP .NET program to retrieve mails as text formated from a pop3 server.
I'd like to convert the messages I receive into XML.
Anybody knows of a email text message to XML file - with ...
1
vote
1answer
361 views
Launch default email client to open a “send email” window with a pre-selected file attachment
I need to add a "Create and email" feauture to our app. Our program creates an output file, and I must then launch the default email client to open a "write email" window, and with the output file ...
1
vote
2answers
375 views
Lotus Notes 6.5 and 7, unwanted space on small td's
I'm testing an email and it is laid out correctly in all the clients except for Lotus notes 6.5 and 7.
The problem occurs when td's become very small (less than 10px). Those td's then do not get any ...
1
vote
2answers
3k views
How to open Outlook “New mail message” window from VB.NET
I've a scenario in which user can make a selection from a grid (having uploaded files on local folder) and when user press "send", application should open Outlook "New mail message" window having ...
1
vote
1answer
67 views
What is a good open source or .net component to create an email client
I have come across these .net components and want to know if anyone has used them before or know of anything better.
Mailbee
Chilkat
1
vote
1answer
324 views
jQuery autofill with multiple values and icons (email to field)
I want to create a recipient field on a form using a jQuery autocomplete field for the lookup. I want this to be allowing multiple values. I am already clued up on how to do this.
The catch is, when ...
1
vote
1answer
273 views
How to Get Mail Body which has .eml attachment?
I am developing Email client Application in Python.
How to Get Mail Body which has .eml attachment using Imap ?
1
vote
1answer
134 views
How to handle email address status in PHP?
I'm developing an email marketing system which allows users to send emails to multiple addresses. I have a list of tasks that need to be done, probably I will have many questions regarding to these ...
1
vote
2answers
811 views
Want to know database behavior when Maximum cache size is exceeded
After extensive use of Email database (there were more than 1000 mails), Email app crashed. If i come back to app again all mails started deleting automatically.
The error logs obtained are as below.
...
1
vote
0answers
77 views
E-Mail attachment downloader
Hello
Looking for the freeware solution. I need small program which will download all attachments from the account, after that will delete mails. Any suggestions?
1
vote
1answer
241 views
Email client within a Rails applicaton
I need my application to have a module with email functionality.
This will have all the functionality of an email client. Each user will
have an inbox, outbox, sent folder, custom folders, sub ...
1
vote
3answers
87 views
How to avoid public emails in a site registration?
i want to avoid public email / free emails like (@gmail.com,@yahoo.com.,) in site registration ..