Aleksander Machniak
|
1aaa4bc393
|
Fix PHP Warning: ldap_parse_virtuallist_control() expects parameter 2 to be
resource, null given. This happens on Administrative Limit Exceeded error when
using VLV.
|
12 years ago |
Aleksander Machniak
|
7b29770e2b
|
Merge pull request #51 from alex-go/master
Fixed small error in SQ-usercopy
|
12 years ago |
Thomas Bruederli
|
9cd1b120d0
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Alex_Go
|
2884303903
|
fixed sq_usercopy to correctly copy SQ-label to RC-notes.
|
12 years ago |
Aleksander Machniak
|
4f1c887eaa
|
Add support for IMAP BINARY (RFC3516)
|
12 years ago |
Thomas Bruederli
|
6488992dd0
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
3bb75a5cc7
|
Add default path for mime.types file; map jpg => image/jpeg in fallback list
|
12 years ago |
Thomas B.
|
d414cc05a3
|
Add github syntax highlighting to php code snippet
|
12 years ago |
Thomas Bruederli
|
bc1ec6c1a1
|
Added README file for the Roundcube framework
|
12 years ago |
Thomas Bruederli
|
9e1605f9e4
|
Better explanation of the new mime_types config option
|
12 years ago |
Aleksander Machniak
|
7c5d4b0d4d
|
Fix typo in identity data parser ('ident' item wasn't set correctly)
|
12 years ago |
Aleksander Machniak
|
a3985963f0
|
Fix big memory consumption of DB layer (#1488856)
|
12 years ago |
Aleksander Machniak
|
996af3bfd9
|
Some more rcmail -> rcube cleanup
|
12 years ago |
Aleksander Machniak
|
8b748de4ec
|
Plugin API: add 'check_recent' hook with possibility to control folders list used on check-recent action
|
12 years ago |
Aleksander Machniak
|
176172c850
|
Fix PHP warning when replied message contains exactly one Delivered-To header
|
12 years ago |
Aleksander Machniak
|
4a63c8f972
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Aleksander Machniak
|
04acc75f77
|
Replace topline container with topline-left, topline-center, topline-right containers (#1488846)
|
12 years ago |
Aleksander Machniak
|
f11cf3e600
|
Fix typo, the issue unintentionally removes password from the session
|
12 years ago |
Aleksander Machniak
|
c7ff6ec2cb
|
Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844)
|
12 years ago |
Aleksander Machniak
|
74cd0a9b62
|
- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
|
12 years ago |
Aleksander Machniak
|
0fa54df638
|
enriched.inc -> rcube_enriched
|
12 years ago |
Aleksander Machniak
|
e327ebd7fe
|
Unify top-border on message-part and image-attachment elements
|
12 years ago |
Aleksander Machniak
|
8afbc8aeea
|
Fix attachment Content-Length for in-memory files (#1488844)
|
12 years ago |
Aleksander Machniak
|
7eb7806b21
|
Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836)
|
12 years ago |
Aleksander Machniak
|
876d31d594
|
Fix empty email on identities list after identity update (#1488834)
|
12 years ago |
Aleksander Machniak
|
5875548d98
|
Update changelog
|
12 years ago |
Aleksander Machniak
|
48ef1334ff
|
Merge pull request #49 from linagora/master
Add new identity level: one identity with edit only signature
|
12 years ago |
Aleksander Machniak
|
0247b89c38
|
Move code for identity selection to function, move identities formatting to rcube_user::list_identities()
|
12 years ago |
Aleksander Machniak
|
30cc01f89d
|
Use Delivered-To header as a last resort for identity selection (#1488840)
|
12 years ago |
Aleksander Machniak
|
511e1668e6
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Aleksander Machniak
|
46f06cd0e9
|
Fixed compatibility with jQueryUI-1.9
|
12 years ago |
Aleksander Machniak
|
743d9206df
|
Optimized images size (#1488835)
|
12 years ago |
Aleksander Machniak
|
da7905f9c6
|
Fixed filter operations after filter deletion (#1488832)
|
12 years ago |
Aleksander Machniak
|
8beceebb55
|
Fix deleting of collapsed threads, broken in 2b55d4f420 (#1488772)
|
12 years ago |
Thomas Bruederli
|
4f80bb5e63
|
Update Changelog
|
12 years ago |
Thomas Bruederli
|
c14b337450
|
Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and filename extensions
|
12 years ago |
Thomas Bruederli
|
dff2c713fb
|
Add argument to fetch message parts only partially. Can be used for content mimetype detection without loading the entire file
|
12 years ago |
Thomas Bruederli
|
0a83971d3e
|
Clarify mime_magic config option; add new function to map mimetypes and filename extensions
|
12 years ago |
Thomas Bruederli
|
928cb3401b
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
297a74adf1
|
Bring back rcube_html_page class which was lost in framework refactoring; fix typo
|
12 years ago |
Aleksander Machniak
|
63f130782c
|
Small fixes to last commits
|
12 years ago |
Thomas Bruederli
|
60226a75d8
|
Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes
|
12 years ago |
Thomas Bruederli
|
10da75f364
|
Move shortcut functions to framework class
|
12 years ago |
Aleksander Machniak
|
0c82e95c59
|
Apply rcube_shared.inc -> bootstrap.php change in tests
|
12 years ago |
Aleksander Machniak
|
a92beb6bdb
|
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
|
12 years ago |
Thomas Bruederli
|
581fe08a05
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
jeremie kornobis
|
c753bc4a8b
|
unset email address with new level entity 4
|
12 years ago |
Thomas Bruederli
|
1bfe958ed8
|
Option to disable localization of the archive folder name
|
12 years ago |
jeremie kornobis
|
f125852979
|
Add new identity level: one identity with edit only signature
|
12 years ago |
Aleksander Machniak
|
3ff8cc2bc8
|
RCMAIL_VERSION -> RCUBE_VERSION
|
12 years ago |