thomascube
|
e93e54fb26
|
Tiny correction of phpdoc
|
2008-09-21 11:05:41 +00:00 |
|
thomascube
|
42e328a85f
|
Indent with spaces not tabs. Please respect our code-style when creating patches!
|
2008-09-19 19:42:11 +00:00 |
|
alecpl
|
20a25197f3
|
applied tensor's patch: incorrect handling of filename of second and subsequent long non-ASCII attachments
|
2008-09-19 16:20:39 +00:00 |
|
alecpl
|
b62b5a0395
|
- removed temp write_log()
|
2008-09-16 08:51:45 +00:00 |
|
alecpl
|
81b573d98a
|
- Reduced memory footprint when forwarding attachments (#1485345)
- Fixed endless loop in iil_C_HandlePartBody()
- rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
|
2008-09-16 08:49:28 +00:00 |
|
alecpl
|
e5686f4a01
|
- Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- debug console css fixes for IE
|
2008-09-12 12:13:13 +00:00 |
|
thomascube
|
32efb0b631
|
Trigger SELECT command to restore connection status after reconnect (#1485330)
|
2008-09-10 14:57:07 +00:00 |
|
thomascube
|
2e6825b2e9
|
Applied mime_decode patch by David Lublink
|
2008-09-05 09:55:07 +00:00 |
|
thomascube
|
c505e59a6d
|
Respect Content-Location headers in multipart/related messages (#1484946)
|
2008-09-05 09:29:06 +00:00 |
|
alecpl
|
97e9d16e30
|
- r1718 code cleanup
|
2008-09-03 11:18:06 +00:00 |
|
alecpl
|
5df0ad040a
|
- Add RFC2231 header value continuations support for attachment
filenames + hack for servers that not support that feature
|
2008-09-03 10:52:26 +00:00 |
|
alecpl
|
11ef977d13
|
- fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use
|
2008-09-02 12:29:31 +00:00 |
|
alecpl
|
95987c3943
|
- removed PHP4 class constructors
|
2008-08-21 06:59:45 +00:00 |
|
alecpl
|
f219a20fff
|
#1485229: fixed mailboxlist sorting for folder names with upper case
|
2008-08-05 11:09:11 +00:00 |
|
thomascube
|
5b3dd412d2
|
Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
|
2008-07-15 16:48:20 +00:00 |
|
alecpl
|
e189a6ca18
|
- Added flag column on messages list (#1484623)
|
2008-06-30 09:36:18 +00:00 |
|
thomascube
|
c719f3c1e0
|
Store compose parameters in session and redirect to a unique URL
|
2008-06-20 10:40:01 +00:00 |
|
thomascube
|
1fb78c57cc
|
Revert changes from r994 and make cram-md5 work again (#1484819)
|
2008-06-18 06:44:39 +00:00 |
|
alecpl
|
d87fc29fee
|
- don't call expunge and don't remove message row after message move
if flag_for_deletion is set to true (#1485002)
|
2008-06-11 19:26:08 +00:00 |
|
alecpl
|
b541216c53
|
-added encoding detection for attachment names when message part hasn't got charset definition (#1484969)
|
2008-06-07 18:48:59 +00:00 |
|
thomascube
|
cfe4a6baf4
|
Fix structure parsing and html output for multipart messages
|
2008-06-05 17:35:12 +00:00 |
|
alecpl
|
077070381f
|
#1485106
|
2008-06-05 17:31:57 +00:00 |
|
thomascube
|
0a99895ead
|
Fix fallback if no message strucutre is provided by the imap server
|
2008-06-05 10:33:29 +00:00 |
|
thomascube
|
70aa900cba
|
Use internal strtolower function because mbstring is optional
|
2008-06-05 10:09:24 +00:00 |
|
alecpl
|
ea400ed2df
|
-cleanup
|
2008-05-30 10:55:05 +00:00 |
|
alecpl
|
681a59fa52
|
- Support for subfolders in default/protected folders (#1484665)
|
2008-05-30 10:35:19 +00:00 |
|
thomascube
|
0e6bdbe8f5
|
Pass auth_type as argument; don't start session if started from command line
|
2008-05-28 22:44:22 +00:00 |
|
alecpl
|
53873e32aa
|
- Fixed sorting of folders with non-ascii characters
|
2008-05-28 06:54:29 +00:00 |
|
thomascube
|
05d180a826
|
iil_C_FetchHeaders does not always return the headers in the correct order -> sort them manually; improved rcube_header_sorter performance
|
2008-05-27 08:08:30 +00:00 |
|
thomascube
|
bf0cb98701
|
Moved RoundCube functionality from lib to rcube_imap class; removed debug log
|
2008-05-27 06:41:46 +00:00 |
|
thomascube
|
a057930096
|
Fix automatic creation of (prefixed) folders
|
2008-05-20 08:29:51 +00:00 |
|
thomascube
|
8fa58e72a3
|
New class rcube_message representing a mail message; changed global $MESSAGE from array to object
|
2008-05-17 17:46:43 +00:00 |
|
thomascube
|
b026c3be85
|
Make IMAP auth type configurable (#1483825)
|
2008-05-15 21:21:35 +00:00 |
|
alecpl
|
fc23121982
|
-added check for caching_enabled (#1485051)
|
2008-05-12 19:19:41 +00:00 |
|
alecpl
|
3998350520
|
- Fixed (?) r1366 change (#1485050)
|
2008-05-09 06:53:48 +00:00 |
|
alecpl
|
583850d00c
|
- Corrected message headers decoding when charset isn't specified and improved
support for native languages (#1485050, #1485048)
|
2008-05-08 09:07:04 +00:00 |
|
alecpl
|
f1b75374b2
|
- Optimized messages sorting on servers without sort capability (#1485049)
|
2008-05-08 07:38:36 +00:00 |
|
alecpl
|
c5cc386da4
|
- fixed searching broken in r1341
|
2008-05-02 08:51:15 +00:00 |
|
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
2008-04-30 08:21:42 +00:00 |
|
alecpl
|
257782150d
|
- improved messages list performance - patch from Justin Heesemann
|
2008-04-29 06:44:57 +00:00 |
|
alecpl
|
f94a801d03
|
- Fix typo in set_charset() (#1484991)
|
2008-04-16 06:17:32 +00:00 |
|
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
2008-04-12 13:54:45 +00:00 |
|