Giter Site home page Giter Site logo

Comments (3)

bishoy-magdy avatar bishoy-magdy commented on July 30, 2024

Hmmm 🤔,TBH I don't have apple mail to test this problem, so I need an eml apple file example to figure out the problem. You can upload the eml file to Drive with an email access request and of course, the e-mail that you will follow does not contain sensitive data😂.

from plugin-email.

charraeus avatar charraeus commented on July 30, 2024

Find the eml file here: https://harraeus.de/austausch/Protokoll-der-letzten-Sitzung.eml.
In the file I

  • removed the base64 code of the attachment
  • changed all e-mail addresses
  • changed all ip addresses
  • checked if the eml file still could be opened by Apple mail --> positive

Best regards

from plugin-email.

bishoy-magdy avatar bishoy-magdy commented on July 30, 2024

Find the eml file here: https://harraeus.de/austausch/Protokoll-der-letzten-Sitzung.eml. In the file I

  • removed the base64 code of the attachment
  • changed all e-mail addresses
  • changed all ip addresses
  • checked if the eml file still could be opened by Apple mail --> positive

Best regards

Yes, the file works well, thank you for your cooperation❤️.

I created a PR to fix this issue. The issue is that most email providers use HTML as the primary format for email content presentation, even if the email content is just plain text; the email parser will return both the HTML and the plain text, but it will not always email parser parse the plain text well, which is why I rely on the HTML email format. 

In the Apple Mail provider, if email content contains only plain text, it will return only the plain text attribute, not the HTML (undefined).

After Fix

Text Format

Markdown Format
2

HTML Format
3

from plugin-email.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.