GithubHelp home page GithubHelp logo

Comments (5)

jstedfast avatar jstedfast commented on August 18, 2024

I would recommend sending a bug report to intheloop.io for malformating the message-id with 2 @ symbols.

There's very little value in changing the MineUtils.ParseMessageId() method to simply .TrimStart('<').TrimEnd('>') because you can do that yourself easily.

from mimekit.

lukapor avatar lukapor commented on August 18, 2024

I only give an example of msg id - this happens to one of our customer not in domain intheloop.io.

I already do workaround if I dont get parsed value I do trim as you suggested.

But this problem is also appears when we want to load eml file (eml contains header for example Message-ID: <00E19E93-513A-4A2B-964B-BB0372099DB6@@domain.si> ) into MimeMessage class.

MimeMessage property MessageId is null this I think is a bug. Other eml parser let say MailBee library parse this MessagId format.

I know that msg-id according RFC 2822 - @ is not valid in definition in dot-atom-text.

I know that workaround is also to check Headers is MessageId is null, but i think that we must get message id which is defined in eml. Maybe setter of unvalid msg-id should fail, but reading eml message id not.

from mimekit.

jstedfast avatar jstedfast commented on August 18, 2024

Are all of the parse errors caused by "@@" being in the msg-id? Or are there other syntax errors causing the parse failures as well?

from mimekit.

jstedfast avatar jstedfast commented on August 18, 2024

I can't understand why it's so hard for so many mass-mailers to get the syntax of a Message-ID correct.

Here's another example: issue #849

from mimekit.

vdona8 avatar vdona8 commented on August 18, 2024

Hi, I'm having a problem in fetching email same content like subject and body but different UID and Message-Id but in my inbox its only one, Resulting in Entry Duplication in Database because my checker to prevent duplicate entry is the two of them the UID or Message-Id

from mimekit.

Related Issues (20)

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.