alecpl
68217c548a
-add convert encoding before html parsing
17 years ago
alecpl
02548b976c
- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
...
- imap.inc: Fixed iil_C_FetchStructureString() to handle many
literal strings in response (#1484969 )
- imap.inc: Removed hardcoded data size in iil_ReadLine()
17 years ago
alecpl
d1e8e3f5a0
- Escape \ in login ( #1484614 )
17 years ago
alecpl
e16938eac8
- Support " and \ in folder names
17 years ago
thomascube
45f56c1c40
Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments
17 years ago
thomascube
bf0cb98701
Moved RoundCube functionality from lib to rcube_imap class; removed debug log
17 years ago
till
3bfab3b99c
fix to #1485083
17 years ago
alecpl
9b90b33713
- trim(chop()) replaced by trim() ( #1485080 )
17 years ago
alecpl
f35f9c53fe
-commented out optional capability response reading on connect
17 years ago
alecpl
e5deaae528
- Updated PEAR::DB package to version 1.7.13
17 years ago
alecpl
ad69589792
- fixed comments
17 years ago
alecpl
ca4c087f02
- Don't call CAPABILITY twice if possible (RFC3501 [7.1])
17 years ago
alecpl
d1403fd726
- fixed #1485032 and updated MDB2 package+drivers
17 years ago
alecpl
f294da0d9e
#1484728
17 years ago
alecpl
1578816422
- Updated PEAR::Auth_SASL to 1.0.2
17 years ago
alecpl
0a97a039c4
- Fix IMAP response in message body when message has no body ( #1484964 )
17 years ago
alecpl
76a89bf04d
#1333167
...
#1484916
17 years ago
thomascube
47124c2279
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
17 years ago
till
b5c2469d49
* committed a suggestion from #1483956
...
* cleaned up two functions
17 years ago
till
14432db388
* applying patch from #1484811
17 years ago
thomascube
696d0c60c3
Remove unnecessary flush() causing headers-sent message ( #1484860 )
17 years ago
thomascube
ada9715afe
Add map file for korean charset
17 years ago
till
8150d28370
* added isset() to get rid off notice
17 years ago
till
ce56b9ff02
* adding magic file
17 years ago
till
3d695da299
* cs fixes
17 years ago
thomascube
a9a8ef2b5c
Use INTERNALDATE if Date: header is missing; convert some spaces back to tabs
17 years ago
till
d5ff9276cc
* attempted to revise the fix from #1484577 to streamline IMAP communication
...
* not a 100% working, checking in for thomasb
17 years ago
till
90180eff2f
* added bad_date_display.patch from #1484577
17 years ago
thomascube
5bc0ab10fc
Distinguish ssl and tls for imap connections ( #1484667 )
17 years ago
till
a527781d5a
* added FIXME
...
* tried to debug a loop
17 years ago
till
95ebbc985a
* putting latest MDB2 into SVN
...
* adding MDB2 drivers for mssql, mysql, mysqli, pgsql, sqlite
17 years ago
thomascube
ff08eed202
Also respect receipt and priority settings when re-opening a draft message
17 years ago
till
39508cb784
* fixed #1484629
...
* some cs
17 years ago
till
06583c301d
* replace more double with single-quotes
...
* some cs
17 years ago
till
c2b197ac67
* replaced more " with '
...
* some CS
* added some comments to delimiter 'logic'
17 years ago
till
31ecc4ff63
* added @todo
...
* fixed more cs (in switch())
17 years ago
till
611a6a71d3
* minor cs
...
* fixed #1484712
17 years ago
till
6ccd45a13a
* cleaned up CS (confusion in #1484467 )
...
* simplyfied lots of if-else structures
17 years ago
till
a5b598241f
* updated bundled Net_Socket to 1.0.8
...
* updated bundled Net_SMTP to 1.2.10
17 years ago
thomascube
fba1f5ab81
New class rcube_user + send message disposition notification
17 years ago
thomascube
ed54070eb5
Track message disposition notification flag and headers
17 years ago
thomascube
644e27e554
Applied UID fetch patch by Glen Ogilvie
17 years ago
thomascube
e4867ea740
Fix bugs #1484555 , #1484646 and #1484639
17 years ago
thomascube
63749a1a1f
Make parser more tolerant for message structure errors (reported by Manuel Giorgini)
17 years ago
thomascube
9e0bb6bcde
Applied socket error patch by Thomas Mangin
18 years ago
svncommit
2c633703e9
upgrade to TinyMCE v2.1.1.1
18 years ago
thomascube
ab6f8077e9
Updated PEAR::Mail_mime package
18 years ago
thomascube
5cc4b13a0c
Correctly parse message/rfc822; fixed html2text conversion; code cleanup
18 years ago
thomascube
5a6ad20983
Fixed message headers encoding; improved recipient splitting; applied patch for attachment download ( #1484198 )
18 years ago
svncommit
04d6304b4d
If the message is single mime part and non-text, show it as an empty message with an attachment, instead of not displaying anything at all.
18 years ago
thomascube
c45eb594cd
Little fixes plus additional encoding tables
18 years ago
thomascube
b517af4a47
Optimized memory usage when sending mail; Include SMTP response in log; Fixed wrong header encoding
18 years ago
svncommit
dd792e8253
fixed signature issues
18 years ago
thomascube
0a020cac3e
Added host auto-selection and correct password encoding for IMAP login
18 years ago
thomascube
c8c1a30ceb
Correct UTF-7 to UTF-8 conversion if mbstring is not available
18 years ago
svncommit
a0109c4933
Initial TinyMCE editor support (still need to work on spellcheck and skins)
18 years ago
thomascube
bb5ddfa0ad
Header encoding again. iconv_mime_encode does no good job
18 years ago
svncommit
40ed9be1ee
Fixed bug #1484019 and #1484020
18 years ago
thomascube
8acab00608
Fixed wrong header encoding (Bug #1483976 )
18 years ago
thomascube
f7bfec96be
Finalized new message parsing. Attention: changes in database schema
18 years ago
thomascube
5f56a5bfa9
Fixed wrong usage of mbstring (Bug #1462439 )
18 years ago
thomascube
24053e0d30
Several bugfixes and improvements. See CHANGELOG for details
19 years ago
thomascube
baf135582d
Updated changelog and comments
19 years ago
thomascube
078adf9da7
Improved usability (Ticket #1483807 ) and HTML validity; applied patch #1328032 ; fixed bug #1443200
19 years ago
svncommit
25d8ba63b3
Misc bug and compatibility fixes
19 years ago
svncommit
a8435bdd12
Updated to latest version. Resolves issues with non-ISO-8859-1 characters in attachment filenames and headers
19 years ago
thomascube
4aaddb32e1
Removed MDB2 classes; install seperately
19 years ago
thomascube
6eeb17d833
Casting date parts in iil_StrToTime() to avoid warnings
19 years ago
thomascube
a4bafb4097
Applied patches by Mark Bucciarelli
19 years ago
thomascube
e6f36058e7
Applied prev/next patch by Leonard Bouchet
19 years ago
svncommit
856110d981
Updated Mail::Mime libraries to latest CVS. Changes are bug fixes ONLY.
19 years ago
thomascube
0d361b9e4a
Fixed buggy date sorting patch
19 years ago
thomascube
3062b3ef18
Removed date sorting patch
19 years ago
thomascube
4647e1bbb5
Started implementing search function
19 years ago
thomascube
8c2e58b42e
Minor improvements and bugfixes (see changelog)
19 years ago
thomascube
4b6d84661e
Updates to version 1.4.7
19 years ago
thomascube
f88d417c96
Applied several patches
19 years ago
thomascube
bde645fdf1
Added patches for BCC headers
19 years ago
thomascube
58e3602a37
Bugfixes for encoding and sending with attachments
19 years ago
thomascube
5e35126796
Added folder purge function and some checks
19 years ago
thomascube
0284c23b34
Added change notice
19 years ago
svncommit
bdc07a2561
added full opening php tag
19 years ago
thomascube
83dbb7a8a5
Use iconv and utf8 class for charset conversion
19 years ago
thomascube
15a9d1ce67
Optimized loading time; added periodic mail check; added EXPUNGE command
19 years ago
thomascube
31b2cee231
Bugfixes on listing and caching functions
19 years ago
svncommit
c9462d0c1e
added all mdb2 drivers
19 years ago
svncommit
4518342eca
more mdb2 integration
19 years ago
thomascube
b076a460e5
Finished message sorting and fixed some skin issues
19 years ago
svncommit
d13c36941c
missing mdb2 files
19 years ago
thomascube
e0ed972884
Optimized memory usage when sending a message
19 years ago
thomascube
f3b659935f
Added patches for default language and sorting function
19 years ago
thomascube
a95e0e174c
Improved support for UTF-8 and other charsets
19 years ago
svncommit
f45ec7e918
MDB2 integration
19 years ago
thomascube
9fee0ed9af
Fixed folder display; added Portuguese and Catalan
19 years ago
thomascube
520c36aa4c
Better support for Courier IMAP
19 years ago
thomascube
42b1135149
Several bugfixes and feature improvements
19 years ago
thomascube
627330f670
Minor bugfixes and SMTP support
19 years ago
svncommit
1676e1ebda
Added PEAR:DB support plus database replication support
19 years ago
thomascube
968bdc7c90
Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class
19 years ago
thomascube
15fee7b8dd
Moved config files to config/*inc.php.dist
19 years ago
thomascube
30233b8dfb
Minor bugfixes and correction of confusing License notfications
19 years ago
thomascube
4e17e6c9db
Initial revision
19 years ago