Commit Graph

7337 Commits (ecfee7470cabebba57a789fc979eb68db361d8ef)

Author SHA1 Message Date
Aleksander Machniak ecfee7470c Fix bug where some message/rfc822 parts could not be attached on forward (#7323) 5 years ago
Aleksander Machniak 343da344e0 Fix characters encoding in group rename input after group creation/rename (#7330) 5 years ago
Aleksander Machniak 0d43c51ce1 Mailvelope: Fix bug where recipients with name were not handled properly in mail compose (#7312) 5 years ago
Aleksander Machniak 808f374f42 Revert "Fix bug where session was destoryed with window close (#7251)"
This reverts commit 32fac136db.
5 years ago
Aleksander Machniak 15e924fd64 Fix bug where a special folder couldn't be created if a special-use flag is not supported (#7147) 5 years ago
Aleksander Machniak c99e093f8a Fix so imap error message is displayed to the user on folder create/update (#7245) 5 years ago
Aleksander Machniak 43f90d31c8 Fix bug where session was destoryed with window close (#7251) 5 years ago
Aleksander Machniak a74a9e5fc2 Fix marking as spam/ham on moving messages with Move menu (#7189) 5 years ago
Aleksander Machniak 746ccb7fdf Fix literals handling again 5 years ago
dessert1 2005b895be Fix handling keyservers configured with protocol prefix (#7295)
`|^[a-z]://|` matches only single-character protocol shortnames, to correctly exclude e.g. `hkps://` the expression should be `|^[a-z]+://|` instead.
5 years ago
Aleksander Machniak 734f97511a Fix bug where multiple images in a message were replaced by the first one on forward/reply/edit (#7293) 5 years ago
Aleksander Machniak ade470aac9 Support many string literals in a "line response", deduplicate code 5 years ago
Aleksander Machniak a71b33f568 Fix string literals handling in IMAP STATUS (and various other) responses (#7290) 5 years ago
Aleksander Machniak 518d1aea71 Fix internal cache use in rcube_imap::get_message()
Two folders, personal and shared, can contain the same UIDs, so
we should check UID and folder name when dealing with internally
cached message.
5 years ago
Aleksander Machniak 3a32a1e246 Fix cursor position after inserting a group to a recipient input using autocompletion (#7267)
... for larry and classic skins.
5 years ago
Aleksander Machniak edbcb03237 Fix so button label in Select image/media dialogs is "Close" not "Cancel" (#7246) 5 years ago
Aleksander Machniak 73e2b0584a Fix missing contact display name in QR Code data (#7257) 5 years ago
Aleksander Machniak 81e55f8033 Elastic: Fix recipient input bug when using click to select a contact from autocomplete list (#7231) 5 years ago
Aleksander Machniak 1c5f83d41c Elastic: Fix text selection with Shift+PageUp and Shift+PageDown in plain text editor when using Chrome (#7230) 5 years ago
Aleksander Machniak 233beea354 Fix identity selection on reply when both sender and recipient addresses are included in identities (#7211) 5 years ago
Aleksander Machniak 88660cd465 Fix bug where original attachments with Content-Id were attached to the message on reply (#7122)
All Content-Disposition:inline parts that aren't used in the body are ignored on reply/forward/edit.
5 years ago
Thomas Bruederli 273707f378 Bump version to 1.4.3 5 years ago
Paul J. Dorn 9cb796ee2b Fix using unix:///path/to/socket.file in memcached driver (#7210)
off by one when stripping the memcache (sans d) compatible AF_UNIX prefix
5 years ago
Aleksander Machniak 65d6a5aa51 Update localization 5 years ago
Aleksander Machniak ea1260ea72 Fix regression where using an absolute path to SQLite database file on Windows didn't work (#7196) 5 years ago
Aleksander Machniak 7f45e47f00 Fix display issues with mail subject that contains line-breaks (#7191) 5 years ago
Aleksander Machniak 3819e4e640 Fix bug where message parts with no Content-Disposition header and no name were not listed on attachments list (#7117) 5 years ago
Aleksander Machniak 5d68245fa5 Fix bug where files in skins/ directory were listed on skins list (#7180) 5 years ago
Aleksander Machniak a3a260b613 Elastic: Fix non-working folder subscription checkbox for newly added folders (#7174) 5 years ago
Aleksander Machniak 229b9f5f2c Fix recipient duplicates in print-view when the recipient list has been expanded (#7169) 5 years ago
Aleksander Machniak d14d0c5ab5 Elastic: Fix missing Close button in "more recipients" dialog 5 years ago
Aleksander Machniak adc08946ef Fix unexpected error message when mail refresh involves folder auto-unsubscribe (#6923) 5 years ago
Aleksander Machniak ef13807f17 Fix regression where "Open in new window" action didn't work (#7155) 5 years ago
Théo b421de8416 Updte copyright year in About (#7138) 5 years ago
Thomas Bruederli 51b8137170 Bump version to 1.4.2 5 years ago
Aleksander Machniak 2fa6dd7ee5 Update localization 5 years ago
Aleksander Machniak 880452f84e Markasjunk: Fix marking more than one message as spam/ham with email_learn driver (#7121) 5 years ago
Aleksander Machniak b25c649bb7 Plugin API: Make actionbefore, before<action>, actionafter and after<action> events working with plugin actions (#7106) 5 years ago
Aleksander Machniak d3bedca7f8 Fix malformed characters in HTML message with charset meta tag not in head (#7116) 5 years ago
Aleksander Machniak 72959279e2 Fix so number of contacts in a group is not limited to 200 when redirecting to mail composer from Contacts (#6972)
Use max_group_members with fallback to 999 if unset.
5 years ago
Aleksander Machniak b47e38447c Fix bug where next message wasn't displayed after delete in List mode (#7096) 5 years ago
Aleksander Machniak d025351d64 Fix bug where 'text' attribute on body tag was ignored when displaying HTML message (#7109) 5 years ago
Aleksander Machniak 906b223d30 Fix bug where listing tables in PostgreSQL database with db_prefix didn't work (#7093) 5 years ago
Aleksander Machniak bd7c38be0b Fix so contact's organization field accepts up to 128 characters (it was 50)
Also assistant, manager, spouse, website and im
5 years ago
Aleksander Machniak eecd78c3a1 Fix bug where 'skins_allowed' option didn't enforce user skin preference (#7080) 5 years ago
Aleksander Machniak 5ec5ae57a5 Add 'filter' to required extensions 5 years ago
Aleksander Machniak 58be50418d Fix so displayed maximum attachment size depends also on 'max_message_size' (#7105) 5 years ago
Aleksander Machniak 8127d2615f Fix matching multiple X-Forwarded-For addresses with 'proxy_whitelist' (#7107) 5 years ago
Aleksander Machniak e1dfd55185 Improve style tag handling in TinyMCE (#7088) 5 years ago
Aleksander Machniak bd03cc4541 Fix bug where HTML reply could add an empty line with extra indentation above the original message (#7088) 5 years ago