Git Product home page Git Product logo

mailspring-sync's People

Contributors

bengotow avatar bl00mber avatar brandongillis avatar codemouse92 avatar glenn2223 avatar ww-daniel-mora avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mailspring-sync's Issues

Outlook: Duplication of Sent Mail

Objective

Sent mails are duplicating in Microsoft-based email accounts, one per recipient, plus one created by Mailspring.

Testing Notes

This needs to be tested with Outlook accounts. There are plenty of reporters who can verify the fix (as can I).

Tips

The code responsible for moving mail to sent is in Mailspring-Sync/MailSync/TaskProcessor.cpp:1442-1536. I’m going to dig into a bit, and see if I can figure out what’s going wrong, as it is supposed to prevent duplication of sent messages.

References

https://community.getmailspring.com/t/duplication-of-sent-mail/275

Insecure Dependencies

This project apparently depends on some incredibly old versions of various dependencies. Most of them do not seem to have seen any updates since their initial inclusion:

  • Openssl 1.1.0f, released in May of 2017. The entire 1.1.0 series has been EOL for four years now, this is especially concerning since it's compiled in as a static library which means that ALL encrypted email traffic goes over this fundamentally insecure library.
  • libcurl 7.70.0, released in April of 2020
  • nlohman 3.7.0, July 2019.
  • icalendarlib didn't have any commits between 2012 and 2022, but the commits in 2022 are not in the local copy so it too clearly hasn't been updated
  • sqlitecpp 2.0.0, July 2016. Notably also using the ancient sqlite 3.13.
  • stanfordcpplib, circa 2019 as far as I can tell

Moreover, the build system builds with Ubuntu Xenial 16.04 images, and builds with static libs from that distribution. Ubuntu Xenial has been end-of-life since 2021, and those dependencies have been completely unmaintained since then. Example, the shipped version of libxml2 is version 2.9.4 which has had numerous reported vulnerabilities since 2021.

Outlook: Duplication of Sent Mail

Objective

Sent mails are duplicating in Microsoft-based email accounts, one per recipient, plus one created by Mailspring.

Testing Notes

This needs to be tested with Outlook accounts. There are plenty of reporters who can verify the fix (as can I).

Tips

The code responsible for moving mail to sent is in Mailspring-Sync/MailSync/TaskProcessor.cpp:1442-1536. I’m going to dig into a bit, and see if I can figure out what’s going wrong, as it is supposed to prevent duplication of sent messages.

References

https://community.getmailspring.com/t/duplication-of-sent-mail/275

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.