Top "Mime" questions

Multipurpose Internet Mail Extensions (MIME) is an Internet standard that extends the format of email to support text in character sets other than ASCII, non-text attachments, message bodies with multiple parts, and header information in non-ASCII character sets

Java: Encode String in quoted-printable

I am looking for a way to quoted-printable encode a string in Java just like php's native quoted_printable_encode() …

java jakarta-mail mime quoted-printable
How do I reply to an email using the Python imaplib and include the original message?

I'm currently using imaplib to fetch email messages from a server and process the contents and attachments. I'd like to …

python django email mime imaplib
Opening Mime content in Outlook

I'm looking for a way to get outlook to open a Mime message? It should be possible I just can't …

outlook mime exchangewebservices msg
C# Create MIME Message?

Is there any built in functionality to MIME a file in C# .Net? What I am looking to do is: …

c# mime pkcs#7
Parse and display MIME multipart email on website

I have a raw email, (MIME multipart), and I want to display this on a website (e.g. in an …

perl email mime cpan template-toolkit
How do I get File Type Information based on extension? (not MIME) in c#

How do I get the general File type description based on extension like Explorer does it? So not MIME but …

c# file mime file-type
PHP mail formatting issue - Why do CRLF header line endings break HTML email in Outlook?

I'm using the PHP native mail() function to send HTML emails and have a formatting problem in the users most …

php mime postfix-mta html-email email-formats