Git Product home page Git Product logo

Comments (10)

fenrisbear avatar fenrisbear commented on July 18, 2024

Applies to me as well (windows)

from mailspring.

bengotow avatar bengotow commented on July 18, 2024

Hey folks—wow, this is an interesting one. Does it happen to an entire block of messages / threads? Will see if I can reproduce.

from mailspring.

bengotow avatar bengotow commented on July 18, 2024

Hey folks—could you open the developer console in Mailspring (Menu > Developer > Toggle Developer Tools), select one of the threads in the thread list with (No Subject) and then run this command on the JavaScript console and paste the result here?

require('electron').clipboard.writeText(JSON.stringify({thread: $m.FocusedContentStore.focused('thread'), messagesSubjects: $m.MessageStore.items().map(m => m.subject)}, null, 2))

This will copy the thread object to the clipboard, as well as the subjects of each message on the thread. I'm curious to see whether all of the messages have no subject, or if it's just the thread that was created to hold the messages.

from mailspring.

fenrisbear avatar fenrisbear commented on July 18, 2024
  "thread": {
    "id": "t:Traw4tyCUePc25FK6eGwJqJ4zxtohHiLbcZza7y7v",
    "aid": "fd698de4",
    "metadata": [],
    "subject": "",
    "unread": false,
    "starred": false,
    "v": 6,
    "categories": [
      {
        "id": "g4zAKFYqYLX793sXUEZoLxXXuWCXdFPgAAwQN3xxi",
        "aid": "fd698de4",
        "role": "all",
        "path": "[Gmail]/All Mail",
        "__cls": "Folder"
      },
      {
        "id": "ofanp2CQyg6mSCdCNNxjYUBpw6bc2EBYoKBSo2q8o",
        "aid": "fd698de4",
        "role": "inbox",
        "path": "INBOX",
        "__cls": "Label"
      }
    ],
    "folders": [
      {
        "id": "g4zAKFYqYLX793sXUEZoLxXXuWCXdFPgAAwQN3xxi",
        "aid": "fd698de4",
        "role": "all",
        "path": "[Gmail]/All Mail",
        "__cls": "Folder"
      }
    ],
    "labels": [
      {
        "id": "ofanp2CQyg6mSCdCNNxjYUBpw6bc2EBYoKBSo2q8o",
        "aid": "fd698de4",
        "role": "inbox",
        "path": "INBOX",
        "__cls": "Label"
      }
    ],
    "participants": [
      {
        "aid": "fd698de4",
        "email": "*************",
        "thirdPartyData": {},
        "__cls": "Contact"
      },
      {
        "aid": "fd698de4",
        "name": "Spotify",
        "email": "[email protected]",
        "thirdPartyData": {},
        "__cls": "Contact"
      }
    ],
    "attachmentCount": 0,
    "lmrt": 1504888500,
    "lmst": null,
    "inAllMail": true,
    "__cls": "Thread"
  },
  "messagesSubjects": [
    ""
  ]
}

from mailspring.

billytcl avatar billytcl commented on July 18, 2024

from mailspring.

bengotow avatar bengotow commented on July 18, 2024

Hey folks—thanks for the debug info! It looks like both the messages and the threads are missing subjects which helps narrow this down a bit.

Is there any chance you use Apple Mail, or a mail client that supports "redirecting" or "bouncing" messages? If so, it'd be great if you could send a copy of one of these emails (maybe one that isn't sensitive) to [email protected]. Unfortunately, it needs to be a redirect / bounce — typically forwarding a message changes its contents. In Apple Mail you can do it like this:

image

I'll add some additional logging to the next version of Mailspring so we can track this down better.

from mailspring.

bengotow avatar bengotow commented on July 18, 2024

Hey folks! It looks like I've been able to reproduce this thanks to #15. It seems this only happens on Windows and not on Mac OS X, but I have several emails where it's happening in my own inbox. Stay tuned. (Merging in #15)

from mailspring.

billytcl avatar billytcl commented on July 18, 2024

Just wanted to say thanks for being so responsive to the bugs! I don't think I've ever seen a faster followup.

from mailspring.

bengotow avatar bengotow commented on July 18, 2024

Hey—thanks @billytcl! Version 1.0.2 has been released and should fix this issue. Since your mailbox has already been synced, you'll need to go to Preferences > General and click the "Reset Email Cache" button at the bottom to force Mailspring to refetch the messages it couldn't parse before.

from mailspring.

kometchtech avatar kometchtech commented on July 18, 2024

I deleted cache and confirmed that I confirmed that there was no problem with the Japanese display of the subject.

from mailspring.

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.