Giter VIP home page Giter VIP logo

Comments (7)

MarcAnt01 avatar MarcAnt01 commented on May 27, 2024 1

There's certainly a buggy "threads" implementation. As you can see from the timestamps, GH mails are shown below despite being more recent, the reason is probably that they're part of threads whose first message is older
image

from wino-mail.

bkaankose avatar bkaankose commented on May 27, 2024 1

There was a bug that prevents individual mails or threads to be placed in correct group header due to datetime handling, but I don't think that's the issue. That was affecting all items, so it shouldn't cause this bug.

Ideally last item received in the thread should bump the order, but clearly its not working as intended. Thank you, I will check on this :)

from wino-mail.

bkaankose avatar bkaankose commented on May 27, 2024 1

The issue was in shared synchronizer library, so it affects Outlook items as well for anybody interested. I was able to reproduce the issue and it'll be fixed in preview 1.3. Thanks for reporting @MarcAnt01 !

from wino-mail.

bkaankose avatar bkaankose commented on May 27, 2024

Wino supports threads, but there is a bug that prevents 'new arrived mails' to be added to existing threads at the moment. If you switch to another folder and switch back to the folder for the thread, you should see they are grouped together.

Basically, grouping threads are only done on folder initialization, not for the items that arrived on the fly when you are browsing the folder. That's the bug I want to tackle in Preview 1.3.

from wino-mail.

MarcAnt01 avatar MarcAnt01 commented on May 27, 2024

@bkaankose I did what you said, I went to some weeks old GitHub e-mails and they're not organized in threads

from wino-mail.

bkaankose avatar bkaankose commented on May 27, 2024

Threads are created based on the following properties for each provider:

Gmail - threadId
Outlook - conversationId

Can you confirm that same mails are displayed as threads in Mail for Windows?

from wino-mail.

MarcAnt01 avatar MarcAnt01 commented on May 27, 2024

Yes, the same mails are displayed as threads on Mail for Windows (I use GMail)

from wino-mail.

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.