Skip to content

Extracting the HTML source code of an HTML email from Apple Mail is not just copy & paste. The copied code needs to be cleaned of special characters first.

License

Notifications You must be signed in to change notification settings

SebastianSchirmer/html-source-from-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

html-source-from-email

Extracting the HTML source code of an HTML email from Apple Mail is not just copy & paste. The copied code needs to be cleaned of special characters first.

This repository is providing instructions on how to clean copied HTML code from an email in Apple Mail into clean HTML code.

Steps to perform

  1. View the emails' raw source by selecting View --> Message --> Raw Source
  2. Copy the HTML part of the raw source
  3. Delete all occurences of "=09" (rarely occuring)
  4. Delete all occurences of "3D" - case-sensitive
  5. Delete all occurences of the regexp "=\n\s+"
  6. Delete all occurences of the regexp "=\n+"
  7. Replace all occurences of "=C2=A0" with a blank space " " (rarely occuring)

Then reformat your code and manually correct any remaining code issues if there are any. In most cases, performing the search & replace actions outlined above will be sufficient.

Done, you should have clean HTML code of your email now.

About

Extracting the HTML source code of an HTML email from Apple Mail is not just copy & paste. The copied code needs to be cleaned of special characters first.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published