summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2010-12-23- Add debug handler support in rcube_imap_genericalec
git-svn-id: https://svn.roundcube.net/trunk@4367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-22- Improve handling of whitespace characters after closing PHP tag in ↵alec
localization and config files git-svn-id: https://svn.roundcube.net/trunk@4363 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-22- Fix handling (skipping) of unilateral untagged server responses (in ↵alec
THREAD/SORT/SEARCH commands) git-svn-id: https://svn.roundcube.net/trunk@4360 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-17- Make possible to overwrite server's namespaces with imap_ns_* optionsalec
git-svn-id: https://svn.roundcube.net/trunk@4344 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-14- Fix charset conversion for text attachments without charset specification ↵alec
(#1487634) git-svn-id: https://svn.roundcube.net/trunk@4340 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-10- Allow setting _user and _host via GET parameters on login screen (#1486993)alec
git-svn-id: https://svn.roundcube.net/trunk@4336 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-10- Improved emoticons text representationsalec
git-svn-id: https://svn.roundcube.net/trunk@4334 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- CS fixesalec
git-svn-id: https://svn.roundcube.net/trunk@4327 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- Add username and IP address to log message on unsuccessful login (#1487626)alec
git-svn-id: https://svn.roundcube.net/trunk@4326 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-08- Fix handling of untagged responses for AUTHENTICATE command (#1487450) alec
git-svn-id: https://svn.roundcube.net/trunk@4322 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alec
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox git-svn-id: https://svn.roundcube.net/trunk@4321 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-07- Fix closeConnection() call in rcube_imap::reconnect()alec
git-svn-id: https://svn.roundcube.net/trunk@4312 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-07- Get rid of IMAP connection message tracingalec
git-svn-id: https://svn.roundcube.net/trunk@4311 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ↵alec
all folders when we need only children of the specified folder. git-svn-id: https://svn.roundcube.net/trunk@4310 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-06- Fix plaintext versions of HTML messages don't contain placeholders for ↵alec
emotions (#1485206) git-svn-id: https://svn.roundcube.net/trunk@4309 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-03- Removed temp debug codealec
git-svn-id: https://svn.roundcube.net/trunk@4307 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-03- Improve performance of moving or copying of all messages in a folder (use ↵alec
CLOSE intead of EXPUNGE) - Code cleanup + added more phpdoc comments git-svn-id: https://svn.roundcube.net/trunk@4306 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-03- New Folder Manager UIalec
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791) git-svn-id: https://svn.roundcube.net/trunk@4304 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-01- Allow setting autocomplete attribute for all inputs separately (#1487313)alec
git-svn-id: https://svn.roundcube.net/trunk@4296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-30- Add 'login_lc' config option for case-insensitive authentication (#1487113)alec
- Make username comparison case sensitive on MySQL git-svn-id: https://svn.roundcube.net/trunk@4290 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-29- Fix attachments of type message/rfc822 are not listed on attachments listalec
git-svn-id: https://svn.roundcube.net/trunk@4288 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-29- Handle PHP warning in decrypt function (#1485970)alec
git-svn-id: https://svn.roundcube.net/trunk@4287 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-27Save session data with bas64 ecoding to make it more robust against garbage ↵thomasb
data (#1487136) git-svn-id: https://svn.roundcube.net/trunk@4275 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-26- Add workaround for MSOE's multipart/related messages with non-related ↵alec
attachments git-svn-id: https://svn.roundcube.net/trunk@4274 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Add check to other cases, toothomasb
git-svn-id: https://svn.roundcube.net/trunk@4264 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomasb
git-svn-id: https://svn.roundcube.net/trunk@4263 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Allow plugin templates to include local files (#1487133); make autocomplete ↵thomasb
on login screen configurable git-svn-id: https://svn.roundcube.net/trunk@4257 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24- Temporarily commented out \Noselect flag checking in select(), because of ↵alec
problems with Courier git-svn-id: https://svn.roundcube.net/trunk@4256 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24- Small code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@4255 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- Fix PHP warning: check if array isn't empty before using max()alec
git-svn-id: https://svn.roundcube.net/trunk@4254 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix last change in rcube_html_editor()alec
git-svn-id: https://svn.roundcube.net/trunk@4238 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Add threads() result checkingalec
git-svn-id: https://svn.roundcube.net/trunk@4233 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alec
git-svn-id: https://svn.roundcube.net/trunk@4232 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-16- Execute HTML editor initialization in page footer (#1487125)alec
git-svn-id: https://svn.roundcube.net/trunk@4228 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-14- Re-fix handling of html entity strings in plain/text messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4222 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- More fixes for folders with name "0"alec
git-svn-id: https://svn.roundcube.net/trunk@4220 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with "<>" characters in namealec
git-svn-id: https://svn.roundcube.net/trunk@4219 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with name "0" (#1487119)alec
git-svn-id: https://svn.roundcube.net/trunk@4216 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-11- Fix displaying of text/plain messages containing HTML entitiesalec
git-svn-id: https://svn.roundcube.net/trunk@4215 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- Fix handling of message bodies (quoted-printable encoded) with NULL ↵alec
characters (#1486189) git-svn-id: https://svn.roundcube.net/trunk@4207 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Fix lack of IMAP server response in logged error message when using ↵alec
AUTHENTICATE PLAIN with SASL-IR git-svn-id: https://svn.roundcube.net/trunk@4203 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- oops, fix parse error from last commitalec
git-svn-id: https://svn.roundcube.net/trunk@4200 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Add support for shared folders (#1403507)alec
git-svn-id: https://svn.roundcube.net/trunk@4198 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-08- Fix operations on messages in unsubscribed folders (#1487107)alec
git-svn-id: https://svn.roundcube.net/trunk@4194 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-07Support skins with old template namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@4192 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-07- Remove redundant directory separatoralec
git-svn-id: https://svn.roundcube.net/trunk@4189 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-05- CS fixesalec
git-svn-id: https://svn.roundcube.net/trunk@4187 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-05- Fix mailbox status checking when skip_deleted and threading are enabledalec
git-svn-id: https://svn.roundcube.net/trunk@4186 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-04- Add possibility to force mailbox selection. There're situations where ↵alec
we're invoking STATUS (for all messages count) and SELECT later for other operations. If we call SELECT first, the STATUS will be not needed. git-svn-id: https://svn.roundcube.net/trunk@4180 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-04- Skip conversion when input charset is BINARYalec
git-svn-id: https://svn.roundcube.net/trunk@4178 208e9e7b-5314-0410-a742-e7e81cd9613c