Skip to content

v0.28.0

Latest

Choose a tag to compare

@marle3003 marle3003 released this 22 Oct 20:52
1a8fc54

🚀 Changes

  • Improved dashboard data updates for smoother UI experience.
  • Enhanced display of HTTP request parameters in the dashboard for better readability.

🐞 Bugfixes

  • Fixed IMAP SELECT and EXAMINE response handling.
  • Added read-only flag support for IMAP commands.
  • Corrected IMAP LOGIN command handling: previously, AuthenticatedState was not properly set in handleLogin.
  • Fixed IMAP CAPABILITY handling in authenticated state.
  • Prevented HTTP header parameters from being added to the event log twice.
  • Fixed concurrent map access in the shared store to prevent race conditions.