Git Product home page Git Product logo

Comments (4)

HochzeitManagement avatar HochzeitManagement commented on June 6, 2024 1

Thanks for your awesome work. a 💕 Dinner for Two 💕 is on the way to you :D

from mailkit.

jstedfast avatar jstedfast commented on June 6, 2024

Based on the exception, the issue is with parsing the BODYSTRUCTURE portion of the response.

Luckily, your log has only 1 FETCH response, so it means it has to be this:

BODYSTRUCTURE (("text" "html" ("charset" "utf-8") NIL NIL "base64" 38706 497 NIL NIL NIL ()) ("image" "jpeg" ("name" "image003.jpg") "<[email protected]>" "image003.jpg" "base64" 3446 NIL ("inline" ("filename" "image003.jpg" "size" "2782" "creation-date" "Thu, 22 Mar 2012 13:56:38 GMT" "modification-date" "Thu, 22 Mar 2012 13:56:38 GMT")) NIL ()) ("image" "jpeg" ("name" "image004.jpg") "<[email protected]>" "image004.jpg" "base64" 3446 NIL ("inline" ("filename" "image004.jpg" "size" "2782" "creation-date" "Thu, 22 Mar 2012 13:56:39 GMT" "modification-date" "Thu, 22 Mar 2012 13:56:39 GMT")) NIL ()) ("image" "jpeg" ("name" "image005.jpg") "<[email protected]>" "image005.jpg" "base64" 3232 NIL ("inline" ("filename" "image005.jpg" "size" "2625" "creation-date" "Thu, 22 Mar 2012 13:56:39 GMT" "modification-date" "Thu, 22 Mar 2012 13:56:39 GMT")) NIL ()) "related" ("boundary" "_004_7D3F5AE184118942976793FC500B8F4A402D17DB3PRD0702MB097eu_" "type" "text/html") NIL ("de-DE") NIL)

From just looking at it, I suspect the issue is the () parts. the IMAP protocol is a very LISP-like syntax and so anything in ()'s is a "list" of some type. Empty lists (at least in the IMAP specification), are generally required to be represented by a NIL instead of (), and that's probably why things are blowing up.

Any ideas, if this can be fixed, or maybe even message could be ignored somehow?

My initial assumption based on what I'm seeing in the log is that yes, this server bug can be worked around.

I'll work on a fix shortly.

from mailkit.

HochzeitManagement avatar HochzeitManagement commented on June 6, 2024

Thanks for your fast answer and help,
here are the hole imap.log, but yes, it was just 1 Fetch.

imap.log

from mailkit.

jstedfast avatar jstedfast commented on June 6, 2024

To get even more specific, the issue is with

from mailkit.

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.