RELEASE_NOTES 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 10th June 2024 Claws Mail 4.3.0
  2. CLAWS MAIL RELEASE NOTES
  3. http://www.claws-mail.org
  4. Claws Mail is a GTK+ based, user-friendly, lightweight, and fast
  5. email client.
  6. New in this release:
  7. ~~~~~~~~~~~~~~~~~~~~
  8. * Compose window: when the focus is in the message text, copied files
  9. can be pasted as attachments using /Edit/paste or Ctrl+V.
  10. (The context menu's Paste will still insert the list of files into
  11. the message body.)
  12. * '/Mark/Mark all read in folder' and 'Mark/Mark all unread in
  13. folder' have been re-added to the Message List context menu.
  14. * It is now possible to use '/Tools/Remove references' when
  15. forwarding mail.
  16. * Keyboard shortcuts: The "Choose preset keyboard shortcuts" selector
  17. has been integrated into the main preferences page.
  18. When 'Current' is the selected preset, Apply/OK will keep the
  19. existing settings.
  20. * An MBOX file can now be imported from the command line using
  21. `claws-mail --import-mbox %f` where %f is the full path to the
  22. MBOX file.
  23. * OAUTH2 support for Microsoft 365 GCC High has been added.
  24. * LiteHTML Viewer plugin: Updated to LiteHTML 0.9.
  25. * The menurc file is now backed-up on startup.
  26. * Removed support for the obsolete Avant Window Navigator.
  27. * Various code cleanups.
  28. * The manual has been updated.
  29. * New translation: Albanian.
  30. * Updated translations: Catalan, Czech, French, Hungarian, Indonesian,
  31. Polish, Romanian, Slovak, Spanish, Swedish, Turkish.
  32. * bug fixes:
  33. * bug 4668, 'Sometimes, at program start, message list takes
  34. all the vertical space'
  35. * bug 4720, 'matcher: release regex_t in
  36. matcherprop_string_match'
  37. * bug 4724, 'set proper availability status to sign/encrypt
  38. toolbar buttons'
  39. * bug 4725, 'oauth2: remove trailing zero from transmit
  40. buffer in oauth2_contact_server'
  41. * bug 4728, 'socket: handle GNUTLS_E_PREMATURE_TERMINATION in
  42. ssl_read'
  43. * bug 4730, 'oauth2: fix string handling in
  44. oauth2_contact_server'
  45. * bug 4733, 'Line breaks lost in headers'
  46. * bug 4734, 'ssl_certificate: remove unhelpful warnings from
  47. certificate check'
  48. * bug 4746, 'matcher: remove incorrect condition in
  49. matcherprop_free'
  50. * bug 4747, 'matcher: simplify matcherprop_new'
  51. * bug 4749, 'release regex_t in
  52. summary_compile_simplify_regexp'
  53. * bug 4750, 'remove regcomp wrapper and call regcomp
  54. directly'
  55. * bug 4752, 'Adjust incorrect debug_printf call in pgp
  56. plugins'
  57. * bug 4754, 'text/enriched literal less-than sign sequence
  58. handled incorrectly
  59. * bug 4757, 'remove AX_FUNC_MKDIR'
  60. * bug 4758, 'remove unused check for bind_textdomain_codeset'
  61. * bug 4759, 'remove unused function checks from
  62. AC_CHECK_FUNCS'
  63. * bug 4760, 'use correct type for move_bar_id'
  64. * bug 4762, 'oauth2: preserve an existing refresh token'
  65. * bug 4765, 'only store smtp auth if authorization method is
  66. OAUTH2'
  67. * bug 4766, 'preserve the expiry value of SMTP auth type is
  68. not OAUTH2'
  69. * bug 4768, 'Adjust logic while evaluating enable_avatars'
  70. * bug 4770, 'remove intl from list of include directories'
  71. * bug 4773, 'remove obsolescent AC_C_CONST'
  72. * bug 4780, 'use proper prototype for two archiver functions'
  73. * bug 4781, 'use correct prototype for
  74. privacy_free_signature_data'
  75. * bug 4782, 'use correct prototype for stop_archiving'
  76. * bug 4786, 'remove type confusion in getsockopt call in
  77. sock_connect_async_cb'
  78. * bug 4787, 'Use correct function for memory transfer in
  79. crypt_cfb_buf'
  80. * bug 4788, '"Change primary passphrase" disabled status
  81. handling'
  82. * bug 4790, 'widget spacing in "Changing primary passphrase"
  83. dialog'
  84. * bug 4791, 'remove obsolete glib version check'
  85. * bug 4795, 'Please remove -no-cpp-precomp flag for Apple'
  86. * bug 4796, 'URL with wide character doesn't work'
  87. * bug 4798, 'Quoting wrong when format=flowed and
  88. respect_flowed_format is set'
  89. * CIDs 1220325, 1491306 and 1491315, 'Explicit null
  90. dereferenced (FORWARD_NULL)'
  91. * CIDs 1491064, 1491074, 1491211, 1491105, 1491139, 1491164,
  92. 1491166, 1491168, 1491169, 1491178, 1491232, 1491242,
  93. 1492281 and 1591844 'Use after free (USE_AFTER_FREE)'
  94. * CID 1491137 'Out-of-bounds access (OVERRUN)'
  95. * CID 1591952 values overwritten before being used
  96. * CID 1596594 (CHECKED_RETURN)
  97. * CID 1596595 'Resource leak'
  98. * errors caused by invalid MIME viewer command-line
  99. * building on non-X11 systems
  100. * Use CFLAGS provided by nettle.pc
  101. * Fancy plugin, recognise mid and data embedded images
  102. For further details of the numbered bugs and RFEs listed above
  103. see https://www.claws-mail.org/bug/[BUG NUMBER]
  104. ---------------------------------------------------------------------
  105. See ChangeLog for full information regarding changes in this release.