|
|
|
@3353
|
[3353]
|
4 days |
thomasb |
Save draft information in one header; finally fixes #1486203
|
|
|
|
@3316
|
[3316]
|
12 days |
thomasb |
Flag original messages after sending a draft (#1486203)
|
|
|
|
@3306
|
[3306]
|
2 weeks |
thomasb |
New recent check based on UIDs
|
|
|
|
@3261
|
[3261]
|
5 weeks |
alec |
- Fix attachment excessive memory use, support messages of any size …
|
|
|
|
@3247
|
[3247]
|
6 weeks |
alec |
- Fix sorting by date of messages without date header on servers without …
|
|
|
|
@3213
|
[3213]
|
8 weeks |
alec |
- Use PLAIN auth when CRAM fails and imap_auth_type='check' (#1486371)
|
|
|
|
@3186
|
[3186]
|
3 months |
alec |
- Improved handling of message parts of type message/rfc822 (fixed e.g. …
|
|
|
|
@3153
|
[3153]
|
3 months |
alec |
- added feof() checks before fgets/fread
|
|
|
|
@3084
|
[3084]
|
4 months |
alec |
- Fix imap_auth_type regression (#1486263)
|
|
|
|
@3018
|
[3018]
|
5 months |
alec |
- improve Content-type header parsing
|
|
|
|
@3009
|
[3009]
|
5 months |
alec |
- simple fix in iil_C_FetchHeaders to handle "* BYE" response
|
|
|
|
@3006
|
[3006]
|
6 months |
alec |
- fix corrupted attachments on forward (#1486193)
|
|
|
|
@2974
|
[2974]
|
6 months |
alec |
- small code improvements
|
|
|
|
@2972
|
[2972]
|
6 months |
alec |
- Fix "Empty startup greeting" bug (#1486085)
|
|
|
|
@2938
|
[2938]
|
6 months |
alec |
- fix bug in r2929 commit (#1486107)
|
|
|
|
@2929
|
[2929]
|
6 months |
alec |
- Fix roundcube hangs on empty inbox with bincimapd (#1486093)
|
|
|
|
@2927
|
[2927]
|
6 months |
alec |
- Fix wrong headers for IE on servers without $_SERVERHTTPS? (#1485926) …
|
|
|
|
@2902
|
[2902]
|
7 months |
alec |
- fix displaying attachments with backslash in filename (#1486076)
|
|
|
|
@2897
|
[2897]
|
7 months |
alec |
- fix r2883 change (server command continuation response could be "+ …
|
|
|
|
@2883
|
[2883]
|
7 months |
alec |
- Fix endless loop on error response for APPEND command (#1486060)
|
|
|
|
@2879
|
[2879]
|
7 months |
alec |
- Fix Date sorting problem with Courier IMAP server (#1486065)
|
|
|
|
@2826
|
[2826]
|
8 months |
alec |
- Add rcube_imap::unset_flag (#1486017)
|
|
|
|
@2814
|
[2814]
|
8 months |
alec |
- Fix endless loop in iil_C_Login() with Courier IMAP (#1486010)
|
|
|
|
@2749
|
[2749]
|
8 months |
alec |
- fix debug output from iil_C_Append() + some more connection errors …
|
|
|
|
@2740
|
[2740]
|
8 months |
alec |
- small code improvements + possible bugs fixes
|
|
|
|
@2739
|
[2739]
|
8 months |
alec |
- small code improvements
|
|
|
|
@2738
|
[2738]
|
8 months |
alec |
- few fixes for last commits
|
|
|
|
@2735
|
[2735]
|
8 months |
alec |
- Performance improvements by use UID commands (#1485690)
|
|
|
|
@2719
|
[2719]
|
8 months |
alec |
- Added 'imap_debug' option, described 'sql_debug' option in config file
|
|
|
|
@2717
|
[2717]
|
8 months |
alec |
- Support %h variable in 'smtp_server' option (#1485766)
|
|
|
|
@2671
|
[2671]
|
9 months |
alec |
- Fix empty Date header issue (#1485923) + some cleanups
|
|
|
|
@2629
|
[2629]
|
9 months |
alec |
- Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list …
|
|
|
|
@2593
|
[2593]
|
10 months |
alec |
- fix FETCH reply parsing (#1485891)
|
|
|
|
@2570
|
[2570]
|
10 months |
alec |
- fix too many debug info ;)
|
|
|
|
@2569
|
[2569]
|
10 months |
alec |
- re-fix #1485884
|
|
|
|
@2563
|
[2563]
|
10 months |
alec |
- Fixed problem with double quote at the end of folder name (#1485884)
|
|
|
|
@2540
|
[2540]
|
10 months |
alec |
- Support UID EXPUNGE: remove only moved/deleted messages
|
|
|
|
@2533
|
[2533]
|
10 months |
alec |
- small LF fix in quoted-printable convertion
|
|
|
|
@2521
|
[2521]
|
10 months |
alec |
- handle startup response (#1484853)
|
|
|
|
@2504
|
[2504]
|
10 months |
alec |
- remove not used icl_commons.inc file
|
|
|
|
@2475
|
[2475]
|
10 months |
alec |
- fix uudecode (skip "begin XXX filename" header)
|
|
|
|
@2473
|
[2473]
|
10 months |
alec |
- handle one convert_uudecode() warning
|
|
|
|
@2471
|
[2471]
|
10 months |
alec |
- Support UUencode content encoding (#1485839)
|
|
|
|
@2464
|
[2464]
|
10 months |
alec |
- prevent infinite loop on imap error in iil_C_HandlePartBody()
|
|
|
|
@2451
|
[2451]
|
11 months |
alec |
- use preg_* instead of ereg* + removed caching functions
|
|
|
|
@2448
|
[2448]
|
11 months |
alec |
- Use UID STORE/COPY commands
|
|
|
|
@2401
|
[2401]
|
11 months |
thomasb |
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting …
|
|
|
|
@2388
|
[2388]
|
11 months |
alec |
- Support STARTTLS in IMAP connection (#1485284)
|
|
|
|
@2378
|
[2378]
|
11 months |
alec |
- re-fix last commmit
|
|
|
|
@2377
|
[2377]
|
11 months |
alec |
- Fix opening attachment marks message as read (#1485803)
|
|
|
|
@2331
|
[2331]
|
13 months |
alec |
- Fix FETCH result parsing for servers returning flags at the end of …
|
|
|
|
@2330
|
[2330]
|
13 months |
alec |
- Fix errors handling in IMAP command continuations (#1485762)
|
|
|
|
@2280
|
[2280]
|
13 months |
alec |
- Fix some base64 encoded attachments handling (#1485725)
|
|
|
|
@2273
|
[2273]
|
13 months |
alec |
- Support NGINX as IMAP backend: better BAD response handling (#1485720)
|
|
|
|
@2263
|
[2263]
|
14 months |
alec |
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag …
|
|
|
|
@2240
|
[2240]
|
14 months |
alec |
#1484467: fix problems with backslash as imap hierarchy delimiter
|
|
|
|
@2222
|
[2222]
|
14 months |
alec |
- Improve messages display performance
|
|
|
|
@2221
|
[2221]
|
14 months |
alec |
- fix: set default auth method to 'check' not 'plain'
|
|
|
|
@2185
|
[2185]
|
15 months |
alec |
- fix internal date parsing
|
|
|
|
@2172
|
[2172]
|
15 months |
alec |
- Support multiple quota values in QUOTAROOT resonse (#1485626)
|
|
|
|
@2144
|
[2144]
|
15 months |
alec |
- comment console() call
|
|
|
|
@2143
|
[2143]
|
15 months |
alec |
- Performance: allow setting imap rootdir and delimiter before connect …
|
|
|
|
@2096
|
[2096]
|
16 months |
alec |
- re-fix r2095
|
|
|
|
@2079
|
[2079]
|
16 months |
thomasb |
Fix call-time pass-by-reference warnings
|
|
|
|
@2072
|
[2072]
|
16 months |
alec |
- optimize iil_C_FetchHeaders() to use only one FETCH command
|
|
|
|
@2069
|
[2069]
|
16 months |
alec |
- Speed up raw message body handling (call FETCH only once for the whole …
|
|
|
|
@2067
|
[2067]
|
16 months |
alec |
- last change fix
|
|
|
|
@2066
|
[2066]
|
16 months |
alec |
- Fix handling of some malformed messages (#1484438)
|
|
|
|
@2055
|
[2055]
|
16 months |
alec |
- don't use SORT when SEARCH is better (sort field not specified)
|
|
|
|
@2052
|
[2052]
|
16 months |
alec |
- fixes for status filter
- don't call search second time if first call …
|
|
|
|
@2046
|
[2046]
|
16 months |
alec |
- Use SORT for searching on servers with SORT capability
|
|
|
|
@2026
|
[2026]
|
17 months |
alec |
- added BYE response simple support to prevent from endless loops in …
|
|
|
|
@1964
|
[1964]
|
17 months |
alec |
- fixed iil_C_Sort() to support very long and/or divided responses …
|
|
|
|
@1960
|
[1960]
|
17 months |
alec |
- Fix imap searching on ISMail (#1485466)
|
|
|
|
@1899
|
[1899]
|
18 months |
alec |
- small improvement: don't use implode to check array elements
|
|
|
|
@1800
|
[1800]
|
18 months |
alec |
- Reduced memory footprint when forwarding attachments (#1485345)
- Fixed …
|
|
|
|
@1791
|
[1791]
|
18 months |
alec |
- handle 'undisclosed-recipients in imap.inc
|
|
|
|
@1714
|
[1714]
|
19 months |
alec |
- last change fix
|
|
|
|
@1713
|
[1713]
|
19 months |
alec |
- fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use
|
|
|
|
@1691
|
[1691]
|
19 months |
alec |
- Added option 'quota_zero_as_unlimited' (#1484604)
|
|
|
|
@1682
|
[1682]
|
19 months |
alec |
-removed flush() calls in iil_C_HandlePartBody() to prevent from memory …
|
|
|
|
@1658
|
[1658]
|
19 months |
thomasb |
Better fix for bodystructure parsing (#1485280)
|
|
|
|
@1657
|
[1657]
|
19 months |
thomasb |
Fix bodystructure parsing (#1485280)
|
|
|
|
@1646
|
[1646]
|
19 months |
thomasb |
Better fix for skipping untagged responses; should also work with long …
|
|
|
|
@1616
|
[1616]
|
20 months |
thomasb |
Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. …
|
|
|
|
@1590
|
[1590]
|
20 months |
thomasb |
Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
|
|
|
|
@1580
|
[1580]
|
21 months |
alec |
- Added flag column on messages list (#1484623)
|
|
|
|
@1565
|
[1565]
|
21 months |
thomasb |
Flag original message as Forwarded when sending mail
|
|
|
|
@1557
|
[1557]
|
21 months |
thomasb |
Revert changes from r994 and make cram-md5 work again (#1484819)
|
|
|
|
@1480
|
[1480]
|
22 months |
thomasb |
Fix structure parsing and html output for multipart messages
|
|
|
|
@1478
|
[1478]
|
22 months |
alec |
- added iil_PutLine() wrapper for fputs()
- code cleanup and identation …
|
|
|
|
@1477
|
[1477]
|
22 months |
thomasb |
Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK …
|
|
|
|
@1466
|
[1466]
|
22 months |
alec |
- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of …
|
|
|
|
@1460
|
[1460]
|
22 months |
alec |
- Escape \ in login (#1484614)
|
|
|
|
@1457
|
[1457]
|
22 months |
alec |
- Support " and \ in folder names
|
|
|
|
@1430
|
[1430]
|
22 months |
thomasb |
Moved RoundCube functionality from lib to rcube_imap class; removed debug …
|
|
|
|
@1424
|
[1424]
|
22 months |
till |
fix to #1485083
|
|
|
|
@1419
|
[1419]
|
22 months |
alec |
- trim(chop()) replaced by trim() (#1485080)
|
|
|
|
@1414
|
[1414]
|
22 months |
alec |
-commented out optional capability response reading on connect
|
|
|
|
@1369
|
[1369]
|
23 months |
alec |
- fixed comments
|
|
|
|