alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
01538da580
|
- Show disabled checkboxes for protected folders instead of dots (#1485498)
|
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
|
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 |
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 |
thomascube
|
47d8d39cf4
|
Use rcmail::imap_connect() to establish IMAP connections; always initialize rcube_imap object in mail steps
|
15 years ago |
alecpl
|
a5897a3e38
|
- Support UTF-7 encoding in messages (#1485832)
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
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 |
alecpl
|
0456f83bcc
|
#1485567: fix virtual folders names
|
16 years ago |
alecpl
|
de2e0bfeb8
|
#1485439: style fixes for IE6,7
|
16 years ago |
alecpl
|
701b9a7c6b
|
- Add feedback and set busy when moving folder (#1485497)
|
16 years ago |
alecpl
|
70087c52bc
|
- don't set border=0 for images (use css for that)
|
16 years ago |
alecpl
|
7315902cb2
|
#1485405: typo
|
16 years ago |
alecpl
|
d93fc991a8
|
- Display progress message for folders create/delete/rename operations (#1485357)
|
16 years ago |
thomascube
|
3e8bd7af59
|
Insert virtual folders in subscription list (#1484779) + code cleanup
|
16 years ago |
alecpl
|
6eaac22d32
|
- Disallowed delimiter in folder name (#1484803)
|
17 years ago |
alecpl
|
681a59fa52
|
- Support for subfolders in default/protected folders (#1484665)
|
17 years ago |
alecpl
|
a55606b122
|
-localized pagetitle in Settings and Address book
-removed useless and not working code
|
17 years ago |
alecpl
|
32ac953986
|
- Fix management of folders with national characters in names (#1485036, #1485001)
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
17 years ago |
alecpl
|
09c1a37be2
|
- last change fix
|
17 years ago |
alecpl
|
28c59fcf24
|
- fixed folders management after r1291
|
17 years ago |
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
17 years ago |
alecpl
|
c5097c633b
|
#1484681
|
17 years ago |
thomascube
|
435fa9ec2b
|
Applied patch #1484812 for localizing folder names
|
17 years ago |
thomascube
|
a8d23d82a2
|
Show message count in folder list and hint when creating a subfolder
|
17 years ago |
till
|
9f5bd376b4
|
* fixed another instance of preg_quote() (thanks Sean N. Heukels)
|
17 years ago |
till
|
fa0152c21a
|
* fixed #1484738
|
17 years ago |
svncommit
|
68b6a9e8e4
|
- Enable single-selection toggling in JS list object
- Use row id's instead of folder names in folder renaming/moving
- Fix some smaller errors in folder renaming/moving
|
17 years ago |
svncommit
|
c685105ef2
|
After renaming/moving a folder, rename/move the children as well.
|
17 years ago |
svncommit
|
97a6566438
|
When a parent folder is deleted, delete the children immediately, instead of one-by-one as r833 did.
|
17 years ago |
thomascube
|
9490b7b7f2
|
Use object method to get imap hierarchy delimiter
|
17 years ago |
thomascube
|
6b79f7b57a
|
Set default IMAP folder delimiter; make sure is not empty
|
17 years ago |
svncommit
|
dfa1f36cca
|
Fix folder-management when delimiter is empty (re-closes #1457344).
|
17 years ago |
svncommit
|
f0db3d4cca
|
Create new folder as child of selected folder.
|
17 years ago |
svncommit
|
b0dbf3ce3e
|
Enable drag-/dropping of folders to a new parent folder, closes #1457344.
|
17 years ago |
thomascube
|
719a257f0c
|
Some bugfixes, security issues + minor improvements
|
17 years ago |
thomascube
|
8d07583f39
|
Use HTTP-POST requests for actions that change application state
|
18 years ago |
thomascube
|
f1154163b0
|
Merged branch devel-addressbook from r443 back to trunk
|
18 years ago |
svncommit
|
156dc40f8d
|
Fix folder deleting.
|
18 years ago |
thomascube
|
b3ce791561
|
Better input checking on GET and POST vars
|
18 years ago |
thomascube
|
2bca6e1da0
|
New (strict) quoting for all kind of strings
|
18 years ago |
thomascube
|
7e0ec7e460
|
Fixed folder name encoding in subscription list (Bug #1484113)
|
18 years ago |
svncommit
|
b6677bf9cf
|
- Add missing nl_NL translations
- Translate foldernames in folder form (closes #1484113)
|
18 years ago |
thomascube
|
e170b4b7f8
|
Some bugfixes and session expiration stuff
|
18 years ago |