alecpl
|
6138a55f80
|
- fixed headers prefetching
|
16 years ago |
alecpl
|
dc2fc082d3
|
- After move/delete from 'show' action display next message instead of messages list (#1485887)
|
16 years ago |
alecpl
|
7ef05f4df1
|
- set content-length when saving message source
|
16 years ago |
alecpl
|
dadefb80b3
|
- prevent duplicated inserts (#1485867)
|
16 years ago |
alecpl
|
3297f6640b
|
- fi_FI update (#1485877)
|
16 years ago |
alecpl
|
0eeee63413
|
- fix too many debug info ;)
|
16 years ago |
alecpl
|
6bc59a726c
|
- re-fix #1485884
|
16 years ago |
thomascube
|
991a25ab5d
|
Better icon for deleting folders + remove hard-coded icon path
|
16 years ago |
alecpl
|
2ff8af15a4
|
- Fixed problem with double quote at the end of folder name (#1485884)
|
16 years ago |
alecpl
|
adc0bf01f5
|
- allow empty identity name (#1485863)
|
16 years ago |
alecpl
|
12217da8b3
|
- simplified attachments handling on reply/forward/draft compose (possible regressions)
- also fix #1485847
|
16 years ago |
alecpl
|
a1fc8d2518
|
- removed unused and declared in PHP-5.3 quoted_printable_encode function (#1485879)
|
16 years ago |
thomascube
|
3d3d1010cc
|
Fix keyboard control of the autocomplete list
|
16 years ago |
alecpl
|
bb5dd5916b
|
- reverted accidentally removed code
|
16 years ago |
alecpl
|
9b2ccdd9cb
|
- don't unset button title on IE (#1485874)
|
16 years ago |
alecpl
|
ac4882f35d
|
- fix errors handling in ajax requests (#1485872)
|
16 years ago |
thomascube
|
a25d3969a0
|
Re-enable the permalink command (allows one to choose right-click and open-in-new-tab)
|
16 years ago |
svncommit
|
966b5d8017
|
Update dutch translation.
|
16 years ago |
thomascube
|
b4f7c665bb
|
Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments
|
16 years ago |
alecpl
|
8234b4c6bc
|
- Support UID EXPUNGE: remove only moved/deleted messages
|
16 years ago |
alecpl
|
91d1a15ba8
|
- Add drag cancelling with ESC key (#1484344)
|
16 years ago |
alecpl
|
1301e98110
|
- Support initial identity name from virtuser_query (#1484003)
|
16 years ago |
alecpl
|
046c53c771
|
- dos2unix
|
16 years ago |
alecpl
|
eebfa5ed0b
|
- small LF fix in quoted-printable convertion
|
16 years ago |
alecpl
|
12f0572060
|
- pl_PL small fixes
|
16 years ago |
alecpl
|
7dbe2fa6bf
|
- get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins)
|
16 years ago |
yllar
|
535b54d0d6
|
added Dari & Pashto + some updates
|
16 years ago |
alecpl
|
4a4d227e6c
|
- messagemenu label
|
16 years ago |
alecpl
|
49dfb0047a
|
- Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
|
16 years ago |
alecpl
|
aa320ede4b
|
- handle startup response (#1484853)
|
16 years ago |
thomascube
|
20d50de2d8
|
Fix URLs to plugin skin directory
|
16 years ago |
thomascube
|
eb6f198a2d
|
Rename function to correct english spelling
|
16 years ago |
thomascube
|
029c2fa60e
|
Pass return value of config->load_from_file() back to the plugin
|
16 years ago |
thomascube
|
c73b195e5d
|
Add function for plugins to load a local config file
|
16 years ago |
thomascube
|
66f68e9623
|
Make links with /this/ pointing to the plugins skin directory
|
16 years ago |
thomascube
|
e7008cd4c6
|
Add fallback to default skin in plugins + replace links to plugin directory with the real plugin dir
|
16 years ago |
alecpl
|
5d4ac46c1b
|
- Add 1 minute interval in autosave options (#1485854)
|
16 years ago |
alecpl
|
5ced192728
|
- pl_PL update
|
16 years ago |
alecpl
|
969f6b4c8b
|
- support plugin templates
|
16 years ago |
thomascube
|
0772a7dee2
|
Fix invalid object reference
|
16 years ago |
svncommit
|
dabad7b1f6
|
Update dutch translation.
|
16 years ago |
alecpl
|
a5897a3e38
|
- Support UTF-7 encoding in messages (#1485832)
|
16 years ago |
alecpl
|
2de7d74c2b
|
- remove not used icl_commons.inc file
|
16 years ago |
alecpl
|
dbe44cd105
|
- Better support for malformed character names (#1485758)
|
16 years ago |
alecpl
|
3e8d8975a9
|
- don't use 4th argument in htmlspecialchars (#1485475)
|
16 years ago |
thomascube
|
aee4601907
|
Fix Googiespell
|
16 years ago |
alecpl
|
55f54e2b9f
|
- mdb2 bug workaround for identities insert/edition queries (#1485853)
|
16 years ago |
yllar
|
7996339f16
|
small update
|
16 years ago |
alecpl
|
74d421d55a
|
- don't show message on unknown error (#1485848) + translate "Server Error!" message
|
16 years ago |
alecpl
|
2471d3a979
|
- Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
|
16 years ago |
alecpl
|
48958e0512
|
- Fix Answered/Forwarded flag setting for messages from subfolders
|
16 years ago |
thomascube
|
f879f4e2f8
|
Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation
|
16 years ago |
thomascube
|
e54f6c7a9e
|
Add hook 'message_sent' for logging or backup purpose
|
16 years ago |
alecpl
|
cea956cf6a
|
- Fix autocomplete problem with capital letters (#1485792)
|
16 years ago |
thomascube
|
953ce3f69c
|
Don't write session data on every unset but just remember the unset variables
|
16 years ago |
alecpl
|
b31a0af1f4
|
- fix uudecode (skip "begin XXX filename" header)
|
16 years ago |
yllar
|
db33ffebc7
|
ru_RU update
|
16 years ago |
alecpl
|
6748044273
|
- handle one convert_uudecode() warning
|
16 years ago |
alecpl
|
27924acf43
|
- speed up the whole session cleaning in kill_session()
|
16 years ago |
alecpl
|
1c5be6f792
|
- Support UUencode content encoding (#1485839)
|
16 years ago |
yllar
|
9c6dfdc1e8
|
zh_TW update
|
16 years ago |
alecpl
|
6481bbcf34
|
- don't stop on error
|
16 years ago |
svncommit
|
f22c2cefb4
|
Really, really logout (fixes r2467).
|
16 years ago |
svncommit
|
617b4f699f
|
Minimize chance of race condition in session handling (#1485659, #1484678)
|
16 years ago |
alecpl
|
78cdeba1a8
|
- last commit fix
|
16 years ago |
alecpl
|
91ec0a0559
|
- speed up remove_message_cache() by using message uid instead of idx
|
16 years ago |
alecpl
|
4769ead5e8
|
- prevent infinite loop on imap error in iil_C_HandlePartBody()
|
16 years ago |
alecpl
|
26d857447f
|
- Fix session handling on non-session SQL query error (#1485734)
|
16 years ago |
alecpl
|
ae1df26948
|
- fix \Seen flag setting with enable_caching=true (#1485843)
|
16 years ago |
alecpl
|
40418dd164
|
- Correct caret position in message form with signature (#1485833)
|
16 years ago |
yllar
|
a8d51d658f
|
et_EE sv_SE pt_BR updates
|
16 years ago |
svncommit
|
37cb9ce8bd
|
Add dutch labels.
|
16 years ago |
alecpl
|
20ccd472f7
|
- Fix html editor mode setting when reopening draft message (#1485834)
|
16 years ago |
svncommit
|
3d2e30c3a4
|
Better wording in nl_NL and nl_BE.
|
16 years ago |
alecpl
|
89ccc4e16c
|
- fix parse error
|
16 years ago |
alecpl
|
23a2eec4d5
|
- ereg -> preg
|
16 years ago |
alecpl
|
db5abc6c21
|
- ereg -> preg
|
16 years ago |
alecpl
|
2f7405e3ce
|
- use preg_* instead of ereg* + removed caching functions
|
16 years ago |
alecpl
|
6fd71e3ed4
|
- more addressbooks hooks (#1485829)
|
16 years ago |
alecpl
|
50d515a7d6
|
- some hints to use sqlite db (#1485821)
|
16 years ago |
alecpl
|
aeed58d5af
|
- Use UID STORE/COPY commands
|
16 years ago |
alecpl
|
3ddbe667a9
|
- added create_contact hook in mail/addcontact action (#1485828)
|
16 years ago |
alecpl
|
30b152b194
|
- Added quick search box menu (#1484304)
|
16 years ago |
alecpl
|
4e65a3c145
|
- limit pspell suggestions for each word
|
16 years ago |
alecpl
|
87b18e92f0
|
- use shortest form of some labels (#1485805)
|
16 years ago |
alecpl
|
309d2f40a0
|
- jQuery'fied GoogieSpell 4.0 + some changes in compose
|
16 years ago |
thomascube
|
169249982d
|
Updated Norwegian localization
|
16 years ago |
thomascube
|
69f18a09ae
|
Add plugin hooks for creating/saving/deleting identities and contacts
|
16 years ago |
thomascube
|
762a699dc7
|
Hard-wrap message headers according to RFC
|
16 years ago |
thomascube
|
ffa6c1011c
|
Update Googiespell to version 4.0
|
16 years ago |
alecpl
|
b20bca7df2
|
- Fix fatal error after last commit in rcube_imap (#1485825)
|
16 years ago |
alecpl
|
23387ef853
|
- simplified messagelist sort action code
|
16 years ago |
alecpl
|
9f3579b1f8
|
- Fix wrong column sort order icons (#1485823)
- set defult sorting of new column to 'ASC'
|
16 years ago |
alecpl
|
29da6414db
|
- Updated TinyMCE to 3.2.3 version
|
16 years ago |
alecpl
|
1fb5874f27
|
- fix attachment mimetype setting after upload
- move style of delete button in attachment-list to mail.css file
|
16 years ago |
thomascube
|
c5d8db9f81
|
Add javascript event 'insertrow'
|
16 years ago |
thomascube
|
5c2d6e3555
|
Fix adding labels from plugins
|
16 years ago |
thomascube
|
99d8660737
|
Add two new javascript events
|
16 years ago |
thomascube
|
1c932d58b5
|
Allow plugins to define their own tasks + add 'domain' parameter for rcube_template::button()
|
16 years ago |
alecpl
|
d4d1a2505d
|
- Fix attachment names encoding when charset isn't specified in attachment part (#1484969):
assume that the message charset or charset of the first part is better for attachment names
than detected by roundcube
|
16 years ago |
alecpl
|
79eb4e79ed
|
- Fix message normal priority problem (#1485820)
|
16 years ago |
alecpl
|
76db10d65d
|
- fix setting empty string in imap_root
|
16 years ago |
alecpl
|
9d003afcad
|
- Fix autocomplete spinning wheel does not disappear (#1485804)
|
16 years ago |
alecpl
|
4b2be228e2
|
-Fix address list isn't refreshing after jquery integration (#1485818)
|
16 years ago |
alecpl
|
111be7087f
|
- re-fix r2382
|
16 years ago |
alecpl
|
a803049371
|
- Fix folder dragging in folder manager isn't working after jquery integration (#1485819)
|
16 years ago |
alecpl
|
0ad27c3840
|
- Added log_date_format option (#1485709)
|
16 years ago |
alecpl
|
f055b12f3e
|
- small css fixes in login form, boxes and subscription list
|
16 years ago |
alecpl
|
962085baa1
|
- Fix text wrapping in HTML editor after switching from plain text to HTML (#1485521)
|
16 years ago |
alecpl
|
eaacbec631
|
- fix Unread selection after jquery integration
|
16 years ago |
alecpl
|
df781b5399
|
- Fix auto-complete function hangs with plus sign (#1485815)
|
16 years ago |
alecpl
|
7a72352294
|
- messages list fix for IE
|
16 years ago |
alecpl
|
ac9927c1ff
|
- check identities_level when creating identities for new user
|
16 years ago |
alecpl
|
324f985e47
|
- fix #1485812
|
16 years ago |
alecpl
|
9ff9f516d3
|
- Fix AJAX requests errors handler (#1485000)
|
16 years ago |
alecpl
|
7c8b80600d
|
- support _nosig param in compose URL (#1485604)
|
16 years ago |
alecpl
|
c4b819e9b9
|
- Speed up message list displaying on IE (initialize list in background)
- use DOM methods instead of jQuery for messages list object
|
16 years ago |
alecpl
|
bac3565695
|
- Fix read/write database recognition (#1485811)
|
16 years ago |
thomascube
|
3db528bd5c
|
Use compressed version of jQuery.js
|
16 years ago |
alecpl
|
74a2d7a126
|
- fix Enter key handler in user login input
|
16 years ago |
alecpl
|
fa1a15c01e
|
- #1485809: use local copy of jQuery lib (1.3.2)
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
16 years ago |
yllar
|
fb253ee9a8
|
lv_LV update
|
16 years ago |
thomascube
|
ab52195fd3
|
Updated Galician localization
|
16 years ago |
alecpl
|
3bde305e77
|
- Fix UTF-8 byte-order mark removing (#1485514)
|
16 years ago |
alecpl
|
40d7c23c85
|
- Fix folders subscribtions on Konqueror (#1484841)
|
16 years ago |
alecpl
|
c0b82242b0
|
- Fix debug console on Safari
|
16 years ago |
alecpl
|
ca3c738706
|
- don't execute autocomplete action on left/right arrow key
- Konqueror fix for displaying the first message in preview pane
|
16 years ago |
alecpl
|
a83697a501
|
- fix console for Konqueror
|
16 years ago |
alecpl
|
451637a76d
|
- remove leading spaces from draglayer's rows
|
16 years ago |
alecpl
|
91df1995cd
|
- Fix messagelist focus issue when modifying status of selected messages (#1485807)
|
16 years ago |
alecpl
|
80e2278594
|
- simplified code for serverside autocomplete + set rows limit on server side only
|
16 years ago |
alecpl
|
8b961eef04
|
- use extension_loaded() instead of get_loaded_extensions()
|
16 years ago |
alecpl
|
f86e8f5faa
|
- Support STARTTLS in IMAP connection (#1485284)
|
16 years ago |
alecpl
|
58c9dd7293
|
- Fix DEL key problem in search boxes (#1485528)
|
16 years ago |
alecpl
|
942069969c
|
- Support several e-mail addresses per user from virtuser_file (#1485678)
- return NULL from rcube_user::email2user if user not found (#1485801)
|
16 years ago |
alecpl
|
82c45a1952
|
- clean up, use simpler _get_email() replacement
|
16 years ago |
alecpl
|
432a614ab6
|
- Fix drag&drop with scrolling on IE (#1485786)
|
16 years ago |
alecpl
|
6e9f9fb9e6
|
- Fix adding signature separator in html mode (#1485350)
|
16 years ago |
alecpl
|
157fcb81ea
|
- re-fix last commmit
|
16 years ago |
alecpl
|
803b1b7e34
|
- Fix opening attachment marks message as read (#1485803)
|
16 years ago |
alecpl
|
779cbe0066
|
- Fix 'temp_dir' does not support relative path under Windows (#1484529)
- add file_exists check for uploaded attachments
|
16 years ago |
alecpl
|
5a3f5852aa
|
- Fix compose window doesn't fit 1024x768 window (#1485396)
|
16 years ago |
alecpl
|
6491ed9bbc
|
- Fix service not available error when pressing back from compose dialog (#1485552)
|
16 years ago |
alecpl
|
5d110184c0
|
- Fix using mail() on Windows (#1485779)
|
16 years ago |
alecpl
|
7145e009e4
|
- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
|
16 years ago |
alecpl
|
dadb05b0af
|
- Fix TNEF implementation bug (#1485773)
|
16 years ago |
alecpl
|
59ee6865b6
|
- typo
|
16 years ago |
thomascube
|
0b21c888ac
|
Select drafts mailbox when opening a draft message
|
16 years ago |
thomascube
|
082d166e76
|
Updated Armenian, Danish, Georgian, Indonesian, Italian and Romanian translation
|
16 years ago |
alecpl
|
c8570784e9
|
- Fix incorrect row id parsing for LDAP contacts list (#1485784)
|
16 years ago |
thomascube
|
c9a2fa9db0
|
Fix charset conversion error logging
|
16 years ago |
alecpl
|
200b162b1d
|
- Fix 'mode' parameter in sqlite DSN (#1485772)
|
16 years ago |
thomascube
|
fe1a230689
|
Added Marathi translation
|
16 years ago |
thomascube
|
48ee693f49
|
Partially reverted r2339 + fix indentation
|
16 years ago |
till
|
c762c07ce9
|
* autoload is only invoked when a class is not found - no need for include_once
|
16 years ago |
thomascube
|
5526acb151
|
Update Indonesian and Icelandic localization
|
16 years ago |
svncommit
|
93adb3fc1b
|
Fixed check-recent [richs]
|
16 years ago |
yllar
|
a98d6efbe0
|
mk_MK update
|
16 years ago |
alecpl
|
abb7450380
|
- use US-ASCII as failover also for SORT command (when used for searching)
|
16 years ago |
alecpl
|
ec74645d46
|
- Use US-ASCII as failover when Unicode searching fails (#1485762)
only US-ASCII is a must-have charset from IMAP's RFC
|
16 years ago |
alecpl
|
55c2a4e23e
|
- Fix FETCH result parsing for servers returning flags at the end of result (#1485763)
|
16 years ago |
alecpl
|
25f779d2e9
|
- Fix errors handling in IMAP command continuations (#1485762)
|
16 years ago |
thomascube
|
11526305f5
|
Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests
|
16 years ago |
thomascube
|
f54a3a6d41
|
Add callback for <a> tags to add target=_blank
|
16 years ago |
alecpl
|
65d7108190
|
- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)
|
16 years ago |
alecpl
|
d519ef8a0a
|
- Fix attaching more than nine inline images (#1485759)
|
16 years ago |
alecpl
|
b423156d59
|
- es_ES update (#1485760)
|
16 years ago |
thomascube
|
aaffbeb049
|
Prevent concurrent autocomplete query results display (#1485743)
|
16 years ago |
thomascube
|
6972ccaf31
|
Changed code style for better diffs
|
16 years ago |
thomascube
|
57aa4fe4fe
|
Better wording for german localization
|
16 years ago |
thomascube
|
ae8a602167
|
Don't return empty string when UTF-7 decoding fails + cleanup codestyle
|
16 years ago |
thomascube
|
0ea569c29f
|
Fix mime-type detection using a hard-coded map (#1485311)
|
16 years ago |
alecpl
|
d68678ee25
|
#1485731: de_DE fix
|
16 years ago |
alecpl
|
65605c862d
|
- Fix new lines stripped from message footer (#1485751)
|
16 years ago |
alecpl
|
7b0eac9b17
|
- Fix IE problem with mouse click autocomplete (#1485739)
|
16 years ago |
alecpl
|
0ff63513c2
|
#1485741: fix installer after some last changes
|
16 years ago |
alecpl
|
8a78a16155
|
- fix r2301 (#1485745)
|
16 years ago |
alecpl
|
ec603f7da6
|
- Fix html body washing on reply/forward + fix attachments handling (#1485676)
|
16 years ago |
alecpl
|
f9a4bc4dfa
|
- use RCMAIL_CHARSET const
|
16 years ago |
svncommit
|
e5dd92490c
|
Fix pspell's handling of special html characters (#1485744)
|
16 years ago |
yllar
|
480a7adc29
|
fa update
|
16 years ago |
alecpl
|
19d1b28c56
|
- Fix replying to message with html attachment (#1485676)
|
16 years ago |
alecpl
|
050410f560
|
- Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
|
16 years ago |
alecpl
|
33875df40b
|
- Support non-standard "GMT-XXXX" literal in date header (#1485729)
|
16 years ago |
alecpl
|
5faac054c3
|
- Use default_charset for messages without specified charset (#1485661, #1484961)
|
16 years ago |
yllar
|
9f35269358
|
asturian translation
|
16 years ago |
alecpl
|
5e68157c56
|
- Pass static method as array to preg_replace_callback (#1485689)
|
16 years ago |
thomascube
|
21b160f38c
|
Added TNEF support to decode MS Outlook (winmail.dat) attachments
|
16 years ago |
alecpl
|
0ea8d3a08e
|
- Fix "value continuation" MIME headers by adding required semicolon (#1485727)
|
16 years ago |
alecpl
|
5801afdf3e
|
- Fix some base64 encoded attachments handling (#1485725)
|
16 years ago |
alecpl
|
874717b7f1
|
- Fix pressing select all/unread multiple times (#1485723)
|
16 years ago |
alecpl
|
98bf5f3dd7
|
- Fix selecting all unread does not honor new messages (#1485724)
|
16 years ago |
alecpl
|
b7827e6ea1
|
- allow printing drafts
|
16 years ago |
alecpl
|
487edf8c62
|
- Support NGINX as IMAP backend: better BAD response handling (#1485720)
|
16 years ago |
alecpl
|
6e047cff29
|
- performance fix: don't fetch attachment headers twice when parse filename cont. values
|
16 years ago |
alecpl
|
9b4aaa79d3
|
- Fix displaying of alternative-inside-alternative messages (#1485713)
|
16 years ago |
alecpl
|
2e1809e550
|
- Fix checking for recent messages on various IMAP servers (#1485702)
- performance fix: Don't fetch quota and recent messages in "message view" mode
|
16 years ago |
yllar
|
441a1038af
|
uk_UA update
|
16 years ago |
alecpl
|
2a466a3b21
|
- save empty search result in session
|
16 years ago |
alecpl
|
5c771cb25e
|
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
|
16 years ago |
alecpl
|
3866fd4681
|
- Fix large search results in non-default_imap_folders when imap_root is set (#1485703)
|
16 years ago |
alecpl
|
0d57de907f
|
- Fix large search results on server without SORT capability (#1485668)
|
16 years ago |
thomascube
|
5282aa65e2
|
Also allow link-related attributes
|
16 years ago |
thomascube
|
7f60d18eb9
|
Added Bengali (Bangla) localization
|
16 years ago |
alecpl
|
cbf1f3cfaa
|
- Fixed creation of folders with '&' sign in name (reverted r1357)
|
16 years ago |
yllar
|
f3bd5ae1c2
|
es_AR update
|
16 years ago |
yllar
|
790db36efb
|
added es_AR + pt_PT, hu_HU update
|
16 years ago |
alecpl
|
bc39ad2a22
|
- fix r2251
|
16 years ago |
thomascube
|
aa055c931a
|
Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages
|
16 years ago |
alecpl
|
4f27148d40
|
#1485693: fix for addresses without angle brackets
|
16 years ago |
alecpl
|
8325940674
|
- fix: don't lose spellcheck corrections when switching from plain to html editor (and spellchecking is on)
|
16 years ago |
alecpl
|
755900cd6a
|
- Fix html entities replacement (related to r2186)
|
16 years ago |
thomascube
|
4cc74f7269
|
Treat 'background' attributes the same way as 'src' (another XSS vulnerability)
|
16 years ago |
thomascube
|
76ecf147f6
|
Better wording in de_CH
|
16 years ago |
alecpl
|
ebf96ef8bf
|
- fix warning when 'autocomplete_addressbooks' is not an array (#1485691)
|
16 years ago |
alecpl
|
478c7c63d8
|
- Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
|
16 years ago |
alecpl
|
b7c1685b2d
|
#1484467: fix problems with backslash as imap hierarchy delimiter
|
16 years ago |
till
|
cbbef379a5
|
* bumping up copyright (happy new year ;-))
|
16 years ago |
till
|
57ff3b244e
|
* adding svn:keywords
|
16 years ago |
alecpl
|
c58c0aedba
|
- Fix address names with '@' sign handling (#1485654)
|
16 years ago |
alecpl
|
9c5bee69d7
|
- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
|
16 years ago |
alecpl
|
24ed413328
|
- Allow absolute URLs to images in HTML messages/sigs (#1485666)
- Fix message body which contains both inline attachments and emotions
|
16 years ago |
yllar
|
ae6bfc4e3a
|
ru_RU update
|
16 years ago |
alecpl
|
b7a754c44e
|
- remove Mail/mimeDecode require()s
|
16 years ago |
alecpl
|
7a229b9e33
|
- Improve messages display performance
|
16 years ago |
alecpl
|
46b48e6d34
|
- fix: set default auth method to 'check' not 'plain'
|
16 years ago |
alecpl
|
1af6fe235d
|
- fix searching with 'to:' modifier (typo)
|
16 years ago |
alecpl
|
1b1ff0a448
|
- typo in de_CH #1485667
|
16 years ago |
alecpl
|
ebc08dc1b6
|
- sv_SE and gl_ES update
|
16 years ago |
yllar
|
3a0e9a0448
|
cs_CZ ko_KR update
|
16 years ago |
svncommit
|
6710a63617
|
Add required parameters to raise_error() calls.
|
16 years ago |
alecpl
|
fa2bfdc0d5
|
#1485660: ja_JP update
|
16 years ago |
till
|
b99bf45479
|
* fixing notice, moved error_reporting one up, added @todo
|
16 years ago |
yllar
|
55ef334b1e
|
#1485658
|
16 years ago |
thomascube
|
baf0e65115
|
Fix drag & drop in address book
|
16 years ago |
thomascube
|
2780647114
|
Use <pre> instead of <div class=pre>: Fix line-break issue when copy & paste in Firefox (#1485425)
|
16 years ago |
alecpl
|
89f004205a
|
#1485650: tr_TR fix
|
16 years ago |
alecpl
|
a1733f06ae
|
- fix identity name quoting when sending mail as per discussion in #1485654
|
16 years ago |
alecpl
|
99f2b311bf
|
#1485653: fix enless loop in rcmail_attach_emoticons() + fix attaching the same image a few times
|
16 years ago |
alecpl
|
17060ee10b
|
#1485648: fix multiple identities from virtuser_query all set to default
|
16 years ago |
alecpl
|
3348176aba
|
#1485647: handle PRE_TEXT tags in html messages (+ small fixes)
|
16 years ago |
alecpl
|
922c2d923a
|
- fix imap::set_options()
|
16 years ago |
thomascube
|
230f944bf6
|
Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session
|
16 years ago |
thomascube
|
1608f43282
|
Secure bin scripts by requiring a valid session and replace preg_replace(/../e) with preg_replace_callback
|
16 years ago |
alecpl
|
4e0419b9cb
|
#1485640: http://pear.php.net/bugs/bug.php?id=13032
#1485640: html2text: move html_entity_decode() after preg_replace()
|
16 years ago |
alecpl
|
0fc97c2833
|
- fix internal date parsing
|
16 years ago |
yllar
|
4b8a5ce814
|
pt_BR lt_LT tr_TR update
|
16 years ago |
alecpl
|
4e74d2cb1b
|
- fix draft autosave
|
16 years ago |
alecpl
|
e943e1a961
|
#1485638: use rawurlencode for all IE versions
|
16 years ago |
alecpl
|
e275ce6e8d
|
- updated bundled Net_Socket to 1.0.9
|
16 years ago |
alecpl
|
d78c4174ca
|
updated bundled Net_SMTP to 1.3.1
|
16 years ago |
alecpl
|
b751d5609f
|
#1485157: fix DIGEST-MD5 authentication
|
16 years ago |
thomascube
|
07717db753
|
Only abbreviate attachment file names in MSIE < 7
|
16 years ago |
thomascube
|
1553b3c701
|
Bugfix and improve auto-completion
|
16 years ago |
alecpl
|
0456f83bcc
|
#1485567: fix virtual folders names
|
16 years ago |
alecpl
|
4b60fa3ab9
|
#1485493: do not bypass sendmail_delay by relogin
|
16 years ago |
alecpl
|
78928070c5
|
- Support multiple quota values in QUOTAROOT resonse (#1485626)
|
16 years ago |
alecpl
|
7d2afc9d4a
|
- oops, remove console call
|
16 years ago |
alecpl
|
44ea3fd478
|
- Fix STARTTLS before AUTH in SMTP connection (#1484883)
|
16 years ago |
thomascube
|
35c31ed638
|
Group settings boxes together in floating blocks for better layout
|
16 years ago |
thomascube
|
58687d011f
|
Be more tolerant when splitting strings + remove col that we don't have a label for
|
16 years ago |
thomascube
|
d859b0ca1f
|
allow reply to yourself only in To field
|
16 years ago |
thomascube
|
f1cc7fc09c
|
Only abbreviate file name for IE browsers (#1485063)
|
16 years ago |
thomascube
|
8e98f21ffc
|
Add empty paragraph after html reply block in order to write below + fix indentation
|
16 years ago |
thomascube
|
b9f9f185e7
|
Simplify code
|
16 years ago |
alecpl
|
77e2322271
|
#1485549: fix mb_convert_encoding() issue
|
16 years ago |
alecpl
|
dea237e2d7
|
#1485299: don't use SMTP's debug option
|
16 years ago |
alecpl
|
781f341b21
|
#1485607: fix charset setting for attachments when sending the message
|
16 years ago |
alecpl
|
a2efac5e7b
|
- fix unflagged icon setting on IE
- small code cleanups
|
16 years ago |
yllar
|
e9152a55b9
|
zh_CN update
|
16 years ago |
alecpl
|
cf6bc5d5fa
|
#1485444: fix drag layer over an iframe
|
16 years ago |
alecpl
|
2b5c123aad
|
#1485622: fix rcube_imap::message_index() to return always messages IDs
|
16 years ago |
alecpl
|
f50cc72cbb
|
#1485618: fix code injection vulnerability
|
16 years ago |
alecpl
|
8f79fbabdc
|
- added strtoupper() wrapper
|
16 years ago |
alecpl
|
81c7b2cd11
|
- comment console() call
|
16 years ago |
alecpl
|
030c848b0d
|
- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
|
16 years ago |
yllar
|
dee9850abe
|
fr_FR az_AZ ca_ES update
|
16 years ago |
alecpl
|
59138162c7
|
#1485611: removed 'organisation' header from default_headers
|
16 years ago |
alecpl
|
de2e0bfeb8
|
#1485439: style fixes for IE6,7
|
16 years ago |
yllar
|
832a7dad7c
|
nl_BE cy_GB nl_NL en_GB zh_CN update
|
16 years ago |
alecpl
|
9e8a1756b7
|
#1485616: read content-id/content-location only for multipart/related type
|
16 years ago |
alecpl
|
b7548893a7
|
#1485444: drag-n-drop performance fix: read folders position only once
|
16 years ago |
yllar
|
65c834a1af
|
he_IL et_EE update
|
16 years ago |
alecpl
|
55cd3743ba
|
- Fix empty line before the signature in IE (#1485351)
|
16 years ago |
alecpl
|
9ffee318e6
|
- pl_PL update
|
16 years ago |
alecpl
|
3c884af99b
|
- Fix search results page jumps in LDAP addressbook (#1485253)
|
16 years ago |
alecpl
|
0b5539e3dc
|
- Fix sorting of folders with more than 2 levels (#1485569)
|
16 years ago |
thomascube
|
3dc19d5fc8
|
Move search filter drop-down closed to search box
|
16 years ago |
alecpl
|
d5fca0c490
|
#1485461: secure initial login form sesssion cookie
|
16 years ago |
alecpl
|
133bb07f78
|
- performance: skip imap connection for attachments actions
- created attachments.inc file for attachment upload, remove and display actions
|
16 years ago |
alecpl
|
39cd51aff5
|
- performance: connect to imap server only when needed
(some mail actions do not require imap connection)
|
16 years ago |
alecpl
|
8374caaf20
|
#1485601: de_* update
|
16 years ago |
alecpl
|
64c9b5b13a
|
#1485602: fix INBOX folder localization
|
16 years ago |
alecpl
|
7f450630cc
|
#1485602: fix 'searching' label in compose
|
16 years ago |
alecpl
|
2a41355776
|
- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
|
16 years ago |
alecpl
|
f94629e62b
|
#1485599: fix rcmail_folder_classname()
|
16 years ago |
alecpl
|
1ce913becc
|
- typo
|
16 years ago |
alecpl
|
4189ccf44a
|
- comment out setcharset() use in sqlite and mssql drivers (http://cvs.php.net/viewvc.cgi/pear/MDB2/MDB2/Driver/mssql.php?r1=1.177&r2=1.178)
|
16 years ago |
alecpl
|
320baf9cd2
|
- disable firefox spellcheck in console textarea
|
16 years ago |
alecpl
|
3414c57dc8
|
#1485587: show proper message when using status filter
|
16 years ago |
alecpl
|
f1f17fa5a4
|
- fix collapsing of folders with plus sign in name (use urlencode instead of escape)
|
16 years ago |
thomascube
|
ffbf910df9
|
Insert meta content-type at top of the html head + add both content-id and content-location of related parts to replacement table
|
16 years ago |
alecpl
|
e3379e05eb
|
#1485586: ru_RU update
|
16 years ago |
alecpl
|
bcd1e1b14c
|
- pl_PL update
|
16 years ago |
yllar
|
9b3dc91f82
|
he_IL, fr_FR, hr_HR, et_EE, ar_SA, az_AZ update
|
16 years ago |
thomascube
|
2fd975071a
|
Option to check for new mails in all folders (#1484374)
|
16 years ago |
thomascube
|
41b43ba00e
|
Don't set client busy when automatically checking for new messages (#1485276)
|
16 years ago |
alecpl
|
7342d7ef8c
|
- re-fix r2095
|
16 years ago |
alecpl
|
9abd0f0089
|
- Allow UTF-8 folder names in config (#1485579)
- Add junk_mbox option configuration in installer (#1485579)
|
16 years ago |
alecpl
|
64aa248cdb
|
- ja_JP update
|
16 years ago |
alecpl
|
57a92b5ada
|
- don't convert false to array, to prevent from some warnings
|
16 years ago |
alecpl
|
0cb9677bef
|
#1485581: not use parenthesis when searching with 2 search keys
|
16 years ago |
thomascube
|
938e96a3e5
|
Added missing step file (#1485578)
|
16 years ago |
alecpl
|
7a2d79a978
|
- make attachment check in rcmail_message_list and rcmail_js_message_list the same
|
16 years ago |
thomascube
|
ae9124d3a9
|
Add fallback to default_charset when importing vcards
|
16 years ago |
thomascube
|
456c7e40c5
|
Fix headers for IE attachment downloads (#1485449)
|
16 years ago |
thomascube
|
29c64b0bdd
|
Also clean cache table when removing old messages from cache
|
16 years ago |
thomascube
|
69ad1e8124
|
Add onmouseup handler to hide autocompletion box when clicking outside
|
16 years ago |
thomascube
|
2c8e84c1e5
|
Do serverside addressbook queries for autocompletion (#1485531) + make autocompletion list clickable
|
16 years ago |
thomascube
|
b4b31d62af
|
Suppress repeated ldap warnings + little codestyle fix
|
16 years ago |
thomascube
|
9c314bc268
|
Fix call-time pass-by-reference warnings
|
16 years ago |
alecpl
|
d59aaa1aaf
|
- Allow setting attachment col position in 'list_cols' option
- Allow override 'list_cols' via skin (#1485577)
- Fix: allow empty attribs in templates
|
16 years ago |
alecpl
|
dcf780a6bd
|
- fix r2076: removed cache.session_id column, removed DELETEs from cache in session_gc
- trust DB server's time when "touching" cache and messages tables
|
16 years ago |
alecpl
|
3e48d2eee1
|
- Increase speed of session destroy and garbage clean up
- Fix session timeout when DB server got clock skew (#1485490)
|
16 years ago |
alecpl
|
be7d3b6918
|
- Fix 'cache' table cleanup on session destroy (#1485516)
|
16 years ago |
alecpl
|
9b9f2674c8
|
- optimize iil_C_FetchHeaders() to use only one FETCH command
|
16 years ago |
alecpl
|
73ba7caadb
|
#1485573: fix part=0 handling
|
16 years ago |
alecpl
|
300fc65a46
|
- Better HTML entities conversion in html2text (#1485519)
|
16 years ago |
alecpl
|
322b79db06
|
- Speed up raw message body handling (call FETCH only once for the whole message insteade of twice for headers and body)
|
16 years ago |
alecpl
|
4e5b11adfc
|
- small improvements - removed redundant code
|
16 years ago |
alecpl
|
f14ac8cefe
|
- last change fix
|
16 years ago |
alecpl
|
ceb52fe074
|
- Fix handling of some malformed messages (#1484438)
|
16 years ago |
alecpl
|
3e20c4b31d
|
- fix default spellcheck language setting (#1485570)
|
16 years ago |
thomascube
|
5a17388726
|
Remove BOM in html message body + don't require quotes in meta tag specifying charset
|
16 years ago |
alecpl
|
eadd1c2ef5
|
#1485548: de_* update
|
16 years ago |
svncommit
|
8c9ee36659
|
Update dutch translation.
|
16 years ago |
alecpl
|
14d953befc
|
- optimization: don't set first/last/prev/next uids in preview/print mode
|
16 years ago |
alecpl
|
14de18d5f4
|
- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
|
16 years ago |
alecpl
|
f1d0208380
|
- use memory less expensive method of searching when result is bigger than page size
|
16 years ago |
till
|
250d3f76cc
|
* fixed docblock
|
16 years ago |
till
|
193fb42fa1
|
* added docblock for ctr
|
16 years ago |
alecpl
|
9424cc71b3
|
- fix
|
16 years ago |
alecpl
|
e2e745fb4e
|
- don't use SORT when SEARCH is better (sort field not specified)
|
16 years ago |
alecpl
|
3d1e777b39
|
- fix for skip_deleted (#1485553)
|
16 years ago |
alecpl
|
84b884d761
|
- Fix big memory consumption and speed up searching on servers without SORT capability
|
16 years ago |
alecpl
|
697cc52cff
|
- fixes for status filter
- don't call search second time if first call returns empty (array) result
|
16 years ago |
alecpl
|
8abda59ce4
|
- fix: initialize searching when '_action' is not set (when go back from compose)
|
16 years ago |
alecpl
|
5b5f741a49
|
- labels for messages status filter
|
16 years ago |
alecpl
|
e538b3dc7d
|
- Added message status filter + fixes for r2046 (searching with SORT)
|
16 years ago |
thomascube
|
6fa87f3fa5
|
Improve charset encoding + remove BOM before parsing vcards
|
16 years ago |
alecpl
|
146977e30e
|
- fix doubled timestamp in sendmail log
|
16 years ago |
alecpl
|
0803fb007e
|
- Use SORT for searching on servers with SORT capability
|
16 years ago |
yllar
|
47369b290e
|
bg_BG sk_SK et_EE pt_PT it_IT update + minor messages.inc fix
|
16 years ago |
alecpl
|
e0c9741ef5
|
- improve messages searching with many criterias (call one SEARCH command)
|
16 years ago |
alecpl
|
68af648117
|
- Fix empty file sending (#1485389)
|
16 years ago |
alecpl
|
be5d4ab5c3
|
- fix function description
|
16 years ago |
alecpl
|
b8ae5093cc
|
- Fix HTML editor initialization on IE (#1485304)
- move back toggle_editor function to editor.js
- merge identity and compose editor init functions
|
16 years ago |
alecpl
|
da4e6095d6
|
- tr_TR update
|
16 years ago |
svncommit
|
28b68c32f6
|
Update NL translation (#1485540).
|
16 years ago |
alecpl
|
71e6d5f065
|
- better 'editorwarning' message in en_*
|
16 years ago |
alecpl
|
79af0bb1ba
|
- Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions
|
16 years ago |
alecpl
|
3d54e6e9b7
|
r2032 fix: escape backslashes
|
16 years ago |
alecpl
|
7f59c01a45
|
#1485511: better handling for editing non-existing identities
|
16 years ago |
thomascube
|
c21d6d713e
|
Don't use addslashes() which could produce unexpected results when magic_quotes_sybase is on
|
16 years ago |
alecpl
|
f35a226447
|
#1485534: fix (multiple) PRE conversion
|
16 years ago |
thomascube
|
6e47c0be5c
|
Handle magic_quotes on runtime and remove them from the requirements list (#1485285)
|
16 years ago |
thomascube
|
a9ab9fd570
|
Fix mailto: compose links (#1485533)
|
16 years ago |
yllar
|
d0d94caff6
|
he_IL & fr_FR update
|
16 years ago |
alecpl
|
d2993ee4db
|
- added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
|
16 years ago |
alecpl
|
d245963846
|
- fix log_bug() for empty 'file' parameter
|
16 years ago |
alecpl
|
8498dce502
|
- Fix problem with numeric folder names (#1485527)
|
16 years ago |
alecpl
|
09fc3f3087
|
-fix: mark as read (for read_when_deleted) only when moving messages to trash
|
16 years ago |
alecpl
|
2855518f1d
|
- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
|
16 years ago |
alecpl
|
11b1b16b2f
|
#1485518: validate SERVER_NAME for smtp_helo_host setting
|
16 years ago |
alecpl
|
139f99d413
|
- de_DE update (#1485525)
|
16 years ago |
alecpl
|
95d90f86d9
|
- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
|
16 years ago |
alecpl
|
24c7df078a
|
- small fixes in pl_PL localization
|
16 years ago |
alecpl
|
072fdef114
|
- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
|
16 years ago |
svncommit
|
c9ca6ada03
|
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
|
16 years ago |
alecpl
|
1971ddc1dd
|
- last commit fix
|
16 years ago |
alecpl
|
ccd04868e0
|
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
|
16 years ago |
alecpl
|
ec01712a99
|
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
|
16 years ago |
alecpl
|
06343d189e
|
- Added option focus_on_new_message (#1485374)
|
16 years ago |
alecpl
|
effc35fdbe
|
#1485513: another MDB2 package fix in _skipDelimitedStrings()
|
16 years ago |
thomascube
|
f45a174ae5
|
Killed some whitespace
|
16 years ago |
thomascube
|
b58f118415
|
Improve vcard import (#1485502); try utf-8 first in charset detection
|
16 years ago |
alecpl
|
ba80566b1e
|
- little improvement in in_array_nocase()
|
16 years ago |
alecpl
|
7f63946719
|
- #1485499: make email address comparision case insensitive
- support multibyte characters in in_array_nocase()
|
16 years ago |
alecpl
|
1ad39efbf4
|
#1485504: fix _skipDelimitedStrings()
|
16 years ago |
alecpl
|
44d1f1cf73
|
- nl_NL update
|
16 years ago |
alecpl
|
8e2a5a76d1
|
#1485504: applied two patches from MDB2's repository
|
16 years ago |
yllar
|
03be2b97c4
|
fi_FI update
|
16 years ago |
yllar
|
3d34396331
|
added Cymraeg, updated da_DK, et_EE, gl_ES and ru_RU
|
16 years ago |
alecpl
|
ebf316a018
|
#1485508: zh_CN update
|
16 years ago |
alecpl
|
407dcf9e71
|
- Fix html signature formatting when identity save error occured (#1485426)
|
16 years ago |
alecpl
|
bfdbcf5210
|
#1485505: PHP bug (?) workaround for html2text class autoloading
|
16 years ago |
alecpl
|
19c9d396df
|
- wrap also prefix line in reply body
|
16 years ago |
alecpl
|
898249d727
|
#1485506: close spellchecker before sending the message
|
16 years ago |
alecpl
|
701b9a7c6b
|
- Add feedback and set busy when moving folder (#1485497)
|
16 years ago |