Aleksander Machniak
54cdba28d9
Fix bug where inline images in a composed message could get lost on page refresh
2023-06-25 16:19:42 +02:00
Aleksander Machniak
e25608faae
Remove redundant comma
2023-06-08 20:43:40 +02:00
Aleksander Machniak
77e96c7bc2
Fix duplicate recipients in "To" and "Cc" on reply ( #8912 )
2023-02-26 20:54:10 +01:00
Aleksander Machniak
06af033fef
Fix deleting attachments on reply/forward/draft edit ( #8868 )
2023-01-18 11:43:49 +01:00
Aleksander Machniak
e7b381b321
Fix missing mail composing textarea on reply/draft with a long plain text content ( #8866 )
2023-01-18 08:26:57 +01:00
Camilo Sperberg
0bfd9a4dc7
Address most common warnings in PHP >= 8.0.0 ( #8769 )
2022-11-11 13:14:59 +01:00
Aleksander Machniak
80404a8674
Store uploads metadata in a separate sql database table instead of a session ( #8415 )
2022-10-09 11:35:14 +02:00
Aleksander Machniak
e9ce8dc63d
Fix undefined array key warning
2022-09-29 20:29:08 +02:00
Aleksander Machniak
7fdea0089d
Fix bug where DSN flag state wasn't stored with a draft ( #8371 )
2022-04-10 11:32:40 +02:00
Aleksander Machniak
5626e26c58
Fix slow loading of long HTML content into the HTML editor ( #8108 )
2022-04-03 12:30:16 +02:00
Aleksander Machniak
f429b26810
Fix various PHP8 warnings ( #8392 )
2022-01-11 19:04:24 +01:00
Aleksander Machniak
8419e55fe4
Fix some more PHP8 warnings ( #8363 )
2021-12-17 19:06:02 +01:00
Aleksander Machniak
c331431521
Fix some PHP8 compatibility issues ( #8363 )
2021-12-17 18:54:37 +01:00
Aleksander Machniak
df7d8f1178
Improve auto-wrapping of plain text messages on preview and reply ( #6974 )
...
- fix auto-wrapping of some specific cases
- do not auto-wrap non-format=flowed content on preview
- do not auto-wrap content on reply
2021-10-15 10:44:02 +02:00
Aleksander Machniak
d6c2e9c3f5
Move wrap_and_quote() method to rcmail_action_mail_compose
2021-10-10 10:01:21 +02:00
Aleksander Machniak
f2688ba492
Use ?? operator where applicable
2021-09-21 19:12:06 +02:00
Aleksander Machniak
7a269a2b84
Replace get_input_value() with get_input_string() where appropriate
2021-09-13 19:31:49 +02:00
Aleksander Machniak
cb37d14c5c
Support responses (snippets) in HTML format ( #5315 )
2021-08-28 19:17:19 +02:00
Aleksander Machniak
9caab5f701
Fix PHP8 warnings
2021-07-16 12:57:46 +02:00
Aleksander Machniak
462ab1e8df
Remove debug code, fix PHP8 warning
2021-05-02 09:15:50 +02:00
Aleksander Machniak
8b10f9d6ea
Warn the user about a potential data leak on mail bounce or forward ( #7993 )
2021-05-01 12:45:31 +02:00
Aleksander Machniak
352a31ec07
Fix errors/warnings when fetching replied/forwarded message headers fails ( #7970 )
2021-04-04 10:15:02 +02:00
Aleksander Machniak
1b08ccd384
Fix so selecting the same folder to reset search resets also the page number ( #7125 )
2021-03-14 09:46:33 +01:00
johndoh
5fdf8e62df
Add placeholder text when no responses on compose screen ( #7807 )
2021-01-09 18:59:16 +01:00
Aleksander Machniak
5aa0d09def
Add array_first() helper, fix some code issues
2020-12-20 09:44:17 +01:00
Aleksander Machniak
8cd202f57f
PHP8 fixes
2020-12-19 14:27:59 +01:00
Aleksander Machniak
17ae3693c3
PHP8 fixes + fix fatal error when refreshing compose page in forward-as-attachment state
2020-12-18 19:27:25 +01:00
Aleksander Machniak
3bbb01fe13
PHP8 fixes, regression fixes
2020-12-13 12:14:15 +01:00
Aleksander Machniak
8eb382b4ca
PHP8 fixes
2020-12-11 20:29:41 +01:00
Aleksander Machniak
545a1569f1
Steps -> Actions refactoring ( #7688 )
...
* Move action handling code to rcmail class
* Add rcmail_action class
* Add action aliases
* Get rid of $OUTPUT global
* Move some methods from rcmail to rcmail_action
* PHP8 compat. fixes
* Add framework for testing actions
* Fix obvious code mistakes
2020-11-01 11:25:38 +01:00