alecpl
e232acbfde
- Improve performance of moving or copying of all messages in a folder (use CLOSE intead of EXPUNGE)
...
- Code cleanup + added more phpdoc comments
2010-12-03 12:25:49 +00:00
alecpl
af3c045ecf
- New Folder Manager UI
...
- 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 )
2010-12-03 10:58:40 +00:00
alecpl
1cca4fbd45
- Allow setting autocomplete attribute for all inputs separately ( #1487313 )
2010-12-01 11:20:43 +00:00
alecpl
e17553d954
- Add 'login_lc' config option for case-insensitive authentication ( #1487113 )
...
- Make username comparison case sensitive on MySQL
2010-11-30 13:43:04 +00:00
alecpl
fd371a519d
- Fix attachments of type message/rfc822 are not listed on attachments list
2010-11-29 09:54:15 +00:00
alecpl
9016a84f7b
- Handle PHP warning in decrypt function ( #1485970 )
2010-11-29 08:50:39 +00:00
thomascube
eee6944b5d
Save session data with bas64 ecoding to make it more robust against garbage data ( #1487136 )
2010-11-27 13:59:05 +00:00
alecpl
63f9dee62d
- Add workaround for MSOE's multipart/related messages with non-related attachments
2010-11-26 12:41:16 +00:00
thomascube
f5e5eed330
Add check to other cases, too
2010-11-24 15:46:17 +00:00
thomascube
e31afbbc9b
Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command
2010-11-24 15:44:05 +00:00
thomascube
fbe24e9fa9
Allow plugin templates to include local files ( #1487133 ); make autocomplete on login screen configurable
2010-11-24 11:56:15 +00:00
alecpl
576b330ebd
- Temporarily commented out \Noselect flag checking in select(), because of problems with Courier
2010-11-24 11:55:55 +00:00
alecpl
d1a9885f21
- Small code cleanup
2010-11-24 07:38:02 +00:00
alecpl
617623fa79
- Fix PHP warning: check if array isn't empty before using max()
2010-11-23 19:26:11 +00:00
alecpl
11a61a8ab3
- Fix last change in rcube_html_editor()
2010-11-19 13:52:39 +00:00
alecpl
e9a974990e
- Add threads() result checking
2010-11-18 14:24:47 +00:00
alecpl
0f9d8ca40d
- Don't set attachment's charset in Content-type header ( #1487122 )
2010-11-18 10:34:10 +00:00
alecpl
4b410e2064
- Execute HTML editor initialization in page footer ( #1487125 )
2010-11-16 07:47:07 +00:00
alecpl
a4c970508b
- Re-fix handling of html entity strings in plain/text messages
2010-11-14 10:09:14 +00:00
alecpl
5d238918a7
- More fixes for folders with name "0"
2010-11-12 14:43:33 +00:00
alecpl
b72e2f9a17
- Fix handling of folders with "<>" characters in name
2010-11-12 13:05:18 +00:00
alecpl
44840971e8
- Fix handling of folders with name "0" ( #1487119 )
2010-11-12 10:47:04 +00:00
alecpl
d2b27d1175
- Fix displaying of text/plain messages containing HTML entities
2010-11-11 13:39:10 +00:00
alecpl
ad3c273c91
- Fix handling of message bodies (quoted-printable encoded) with NULL characters ( #1486189 )
2010-11-10 08:15:41 +00:00
alecpl
d903fb4dd4
- Fix lack of IMAP server response in logged error message when using AUTHENTICATE PLAIN with SASL-IR
2010-11-09 13:49:31 +00:00
alecpl
ad5881162d
- oops, fix parse error from last commit
2010-11-09 09:18:28 +00:00
alecpl
00290a6032
- Add support for shared folders ( #1403507 )
2010-11-09 07:54:34 +00:00
alecpl
3bb9b5212b
- Fix operations on messages in unsubscribed folders ( #1487107 )
2010-11-08 12:55:48 +00:00
thomascube
7fcb56b5b6
Support skins with old template names
2010-11-07 12:44:54 +00:00
alecpl
cdf1ae0029
- Remove redundant directory separator
2010-11-07 07:50:16 +00:00
alecpl
c0ed783aa1
- CS fixes
2010-11-05 12:24:52 +00:00
alecpl
c26b398d56
- Fix mailbox status checking when skip_deleted and threading are enabled
2010-11-05 12:19:12 +00:00
alecpl
30b30226e6
- Add possibility to force mailbox selection. There're situations where 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.
2010-11-04 14:03:26 +00:00
alecpl
b8d8cbda45
- Skip conversion when input charset is BINARY
2010-11-04 13:05:29 +00:00
alecpl
bf13ba996c
- remove charset=binary from content-type
2010-11-04 12:42:22 +00:00
alecpl
8738e943db
- Use consistent naming (folder -> mailbox), fixed #1487101
2010-11-03 14:40:35 +00:00
alecpl
f75f65ce47
- Added option imap_force_lsub for some buggy LIST-EXTENDED implementations ( #1486225 )
2010-11-03 08:29:27 +00:00
alecpl
a5e8e5df88
- Small code improvements
2010-11-02 14:31:27 +00:00
alecpl
36911ea111
- Improve performance by invoking STATUS command once for both MESSAGES and UNSEEN counters
2010-10-30 15:06:31 +00:00
alecpl
9ae29c9525
- Improve performance of message cache status checking when skip_disabled=true
2010-10-29 18:02:19 +00:00
alecpl
93272ea91b
- Use consistent results from some functions, code cleanup
2010-10-29 12:41:11 +00:00
alecpl
c309cd8928
- Improve performance of setting IMAP flags using .SILENT suffix
2010-10-29 12:18:05 +00:00
alecpl
7bdd3e22b5
- Fix address parsing for situation when encoded words are used inside quoted string ( #1484961 )
2010-10-29 10:50:53 +00:00
alecpl
01bdfd327c
- Improve performance of clear_mailbox() when skip_deleted=true
2010-10-29 10:27:22 +00:00
alecpl
2cd443315d
- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' property
...
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property
2010-10-29 08:42:28 +00:00
alecpl
f0638be52a
- Close properly IMAP connection when login fails
...
- Don't use LOGIN when server sent LOGINDISABLED
2010-10-28 16:35:49 +00:00
alecpl
77327e252a
- Add SORT=DISPLAY support (RFC 5957)
2010-10-28 07:34:27 +00:00
alecpl
b393e54247
- Add rcube_addressbook::get_record_groups() ( #1487089 )
2010-10-27 07:23:57 +00:00
alecpl
36ed9d7ec6
- Improve performance of rcube_imap_generic::countMessages() using STATUS instead of SELECT
2010-10-27 06:53:11 +00:00
alecpl
d21a05b481
- Fix handling of URLs with semicolon (;) character ( #1487088 )
2010-10-27 06:25:13 +00:00