• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Mail Content Encoding
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mail Content Encoding


  • Subject: Mail Content Encoding
  • From: Alan Kimelman <email@hidden>
  • Date: Wed, 7 Sep 2005 16:43:45 -0700

In Mail.app, I have experienced difficulty retrieving the content of messages when the message encoding reveals:

Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have used  the following script:

tell application "Mail"

                    set sel to selection

                    repeat with msg in sel

                                     set contentString to (content of msg)

                    end repeat

end tell

On the other hand, I have not experienced difficulty when  a message encoding reveals:

Content-type: text/plain;
    charset="US-ASCII"
Content-transfer-encoding: 7bit

Any ideas on how applescript  retrieves contents of messages  when a message is sent with    charset="iso-8859-1" and 
Content-Transfer-Encoding: quoted-printable?




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Missing values and Script Editor request
  • Next by Date: Re: Creating a folder on the desktop
  • Previous by thread: Re: Stuff 7/9
  • Next by thread: Thank You Satimage
  • Index(es):
    • Date
    • Thread