alecpl
|
868deb5dab
|
- Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840)
|
14 years ago |
alecpl
|
6c6bb09b15
|
- Add mdn_request=4
|
14 years ago |
alecpl
|
ce92ba767a
|
- Plugin API: improved 'abort' flag handling, added 'result' item in some hooks: group_*, contact_*, identity_* (#1486914)
|
14 years ago |
alecpl
|
b3660bbdc3
|
- Add option to "Return receipt" will be always checked (1486352)
|
14 years ago |
alecpl
|
a99968259d
|
- Add option to automatically send read notifications for known senders (1485883)
|
14 years ago |
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
thomascube
|
62c791f609
|
Prevent from saving a non-existing skin path in user prefs
|
14 years ago |
alecpl
|
f8e8af7e7c
|
- Settings block (fieldset) can have any content (not only a table with hardcoded structure)
|
14 years ago |
alecpl
|
d11fb20061
|
- Added fieldsets in Identity form, added 'identity_form' hook
|
14 years ago |
alecpl
|
01538da580
|
- Show disabled checkboxes for protected folders instead of dots (#1485498)
|
14 years ago |
alecpl
|
4612535008
|
- Revert last (unintentional) commit
|
14 years ago |
alecpl
|
b72a1001dc
|
- ja_JP update (#1486911)
|
14 years ago |
alecpl
|
119ad13d74
|
- Rename hooks: contact_save -> contact_update, identity_save -> identity_update, delete_identity -> identity_delete
- Print warning to the log about deprecated hook names usage
|
14 years ago |
alecpl
|
8ed0152e51
|
- Don't add threads checkbox in virtual folder record
|
14 years ago |
alecpl
|
e6ce0062f2
|
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings)
|
14 years ago |
alecpl
|
b25dfd0913
|
- removed PHP closing tag
|
15 years ago |
alecpl
|
54759ce120
|
- some improvements + added splitter in Identities
|
15 years ago |
alecpl
|
a03c98092f
|
- fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)
- performance: add option to not checking MAXUID in messagecount()
|
15 years ago |
thomascube
|
bc4960108e
|
Option not to mark messages as read when viewed in preview pane (#1485012)
|
15 years ago |
alecpl
|
63ab02a9f2
|
- hide threads related prefs when threads are not supported by IMAP server
- performance: don't load folders list when we don't need it
|
15 years ago |
alecpl
|
258a043a31
|
- hide threads related stuff if threads are not supported
|
15 years ago |
thomascube
|
f52c936f4d
|
Merged devel-threads branch (r3066:3364) back into trunk
|
15 years ago |
alecpl
|
5821ff5123
|
- Don't show a warning on html2text switch when textarea is empty
- Set properly select's value when html2text is aborted
|
15 years ago |
alecpl
|
e55ab02682
|
- Add 'default_charset' option to user preferences (#1485451)
|
15 years ago |
alecpl
|
b7f952248e
|
- Add 'delete_always' option to user preferences
|
15 years ago |
alecpl
|
47ad83f337
|
- Added force_7bit option to force MIME encoding of plain/text messages (#1486510)
|
15 years ago |
thomascube
|
47d8d39cf4
|
Use rcmail::imap_connect() to establish IMAP connections; always initialize rcube_imap object in mail steps
|
15 years ago |
alecpl
|
90b1cb2efc
|
- Fix displaying of hidden directories in skins list (#1486301)
- Fix open_basedir restriction error when reading skins list (#1486304)
|
15 years ago |
thomascube
|
655bd9ade2
|
Cleanup top-posting feature (sorry, there are again some new texts)
|
15 years ago |
thomascube
|
0207c45c90
|
More options for top posting feature (#1484272) using patch from Phil Weir
|
15 years ago |
alecpl
|
50f56d2046
|
- top posting (#1484272)
|
15 years ago |
alecpl
|
49771b1039
|
- Don't display disabled sections in Settings (#1486099)
|
15 years ago |
alecpl
|
93a88c95b7
|
- Prevent from setting INBOX as any of special folders (#1486114)
|
15 years ago |
alecpl
|
1cead0cbf4
|
- sorting by message index - added 'index_sort' option (#1485936)
|
15 years ago |
thomascube
|
141c9e732d
|
Reload settings page if language was changed
|
15 years ago |
alecpl
|
f05834857c
|
- Re-designed User Preferences interface
|
15 years ago |
alecpl
|
e54bb72d30
|
- Added 'display_next' option
|
15 years ago |
thomascube
|
2a5d02ab8e
|
Also protect GET request from CSRF
|
16 years ago |
thomascube
|
5499336fef
|
Use global request tokens and automatically protect all POST requests
|
16 years ago |
thomascube
|
57f0c81f2c
|
Use request tokens to protect POST requests from CSFR
|
16 years ago |
thomascube
|
3ca3bd467a
|
Add plugin hooks 'smtp_connect' and 'list_identities' (#1485954, #1485958)
|
16 years ago |
alecpl
|
5d4ac46c1b
|
- Add 1 minute interval in autosave options (#1485854)
|
16 years ago |
alecpl
|
a5897a3e38
|
- Support UTF-7 encoding in messages (#1485832)
|
16 years ago |
thomascube
|
f879f4e2f8
|
Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation
|
16 years ago |
thomascube
|
69f18a09ae
|
Add plugin hooks for creating/saving/deleting identities and contacts
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
16 years ago |
alecpl
|
82c45a1952
|
- clean up, use simpler _get_email() replacement
|
16 years ago |
alecpl
|
cbf1f3cfaa
|
- Fixed creation of folders with '&' sign in name (reverted r1357)
|
16 years ago |
till
|
cbbef379a5
|
* bumping up copyright (happy new year ;-))
|
16 years ago |