Top "Email-client" questions

For questions relating to implementing email clients, or for code extending or interacting with an existing mail client.

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 …

email desktop-application client-side email-client activesync
How hard is it to build an Email client? - Python

I'm venturing in unknown territory here... I am trying to work out how hard it could be to implement an …

python email smtp imap email-client
Trouble getting html email signature to display properly in Outlook

I have created myself a simple email signature in html, he's the code: <html> <!-- Company logo …

html css outlook-2010 email-client signatures
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 …

html email html-email email-client data-uri
Email client support negative margin value?

Please have look the below screenshot I want to positioned the lens in top area.Sadly the position value is …

html css position margin email-client
Android: How to get the configured email account address programmatically

I used the below code to get the configured account name Account[] accounts = AccountManager.get(this).getAccounts(); for (Account account : …

android email account email-client accountmanager
image not getting displaying with img tag in lotus notes?

i have my email body consisting below URL <img src="http://10.210.162.79:8000/web/getImage.do?actionCode=2&imageId=1008"/> but …

html lotus-notes email-client inline-images
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 …

email outlook exchange-server email-client
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 …

java email email-client jdic
Determine POP/IMAP server from email address

Is there a way to determine POP or IMAP server given the email address? I am building an application for …

imap pop3 email-client