Thomas Bruederli
ddafe4e410
Merge branch 'dev-compose-newwindow'
2012-10-27 16:12:37 +02:00
Aleksander Machniak
05a580a117
Fix HTML part detection in messages with attachments ( #1488769 )
2012-10-22 08:31:54 +02:00
Thomas Bruederli
271efe53e0
Add user settings to open message view and compose form in new windows. This natevely implements the compose_newwindow plugin functionslity and more
2012-10-17 22:42:35 +02:00
Aleksander Machniak
5fbfde8fdf
Fix the fix for empty text parts handling ( #1488757 )
2012-10-17 10:35:10 +02:00
Aleksander Machniak
5f40958300
Fix displaying of multipart/alternative messages with empty parts ( #1488750 )
2012-10-12 12:08:27 +02:00
Aleksander Machniak
f7c11e862f
List related text/html part as attachment in plain text mode ( #1488677 )
2012-09-17 10:48:15 +02:00
Aleksander Machniak
10562d8a77
Keep current folder context when fetching message parts,
...
to make sure that proper folder is used in case when
current folder has been changed in meantime.
2012-08-29 11:05:02 +02:00
Aleksander Machniak
287eff030a
Make $inline_parts property publicly available
2012-08-16 09:36:49 +02:00
Aleksander Machniak
3efc74654a
- Don't add attachments content into reply/forward/draft message body ( #1488557 )
2012-07-09 12:19:38 +02:00
Aleksander Machniak
041c93ce0b
Removed $Id$
2012-05-22 12:31:37 +02:00
Giovanni Bajo
14f22f38da
Fix support for large uuencode attachments.
...
Currently, Roundcube tries to match with a regexp a whole uuencode
attachment. This is not always possible because PHP enforces a limit
on the maximum match size.
2012-05-12 18:16:19 +02:00
alecpl
be98dfc2c0
- Replace some references to rcmail with rcube
2012-04-16 11:59:08 +00:00
alecpl
71950df6df
- Add 3rd argument to rcube_message::get_part_content() to skip charset conversion
2012-04-13 09:50:07 +00:00
alecpl
0c259682f6
- Merge devel-framework branch, resolved conflicts
2012-04-13 08:52:02 +00:00
thomascube
b91f048c3b
Map renamed methods for backwards compatibility
2012-02-27 12:04:22 +00:00
alecpl
33423a5570
- Fix issue where some text from original message was missing on reply ( #1488340 )
2012-02-08 12:54:49 +00:00
thomascube
8b92d2b050
Add lib for server side mime parsing (to be used by non-imap storage backends or as fallback if imap server doesn't provide a proper structure)
2012-01-25 20:18:15 +00:00
thomascube
7fe3811c65
Changed license to GNU GPLv3+ with exceptions for skins and plugins
2012-01-18 11:10:46 +00:00
thomascube
c321a955a7
Merged devel-framework branch (r5746:5779) back into trunk
2012-01-16 15:14:41 +00:00
alecpl
1c4f23d6e5
- Exclude MIME functionality from rcube_imap class into rcube_mime class
2012-01-05 11:25:42 +00:00
thomascube
57486f6e58
Content filter for embedded attachments to protect from XSS on IE<=8 ( #1487895 )
2011-11-29 10:16:42 +00:00
thomascube
335b042b98
Fix inline display of image attachments
2011-10-27 13:33:10 +00:00
alecpl
c054ec5c7a
- Fix lost info for encrypted messages
2011-09-21 08:11:23 +00:00
alecpl
e730cd248d
- Fix displaying multipart/alternative messages with only one part ( #1487938 )
2011-09-07 12:31:52 +00:00
alecpl
80152b333c
- Rewritten messages caching (merged devel-mcache branch):
...
Indexes are stored in a separate table, so there's no need to store all messages in a folder
Added threads data caching
Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
- Partial QRESYNC support
- Improved FETCH response handling
- Improvements in response tokenization method
2011-09-07 11:07:03 +00:00
alecpl
8757f5b57d
- Fix handling of attachments inside message/rfc822 parts ( #1488026 )
2011-08-30 09:10:27 +00:00
alecpl
dd0ae6297b
- Improve space-stuffing handling in format=flowed messages ( #1487861 )
2011-04-08 07:08:30 +00:00
alecpl
b389252f2b
- Fix handling of attachments with invalid content type ( #1487767 )
2011-02-09 12:33:07 +00:00
alecpl
89d19c4e61
- Small code improvements related to r4487
2011-02-04 08:23:45 +00:00
alecpl
02b6e614ca
- Fix handling of non-image attachments in multipart/related messages ( #1487750 )
2011-02-03 18:59:59 +00:00
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
2011-01-12 18:25:02 +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
63f9dee62d
- Add workaround for MSOE's multipart/related messages with non-related attachments
2010-11-26 12:41:16 +00:00
alecpl
8794f16c62
- Fix handling of attachments when Content-Disposition is not inline nor attachment ( #1487051 )
2010-10-20 12:24:21 +00:00
alecpl
2ae58f1b67
- Fix content-type name regexp according to RFC4288.4.2
2010-10-20 11:27:39 +00:00
alecpl
8bac7e988f
- Allow underline in content-type name, per comments in #1487051
2010-10-20 11:12:28 +00:00
alecpl
f22ea7ba18
- Support SMTP Delivery Status Notifications - RFC3461 ( #1486142 )
2010-10-07 08:52:05 +00:00
alecpl
868deb5dab
- Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message ( #1485840 )
2010-10-06 17:15:38 +00:00
alecpl
103ddcde87
- Minimize FETCH response for messages listing (when caching is disabled)
2010-10-04 18:09:26 +00:00
alecpl
e25a357d95
- Add Reply-to-List feature ( #1484252 )
...
- Add Mail-Followup-To/Mail-Reply-To support (#1485547 )
2010-10-04 12:27:06 +00:00
alecpl
5c461bada9
- Update phpdoc ( #1486958 )
2010-09-29 16:47:05 +00:00
alecpl
6d1ae078c9
- Fix format=flowed: don't space-stuff empty lines ( #1487018 )
2010-09-29 09:23:55 +00:00
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
2010-09-25 13:03:53 +00:00
alecpl
f12d218831
- small fix for format=flowed parsing
2010-09-14 10:32:36 +00:00
alecpl
99b8c1e2ac
- Fix format=flowed handling ( #1486989 ) + small improvements in plain messages parsing
2010-09-14 08:40:51 +00:00
alecpl
618cb0d8dd
- Don't trim spaces from the end of line when converting to format=flowed
2010-09-10 13:22:54 +00:00
alecpl
1a2f8375de
- add message_part_structure hook also for text parts of mixed messages
2010-08-12 07:11:28 +00:00
alecpl
eef0dae865
- Last commit fix
2010-08-06 13:22:20 +00:00
alecpl
5ced9ca075
- Replace message_part_encrypted hook with more generic message_part_structure
2010-08-06 13:14:26 +00:00
alecpl
3e58bf2062
- Fix handling of messages with Content-Type: application/* and no filename ( #1484050 )
2010-06-30 09:44:33 +00:00