Commit Graph

1181 Commits

Author SHA1 Message Date
alecpl
02491a9789 - Make possible to overwrite server's namespaces with imap_ns_* options 2010-12-17 09:16:47 +00:00
alecpl
9840ab69e4 - Fix charset conversion for text attachments without charset specification (#1487634) 2010-12-14 07:37:52 +00:00
alecpl
1013bad3a2 - Allow setting _user and _host via GET parameters on login screen (#1486993) 2010-12-10 12:47:14 +00:00
alecpl
a06535e20d - Improved emoticons text representations 2010-12-10 11:08:22 +00:00
alecpl
c2c820cbf4 - CS fixes 2010-12-09 14:56:06 +00:00
alecpl
ad399a95dd - Add username and IP address to log message on unsuccessful login (#1487626) 2010-12-09 09:26:54 +00:00
alecpl
4064452816 - Fix handling of untagged responses for AUTHENTICATE command (#1487450) 2010-12-08 14:24:53 +00:00
alecpl
90f81a6c8d - Better support for READ-ONLY and NOPERM responses handling (#1487083)
- Add confirmation message on purge/expunge commands response
- Fix CLOSE was called on unselected mailbox
2010-12-08 12:52:04 +00:00
alecpl
dd83549dda - Fix closeConnection() call in rcube_imap::reconnect() 2010-12-07 13:03:33 +00:00
alecpl
d7e83d34dd - Get rid of IMAP connection message tracing 2010-12-07 10:46:53 +00:00
alecpl
0e11940a65 - Improve performance of folder rename and delete actions. Don't get list of all folders when we need only children of the specified folder. 2010-12-06 14:06:44 +00:00
alecpl
7472893512 - Fix plaintext versions of HTML messages don't contain placeholders for emotions (#1485206) 2010-12-06 11:13:55 +00:00
alecpl
9e81b55616 - Removed temp debug code 2010-12-03 12:28:54 +00:00
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