Aleksander Machniak
|
d8270b66cc
|
Fix wrapping of text lines with the same length as specified length limit
|
12 years ago |
Aleksander Machniak
|
5147eea0a2
|
Fix notification broken in last commit
|
12 years ago |
Aleksander Machniak
|
6228e3784f
|
Fix javascript error when window name (for window.open()) in IE8 contains a dot
|
12 years ago |
Aleksander Machniak
|
4d1fe2d230
|
Fix "rcmail is undefined" error in HTML attachment preview - regression
from commit d30460ad2f , small improvements
|
12 years ago |
Aleksander Machniak
|
6e8f2a7448
|
Notify about a new mail only if it's UNSEEN (#1388965)
|
12 years ago |
Aleksander Machniak
|
b6fa7d54b8
|
Add vacation-seconds extension support (RFC 6131)
|
12 years ago |
Aleksander Machniak
|
bb080af14d
|
Bump version number up to 1.0-git
|
12 years ago |
Aleksander Machniak
|
0e32d7032b
|
Fix load-attachment link
|
12 years ago |
Aleksander Machniak
|
ea98ec0939
|
Fixed MOVE command result handling
|
12 years ago |
Aleksander Machniak
|
f111423755
|
Fix storing 'safe' flag on a message. The key for session value should include
folder name. A message with the same UID may exist in another folder.
|
12 years ago |
Aleksander Machniak
|
a02c77c584
|
Add ability to toggle between view as HTML and text while viewing a message (#1486939)
|
12 years ago |
Aleksander Machniak
|
0ef894ec29
|
Fix has_*_part() methods so they return same result no matter what
prefer_html option value is
|
12 years ago |
Aleksander Machniak
|
574928200f
|
Use $mime_parts not $parts in has_*_part() methods so detection is
correct no matter if prefer_html is enabled or not.
|
12 years ago |
Aleksander Machniak
|
542f15bfec
|
Enriched content should be also converted to text if html is disabled
|
12 years ago |
Aleksander Machniak
|
5c26bd49b1
|
Added rcube_message::has_text_part(), simplified has_html_part() so it always
works in "recursive mode" - removed $recursive argument.
|
12 years ago |
Aleksander Machniak
|
daddbf2555
|
Better handling of session errors in ajax requests - do page reload
on 403 Forbidden response (#1488960)
|
12 years ago |
Thomas Bruederli
|
bfa667ab02
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
d4f8a4f28a
|
Re-implement rcube_db::num_rows() to ensure backwards compatibility
|
12 years ago |
Aleksander Machniak
|
f41edfb91f
|
Fix draglayer list building, so the element used as the text source can
contain any element, not only A tag or text node, but also e.g. span
|
12 years ago |
Aleksander Machniak
|
567e45ba56
|
Fix HTML part detection for some specific message structures (#1488992)
|
12 years ago |
Aleksander Machniak
|
ff7542bfb9
|
Don't show fake address - phishing prevention (#1488981)
|
12 years ago |
Aleksander Machniak
|
abf46755c9
|
Fix forward as attachment bug with editormode != 1 (#1488991)
|
12 years ago |
Aleksander Machniak
|
336d2000f8
|
Fix handling of empty $uids argument in change_flag()
|
12 years ago |
Aleksander Machniak
|
ec6a77bab2
|
Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+
|
12 years ago |
Thomas Bruederli
|
65de0018c8
|
Trigger 'refresh' hook in mail view
|
12 years ago |
Aleksander Machniak
|
8b771646fa
|
Fix so task name can really contain all from a-z0-9_- characters (#1488941)
|
12 years ago |
Aleksander Machniak
|
507876cf03
|
Remove font style definition on td, th, div, p elements (#1488408)
|
12 years ago |
Aleksander Machniak
|
9fdba79094
|
Merge pull request #60 from thijskh/master
Test content_id with isset instead of a true/false value
|
12 years ago |
Aleksander Machniak
|
d9dc320a40
|
Support IMAP MOVE extension [RFC 6851]
|
12 years ago |
Thijs Kinkhorst
|
8cfba1bb2a
|
Test content_id with isset instead of a true/false value.
This broke html email in which one image had Content-ID: <0>, which is a
valid value but evaulates to false in this test.
|
12 years ago |
Aleksander Machniak
|
32da699830
|
Fix javascript errors when working in a page opened with taget="_blank"
|
12 years ago |
Aleksander Machniak
|
cf8b9fc004
|
Move spellcheck options section below signature options section
|
12 years ago |
Aleksander Machniak
|
a6ceb4ea49
|
Add 0.9-rc to releases list
|
12 years ago |
Aleksander Machniak
|
001b172708
|
Mention SQLite database format change in UPGRADING file (#1488983)
|
12 years ago |
Aleksander Machniak
|
d7e129e07d
|
Increase maxlength to 254 chars for email input fields in addressbook (#1488987)
|
12 years ago |
Aleksander Machniak
|
bc2c4380b5
|
Add attachment menu with Open and Download options (#1488975)
|
12 years ago |
Aleksander Machniak
|
ac37746c2a
|
Add type 'ident' in quote() so we can quote identifiers (eg. column names) there.
Using array2list() for list of identifiers is now possible.
|
12 years ago |
Aleksander Machniak
|
cbe07532fa
|
Fix so full filename is used for title attribute
|
12 years ago |
Aleksander Machniak
|
139635f189
|
Fix thumbnail size when GD extension is used for image resize (#1488985)
|
12 years ago |
Aleksander Machniak
|
a5c9fd11ac
|
Small CS improvements
|
12 years ago |
Aleksander Machniak
|
879b2331e1
|
Generate simpler query for MSSQL when offset in limit clause is not set
|
12 years ago |
Aleksander Machniak
|
8c93c29d04
|
Really fix "quotum would exceed" error message handling
|
12 years ago |
Aleksander Machniak
|
d3e7f92d88
|
Smarter overquota error detection (known error strings are:
"Quota exceeded" and "quotum would exceed") (#1484164)
|
12 years ago |
Aleksander Machniak
|
e7c1aad832
|
Even better message on over quota error in move to trash operation (#1484164)
|
12 years ago |
Aleksander Machniak
|
0bf724ef1f
|
Display user-friendly message on IMAP "over quota" errors (#1484164)
|
12 years ago |
Aleksander Machniak
|
e0d4662523
|
Use rcube_utils::parse_host() for host config in smb driver (#1488784)
|
12 years ago |
Aleksander Machniak
|
4310ce6c3e
|
Update changelog
|
12 years ago |
Aleksander Machniak
|
427f43c315
|
Add 0.9-rc section
|
12 years ago |
Aleksander Machniak
|
ee89c6dff6
|
Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526)
|
12 years ago |
Thomas Bruederli
|
588a07e41d
|
Update copyright in about pages
|
12 years ago |