Questions tagged [mime]

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

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
  • Header information in non-ASCII character sets

MIME is specified in six linked RFC memoranda: RFC 2045, RFC 2046, RFC 2047, RFC 4288, RFC 4289 and RFC 2049, which together define the specifications. File name encoding is defined in .

2019 questions
0
votes
1 answer

HTTP content type "application/x-itunes-itlp" using Firefox

I've a problem with uploading a Microsoft Office 2007 document using AspUpload (used to implement the upload form at my website): If I upload a PowerPoint document with FF3.6 I get a ContentType value "application/x-itunes-itlp". When using IE8 I…
waanders
  • 8,907
  • 22
  • 70
  • 102
0
votes
1 answer

What is the effect on UI Prompts when group policy sets strong key protection in windows?

I am attempting see this question with 50% success to avoid using the windows dialog and entering passwords for certificate private keys through my own code. I can do it with certificate stored on a smart card but am having no success with…
darbid
  • 2,545
  • 23
  • 55
0
votes
1 answer

Encoding error: in MIME file data via AWS SES

I am trying to retrieve attachments data like file format and name of file from MIME via aws SES. Unfortunately some time file name encoding is changed, like file name is "3_amrishmishra_Entry Level Resume - 02.pdf" and in MIME it appears as…
Amrish Mishra
  • 180
  • 1
  • 12
0
votes
1 answer

Removing usr/share/mime and could not log in user account(Keep asking password)

I accidentally remove the mime.cache when I installing zoom to my ubuntu(14.04). Right now it does not allow me to login keep asking me a password in a loop even though I write it correctly. I login to root shell prompt while booting and first I…
Z.Grey
  • 164
  • 2
  • 12
0
votes
2 answers

Generate image from text response with correct extension

"http://stagingadmin.zenpepper.com/image/5b1a35e54a77da5969f1f98d?token=HIDDEN", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, …
Habib
  • 591
  • 8
  • 29
0
votes
2 answers

Is there a mime type or file extension for a "\n" or a "Linebreak Separated Value" list?

If a .csv mime type denotes a "Comma Separated Value" list, I would like to know if there is an equivalent for a list of values, with the delimeter being a \n linebreak? I would rather use this, as my values that I am listing include commas, but not…
Anon
  • 2,267
  • 3
  • 34
  • 51
0
votes
3 answers

How to copy all the content of an Internet mime message to a body item in Notes?

I need to copy the entire body content of an Internet mail to a new Notes document. Object internetMsgBody = internetMsg.getContent(); MIMEEntity notesBodyItem = notesDocument.createMIMEEntity("Body"); Stream mimeStream =…
Andy Brunner
  • 133
  • 3
  • 12
0
votes
2 answers

BitmapData from Flash -> PHP -> Email

I'm trying to take a 'screenshot' of a movieclip in Flash, encode it as a Jpg using the AS Core Lib JPGEncoder class, then POST submit the resulting ByteArray to PHP, and embed the image in a MIME encoded email. Currently, I've saved the encoded…
Jordaan Mylonas
  • 1,261
  • 1
  • 11
  • 24
0
votes
0 answers

java.lang.ClassCastException: com.sun.xml.internal.messaging.saaj.packaging.mime.internet.MimeMultipart cannot be cast

I am getting Class cast exception when try to send message. I felt instead of taking that javax.mail.internet, it is taking jdk one jar. java.lang.ClassCastException: com.sun.xml.internal.messaging.saaj.packaging.mime.internet.MimeMultipart cannot…
Ritika
  • 15
  • 1
  • 5
0
votes
1 answer

How can I display images (multimedia) from an EmailMessage?

I use Exchange Web Service Managed API to access my mailbox in the server. I can display the body of each EmailMessage, but if a message contains images I can't get them. I've heard about MIME but don't know how to use it, does someone know how MIME…
Tassisto
  • 9,877
  • 28
  • 100
  • 157
0
votes
0 answers

Outlook mails using SMTP with Python

Please can someone show how to you use MS Outlook mails with python. Sending mails. I tried using MIME and SMTPLIB but i get authentication failed at server.login() Although I am entering correctly. What I am missing please? This is my organisation…
0
votes
2 answers

BitmapData from Flash to PHP to Email

UPDATED: SEE BOTTOM OF MESSAGE Howdy All, Here's the issue: I'm trying to take a 'screenshot' of a movieclip in Flash, encode it as a Jpg using the AS Core Lib JPGEncoder class, then POST submit it to PHP, and embed the image in a MIME encoded…
Jordaan Mylonas
  • 1,261
  • 1
  • 11
  • 24
0
votes
1 answer

How to send multiple e-mails at once with one xlsx file attachment each?

I'm writing a Python script that searches for .XLSX files with a specific name in a directory and then sends e-mails with those files attached to them. If there are 3 XLSX files in that directory I want to send 3 e-mails, each with one of the files…
Geralt
  • 180
  • 2
  • 16
0
votes
1 answer

Invalid image in attachment

I used SMTP to send images through mail. It can send mail, but the images can't be opened; it said unsupported format. The image was taken using opencv. Here is the code I used. Please tell me what I did wrong in the program. There is no error but…
0
votes
0 answers

MIME type issue with angular-i18n

I have installed angular-18n to my project, and when I include the script : I'm getting this error : Refused to execute script from…
thomas
  • 1,201
  • 2
  • 15
  • 35