thomascube
4dae735feb
Flag original message as Forwarded when sending mail
2008-06-20 12:05:42 +00:00
thomascube
1fb78c57cc
Revert changes from r994 and make cram-md5 work again ( #1484819 )
2008-06-18 06:44:39 +00:00
alecpl
18ebb902d5
#1485097 : Re-enable background attribute in HTML messages
2008-06-15 11:23:18 +00:00
alecpl
ee289dc2ed
- Updated PEAR::Mail_Mime ( #1484973 )
2008-06-13 19:42:15 +00:00
alecpl
ac6e28409f
- http://pear.php.net/bugs/bug.php?id=14124
2008-06-12 12:45:14 +00:00
thomascube
350459486d
Change meta-charset specififcation in HTML to UTF-8; no need for mb_convert_encoding() anymore
2008-06-07 12:51:21 +00:00
thomascube
cfe4a6baf4
Fix structure parsing and html output for multipart messages
2008-06-05 17:35:12 +00:00
alecpl
49e5f72328
- added iil_PutLine() wrapper for fputs()
...
- code cleanup and identation fixes
2008-06-05 17:26:52 +00:00
thomascube
ece3aed366
Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK Completed (0.000 sec)'
2008-06-05 10:44:48 +00:00
thomascube
a8755664af
Allow <body> tag in HTML messages which will be converted to <div class='rcmBody'>
2008-06-04 09:40:17 +00:00
thomascube
65cc1c196f
Chech for mb_convert_encoding first because mbstring is optional for RoundCube + add some phpdoc
2008-06-04 09:13:06 +00:00
alecpl
68217c548a
-add convert encoding before html parsing
2008-06-03 17:07:53 +00:00
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()
2008-06-03 12:23:55 +00:00
alecpl
d1e8e3f5a0
- Escape \ in login ( #1484614 )
2008-05-31 07:55:20 +00:00
alecpl
e16938eac8
- Support " and \ in folder names
2008-05-30 16:15:35 +00:00
thomascube
45f56c1c40
Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments
2008-05-29 16:10:42 +00:00
thomascube
bf0cb98701
Moved RoundCube functionality from lib to rcube_imap class; removed debug log
2008-05-27 06:41:46 +00:00
till
3bfab3b99c
fix to #1485083
2008-05-26 10:11:19 +00:00
alecpl
9b90b33713
- trim(chop()) replaced by trim() ( #1485080 )
2008-05-23 09:30:43 +00:00
alecpl
f35f9c53fe
-commented out optional capability response reading on connect
2008-05-21 08:19:26 +00:00
alecpl
e5deaae528
- Updated PEAR::DB package to version 1.7.13
2008-05-12 12:19:32 +00:00
alecpl
ad69589792
- fixed comments
2008-05-09 08:30:05 +00:00
alecpl
ca4c087f02
- Don't call CAPABILITY twice if possible (RFC3501 [7.1])
2008-05-09 08:24:47 +00:00
alecpl
d1403fd726
- fixed #1485032 and updated MDB2 package+drivers
2008-05-02 07:35:00 +00:00
alecpl
f294da0d9e
#1484728
2008-04-17 18:14:17 +00:00
alecpl
1578816422
- Updated PEAR::Auth_SASL to 1.0.2
2008-04-17 08:43:42 +00:00
alecpl
0a97a039c4
- Fix IMAP response in message body when message has no body ( #1484964 )
2008-04-17 07:01:03 +00:00
alecpl
76a89bf04d
#1333167
...
#1484916
2008-04-15 13:23:52 +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
till
b5c2469d49
* committed a suggestion from #1483956
...
* cleaned up two functions
2008-03-22 13:15:00 +00:00
till
14432db388
* applying patch from #1484811
2008-03-22 12:50:03 +00:00
thomascube
696d0c60c3
Remove unnecessary flush() causing headers-sent message ( #1484860 )
2008-03-09 16:02:10 +00:00
thomascube
ada9715afe
Add map file for korean charset
2008-03-02 13:44:14 +00:00
till
8150d28370
* added isset() to get rid off notice
2008-02-17 18:29:50 +00:00
till
ce56b9ff02
* adding magic file
2008-02-14 01:10:27 +00:00
till
3d695da299
* cs fixes
2008-02-13 00:48:39 +00:00
thomascube
a9a8ef2b5c
Use INTERNALDATE if Date: header is missing; convert some spaces back to tabs
2008-02-12 19:20:14 +00:00
till
d5ff9276cc
* attempted to revise the fix from #1484577 to streamline IMAP communication
...
* not a 100% working, checking in for thomasb
2008-02-12 18:44:58 +00:00
till
90180eff2f
* added bad_date_display.patch from #1484577
2008-02-12 00:03:43 +00:00
thomascube
5bc0ab10fc
Distinguish ssl and tls for imap connections ( #1484667 )
2008-02-08 17:18:32 +00:00
till
a527781d5a
* added FIXME
...
* tried to debug a loop
2008-02-05 14:12:47 +00:00
till
95ebbc985a
* putting latest MDB2 into SVN
...
* adding MDB2 drivers for mssql, mysql, mysqli, pgsql, sqlite
2008-02-03 12:58:34 +00:00
thomascube
ff08eed202
Also respect receipt and priority settings when re-opening a draft message
2008-02-02 20:30:01 +00:00
till
39508cb784
* fixed #1484629
...
* some cs
2008-02-02 17:50:06 +00:00
till
06583c301d
* replace more double with single-quotes
...
* some cs
2008-02-02 14:03:38 +00:00
till
c2b197ac67
* replaced more " with '
...
* some CS
* added some comments to delimiter 'logic'
2008-02-02 13:48:56 +00:00
till
31ecc4ff63
* added @todo
...
* fixed more cs (in switch())
2008-02-02 02:23:01 +00:00
till
611a6a71d3
* minor cs
...
* fixed #1484712
2008-02-02 02:11:15 +00:00
till
6ccd45a13a
* cleaned up CS (confusion in #1484467 )
...
* simplyfied lots of if-else structures
2008-02-02 01:59:52 +00:00
till
a5b598241f
* updated bundled Net_Socket to 1.0.8
...
* updated bundled Net_SMTP to 1.2.10
2008-01-29 19:30:48 +00:00