alecpl
a01df71de4
- Fix displaying form warnings on contact save
13 years ago
thomascube
5879c09ca0
Use proper timezones from PHP's internal timezonedb ( #1485592 )
13 years ago
thomascube
7c2a9310c4
Use iframes for identity management
13 years ago
alecpl
7152f59f04
- Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override'
13 years ago
alecpl
1c029b9c7c
- Fix label too long ( #1488283 ), fix polish translation
13 years ago
alecpl
3a992ee8b8
- Remove leftover from last commit
13 years ago
alecpl
89c30a00a7
- Don't load jqueryui plugin, it's required now by default
...
- Move datepicker's date format setting to the plugin
13 years ago
alecpl
a61ccea31a
- Small fixes to r5662
13 years ago
alecpl
08ffd939a7
- Add separate pagesize setting for mail messages and contacts ( #1488269 )
13 years ago
alecpl
81c2ce9b7b
- Remove some UI-specific one-liners from rcube_webmail object
13 years ago
alecpl
e2dfb5ebad
- Fix handling of INBOX's subfolders in special folders config ( #1488279 )
13 years ago
thomascube
faaa1ba534
Make count-display label selectable by skin; always show photo placeholder, even if source doesn't support a photo col
13 years ago
thomascube
aa3a9a41f3
Put groups list into a fieldset to be consistent with the rest of the form
13 years ago
thomascube
a84bfa356a
Fix upload form handling
13 years ago
thomascube
c8c53f4ad1
Make emtpy/invalid links non-clickable
13 years ago
thomascube
bab0433a27
First steps for Larry's address book
13 years ago
thomascube
c29b82d90a
Fix crashes with eAccelerator ( #1488256 )
13 years ago
thomascube
fbebf54a92
Only expand one email per group member
13 years ago
alecpl
34c2e34671
- Fix "PHP Warning: Invalid argument supplied for foreach()" ( #1488264 )
13 years ago
thomascube
f94e442469
Add more classes and options to HTML elements for better styleability
13 years ago
thomascube
b540ed15a3
Larry is growing up
13 years ago
thomascube
01d0affaa1
Pass attributes from skin to form table
13 years ago
thomascube
e19229ce09
Larry's identities settings and about page
13 years ago
alecpl
18ca0b6efc
- Skip inline images (fixes issue where images used in HTML body were displayed below the body once again)
13 years ago
thomascube
faea23d0b4
More options for message headers output in templates
13 years ago
thomascube
c7dcb30025
More from Larry...
13 years ago
thomascube
ce86f0f14f
Make string for unread count configureable by skin; add file type classes to attachments list
13 years ago
thomascube
854397b216
Better CSS url() validation
13 years ago
thomascube
67e0c90fce
Add css class to add-icon
13 years ago
thomascube
2b017e7f79
Allow clean background:url(...) styles in safe mode. This will make Roundcube pass the Email Standards Acid Test
13 years ago
alecpl
6807865d76
- Update killcache with new cache tables
13 years ago
alecpl
a90ad2840f
- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead
13 years ago
alecpl
b6da0b76af
- Remove deprecated global $IMAP variable usage ( #1488148 )
13 years ago
alecpl
7e263ea204
- Add option to set default font for HTML message ( #1484137 )
13 years ago
alecpl
40c45e9de9
- Fixed issues with big memory allocation of IMAP results, improved a lot of rcube_imap class
13 years ago
alecpl
c33dc1a451
- Fix typos in handling support link label
13 years ago
thomascube
3f81174e10
Show attachment filename in page title
13 years ago
thomascube
ac9ba4480d
Replace prompt() with jQuery UI dialog ( #1485135 )
13 years ago
alecpl
9b28484859
- Fix attaching files (broken with changes to _SESSION['compose']) ( #1488235 )
13 years ago
thomascube
b885ab73b8
Fix saving of composite address fields without subtype
13 years ago
alecpl
73571d3d26
- Reload UI after skin change
13 years ago
alecpl
4360276d9b
- Add $_SESSION['mailto'] variable cleanup
13 years ago
alecpl
2a7bf36c73
- Fix compose from addressbook, broken in r5521
13 years ago
alecpl
72ff6ae884
- Simplified compose session data handling, no need for session->cleanup()
13 years ago
alecpl
8751881e1d
- Remove unused result
13 years ago
thomascube
57486f6e58
Content filter for embedded attachments to protect from XSS on IE<=8 ( #1487895 )
13 years ago
alecpl
3e5c709fa7
- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH ( #1488208 )
13 years ago
alecpl
6a6168619a
- Fix handling contact photo url with https:// prefix ( #1488202 )
13 years ago
alecpl
e0960f6365
- Prevent from memory_limit exceeding when trying to parse big messages bodies ( #1487424 ):
...
don't try to parse it, display notice with a link to download it directly
13 years ago
alecpl
e4a4ca1948
- Performance improvements
13 years ago
alecpl
f4cfb1414a
- Mark folder as recent only when it contains unseen messages
13 years ago
alecpl
636bd77074
- Mark (with different color) folders with recent messages ( #1486234 )
13 years ago
alecpl
5510a5278b
- Fix possible infinite redirect on attachment preview ( #1488199 )
13 years ago
alecpl
e01e798517
- Fix action when toggling prefer_html option state
13 years ago
thomascube
ce22f1e0c6
Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests
13 years ago
alecpl
1911cc4062
- Use channel/uri as possible source locations
...
- Handle dependent/required plugins
13 years ago
alecpl
45fa64c3c9
- Added About tab in Settings
13 years ago
alecpl
5aeeebad56
- Fix regression in setting recipient to self when replying to a Sent message ( #1487074 )
13 years ago
alecpl
2f9fdbff62
- Fix sorting autocomplete results to preserve email address significance ( #1488084 )
13 years ago
alecpl
710b1bd684
- Add option to skip alternative email addresses in autocompletion
13 years ago
alecpl
55a8a8cc25
- Fix matching check to be unicode-aware
13 years ago
alecpl
46cdbf074e
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
13 years ago
alecpl
d61756663c
- Fix problem with parsing HTML message body with non-unicode characters ( #1487813 )
13 years ago
alecpl
f21a04c024
- Add option to define matching method for addressbook search ( #1486564 , #1487907 )
13 years ago
thomascube
81f5dd7774
Consider replication delays in session storage
13 years ago
thomascube
62c8618744
Make email recipients separator configurable + suppress dupes in auto-completion
13 years ago
alecpl
aa07b22906
- Fix so folders with \Noinferiors attribute aren't listed in parent selector
...
- Add LIST result and folder attributes cache
- rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
13 years ago
alecpl
77153b255d
- Fix handling of dates (birthday/anniversary) in contact data - don't convert them to users timezone ( #1488147 )
13 years ago
alecpl
179b39d22a
- Fix error on opening searched LDAP contact ( #1488144 )
13 years ago
alecpl
9aab5e5456
- Fix redundant line break in flowed format ( #1488146 )
13 years ago
thomascube
3ac5cdb4ac
Also merge properties of child cols of composite address book fields + remove undefined fields from template
13 years ago
thomascube
335b042b98
Fix inline display of image attachments
13 years ago
alecpl
b5a29fe22f
- Fix IDN address validation issue ( #1488137 )
13 years ago
alecpl
ea66cef9bc
- Fix removing compose data from session after sending a message
13 years ago
alecpl
2db2ef3ec9
- Fix handling of <title> tag for cases where (malformed) HTML content contains more than one <title> tag
13 years ago
alecpl
0324621797
- Fix JS error when dst_active checkbox doesn't exist ( #1488133 )
13 years ago
alecpl
104e235302
- Improve handling of malformed charset specification in HTML messages ( #1488093 )
13 years ago
alecpl
7772ae2477
- Another fix to hide empty tabs
13 years ago
alecpl
01169b6d56
- Revert r5345 to handle non-array content too
13 years ago
alecpl
4100242b93
- One if() too much
13 years ago
alecpl
2df4a9a29c
- Hide contact tabs with no content
13 years ago
thomascube
dc6c4f4a28
Contact groups can have direct email addresses => distribution lists; enable 'compose' command for the selected group
13 years ago
thomascube
39cafac3f5
Autocomplete LDAP records when adding contacts from mail ( #1488073 )
13 years ago
alecpl
b1f0846727
- Make sure LDAP name fields aren't arrays ( #1488108 )
13 years ago
thomascube
e2a8b4dd6d
Skip VLV if a group is selected; show advanced search form if activating a 'searchonly' address book
13 years ago
alecpl
8881766a9f
- Improved performance by skipping folders list sorting when it's not needed in folder manager
13 years ago
thomascube
537c394302
Attach jquery UI date pickers to contact fields of type 'date'
13 years ago
alecpl
b96ed4b74e
- Fix issue where it wasn't possible to change list view mode in folder manager for INBOX ( #1488107 ), also show messages count and size in such case
13 years ago
alecpl
765fdeb5b5
- Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call)
13 years ago
alecpl
56ec81cb6f
- Don't print error to the log when trying to delete non-existing draft message
13 years ago
thomascube
e750d1b816
Restrict folders list to write-only in selectors for special folders and save-message-to option
13 years ago
alecpl
90a6aff022
- Fix bug where when replying always the last identity is used ( #1488101 )
13 years ago
alecpl
b175394b30
- Add loading indicator on contact delete
13 years ago
alecpl
9e54e6fd45
- Make the whole PHP output non-cacheable ( #1487797 )
13 years ago
alecpl
bba25299f8
- Fix bug where after delete message rows can be added to the list of another folder ( #1487752 )
13 years ago
thomascube
2d3e2bc561
Add option 'searchonly' for address books; currently used by LDAP directories
13 years ago
alecpl
4b21d26879
- Add Priority filter to the messages list
13 years ago
alecpl
609d3923d7
- Cache synchronization using QRESYNC/CONDSTORE
...
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
13 years ago
thomascube
47672bfda5
Trigger 'new_messages' hook for all checked folders ( #1488083 )
13 years ago
thomascube
06dc9838e0
Fix session race conditions when composing new messages
13 years ago
alecpl
8c124b9ea8
- Fix is_a() usage
13 years ago
thomascube
1cc9e210f5
Make date/time format user configurable; drop 'date_today' config option
13 years ago
alecpl
8703b08018
- Extend rcube_label_exists() to search in loaded plugins localizations
...
- Allow use localized addressbook field subtypes from plugins
13 years ago
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
13 years ago
alecpl
b104e39f34
- Clear contactlist page conter after saved-search delete
13 years ago
alecpl
f5c1085fbd
- Localize (full) forwarded message header ( #1488058 )
13 years ago
alecpl
f8e48df715
- Merge devel-saved_search branch (Addressbook Saved Searches)
13 years ago
alecpl
66df084203
- Merge devel-spellcheck branch:
...
- Added spellchecker exceptions dictionary (shared or per-user)
- Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
13 years ago
alecpl
dbb0c2a109
- Add vCard's Profile URL support ( #1488062 )
13 years ago
thomascube
f7b58afb94
Make list of mimetypes that open in preview window configurable ( #1487625 )
13 years ago
thomascube
d78771ad3c
Add plugin hook message_part_get for message part downloads
13 years ago
alecpl
13d45dfbda
- Localize forwarded message header ( #1488058 )
...
- pl_PL update
- Fix label: databaserror -> dberror
13 years ago
alecpl
9a835c7f7c
- Fix is_a() usage for PHP>5.3.6
13 years ago
thomascube
da71783bc9
Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs
13 years ago
thomascube
1a716d2d34
Add copyright line on files with significant changes from Kolab Systems
13 years ago
alecpl
7a2bade211
- Added 'priority' column on messages list
13 years ago
alecpl
f0bccb7fb2
- Fix image type check for contact photo uploads
13 years ago
alecpl
5db6f96d22
- Fix contact row update after name change when in searching mode, update changelog
13 years ago
alecpl
8015bb9431
- Followup to r5097, fix: match From with full address spec.
13 years ago
alecpl
4436b43480
- Fixed selecting identity on reply/forward ( #1487981 )
13 years ago
alecpl
dd6a47c24a
- Fix parent folder ACL checking in some cases
13 years ago
alecpl
72fa193335
- Disable subscription on virtual shared folders
13 years ago
alecpl
189a0ae4dc
- Unsubscribe from non-existing folders always (on listing), not only in Settings/Folders UI
13 years ago
alecpl
5c2ac5f528
- Fix/simplify email regexp to prevent "no valid recipients" SMTP error ( #1488040 )
13 years ago
alecpl
5c9d1ffe8e
- Add option to hide selected LDAP addressbook on the list
13 years ago
alecpl
fe0cb657f1
- Add client-side checking of uploaded files size
13 years ago
thomascube
782d8593bd
More unique error codes
13 years ago
thomascube
615fb1c069
Only check for existing contacts if an email address is present
13 years ago
thomascube
57ce504112
Set maxlength for contact fields
13 years ago
thomascube
31737295b8
Add newlines between organization, department, jobtitle ( #1488028 )
13 years ago
thomascube
f2ff370215
Recalculate date when replying to a message and localize the cite header ( #1487675 )
13 years ago
alecpl
6d0ada30d7
- Fix handling of email addresses with quoted local part ( #1487939 )
13 years ago
alecpl
efc24a5fb3
- Fix handling Mail-Reply-To header in Reply All action
13 years ago
alecpl
85e7a3d4a3
- Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023)
13 years ago
alecpl
c6c99c89e6
- Add ACL check on parent folder
13 years ago
alecpl
2c77f553c8
- Add "loading" messages for contacts copying and groups assignment
13 years ago
alecpl
359e19a19d
- Fix EOL character in vCard exports ( #1487873 )
13 years ago
alecpl
4d4a2fa32e
- Added possibility to extend rcube_vcard's fieldmap
...
- Skip empty values in vCard export
13 years ago
alecpl
34854b63ee
- Fix setting default addressbook as selected in source selector
13 years ago
alecpl
2dd2bf5012
- Fixed form reloading on source change, broken in r4999
13 years ago
alecpl
5731d68a97
- Added confirmation dialog for contact group deleting + loading indicator
13 years ago
alecpl
b95149eb63
- Fixed contact photos upload, moved code to separate file for better performance
...
(to handle upload we don't need to initialize addressbook source)
13 years ago
alecpl
363514e30b
- Move rcmail_localize_folderpath() to main.inc
13 years ago
alecpl
1cd36267a1
- Improved detection of folder rename possibility and its handling
13 years ago
alecpl
f9e2858ae1
- Exclude edited folder from parent selector
13 years ago
alecpl
08b796f83c
- Fixed search fields handling in quick-search
13 years ago
alecpl
e86b4f4246
- Fix: folder selector doesn't list unsubscribed folders, followup to r4942
13 years ago
thomascube
d917785e70
Move mail sending functions from mail task to core for general usage
13 years ago
alecpl
70c3111826
- Fix fallback to default source ( #1488009 )
13 years ago
alecpl
64ebc94eec
- Fix source ID handling
13 years ago
alecpl
1e36b71838
- Generate display name before record validation
13 years ago
thomascube
da89cf2937
Always show address book name if multiple books are configured; fix styling
13 years ago
alecpl
210438a6be
- Unsubscribe from non-existing folders automaticly on folders listing
13 years ago
alecpl
79dd1692e3
- Another display name fix: don't store display name only if it equals to email address
13 years ago
alecpl
71e8cc3bce
- Fixed display name on contact lists
13 years ago
alecpl
0213f8d4dd
- Added optional "multithreading" autocomplete feature
13 years ago
alecpl
2d761bbbef
- On contact copy check for existing record by name if email field is empty
13 years ago
alecpl
ec4b594c24
- DOn't generate contact name here, it's not required
13 years ago
thomascube
04310ee1bf
Better message if copying was rejected due to existing entries
13 years ago
alecpl
f52c4f441f
- Simplify undo message, add dots at the end of messages
13 years ago
alecpl
c9cfd6d4bf
- Improved parent folder selector
13 years ago
thomascube
71cc6bf630
Add drop-target for root folder; fix row insertion when moving to a protected folder
13 years ago
thomascube
fa59965b41
Asynchronously load contacts after page load
14 years ago
thomascube
3a9f7954ba
Fix getting first writeable address book if no default is configured
14 years ago
thomascube
03eb13f11c
Small improvements and codestyle
14 years ago
alecpl
19869073e3
- Plugin API: added folder_delete and folder_rename hooks
14 years ago
alecpl
63fda8af57
- Make Undo action optional by setting undo_timeout=0
14 years ago
alecpl
7f5a849e78
- Added possibility to undo last contact delete operation
14 years ago
alecpl
1a3c911d92
- Fixed issues related to creating contacts in source which isn't currently selected ( #1487990 )
14 years ago
alecpl
9220169bf1
- Fix handling of other users namespace roots
14 years ago
alecpl
62811c4a70
- Fix group commands state after extended search use, make this check readonly-flag aware
14 years ago
thomascube
ecb51cc8a6
Cache information about writeble address sources for performance reasons
14 years ago
alecpl
4171c59bd7
- Add optional textual upload progress indicator ( #1486039 )
14 years ago
alecpl
5b3ac32415
- Added addressbook source selector in contact create form
14 years ago
alecpl
c3dabfad7a
- Fixed link to contact photo, when browsing the search results ( #1487980 )
14 years ago
alecpl
f5803dfda1
- Fix bug where Import button was disabled ( #1326103 )
14 years ago
alecpl
f6eb1e29df
- Fix creating/renaming folders with accented characters ( #1487974 )
14 years ago
alecpl
44143c5847
- Don't use reserved word 'class' (to prevent IE errors)
14 years ago
alecpl
87a2f686f0
- Fix contacts copying ( #1487967 )
14 years ago
alecpl
25e6a0f110
- Add rcube_imap::mailbox_info()
14 years ago
thomascube
930d385d9e
Skip empty e-mail addresses in autocompletion
14 years ago
thomascube
86a025f504
Fix check in pagenav
14 years ago
thomascube
06c01d1720
Trigger keep_alive hook when checking for recent messages, too
14 years ago
alecpl
b0689bd500
- Set css class name on directory list row according to readonly flag and 'class' data provided by plugins
14 years ago
alecpl
67975b99ef
- Improved namespace roots handling in folder manager
14 years ago
alecpl
cc90ed1f84
- Add addressbook name in contact info frame ( #1487958 )
14 years ago
alecpl
1a034323fc
- Add possibility to return subscription status and css class name for folder row from "folder_save" hook
...
- Fix folder preview frame state after folder creation
14 years ago
alecpl
5f2d1588dd
- Add 'foldername' attribute to folders table rows, so plugin writers would be able to iterate over the table rows and find wanted folders (folders_list hook)
14 years ago
alecpl
ca7dda4948
- Fixed initial directory selection
14 years ago
alecpl
ecf295f6ef
- Added searching in all addressbook sources (global-search)
...
- Added addressbook source selection in contacts import
14 years ago
alecpl
9382b6dfe1
- Fix contacts import ( #1487947 )
14 years ago
thomascube
b0c70b3ca7
Use address_template config when adding a new address block ( #1487944 )
14 years ago
alecpl
b896b18f87
- Call addressbook_get hook only if build-in addressbook doesn't match wanted ID (for better performance), other improvements
14 years ago
alecpl
e9a9f2f6c5
- Added addressbook advanced search
14 years ago
alecpl
2d5beeaf06
- Don't call rcube_idn_to_ascii() on empty data
14 years ago
alecpl
3cacf941fa
- Add popup with basic fields selection for addressbook search
14 years ago
thomascube
09c59abf85
Case-insensitive matching in autocompletion ( #1487933 ); replace old string offset syntax
14 years ago
alecpl
340546c975
- Optimization for spellcheck_before_send: don't invoke new ajax request. While we already have mispellings, we can return them and enable spellchecker directly without querying the server again
14 years ago
alecpl
644e3ad912
- Fix setting language for spellchecker on spellcheck_before_send
14 years ago
alecpl
1d5779b257
- Add option to force spellchecking before sending a message ( #1485458 )
14 years ago
alecpl
b4edf78e4b
- Provided rcube_spellchecker class, simplified code in utils task (less spell* files)
14 years ago
alecpl
55150f858f
- Fix handling of "<" character in group name
14 years ago
alecpl
d9641b0874
- Allow setting special folder with "<" character
14 years ago
alecpl
516467080b
- Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields ( #1487864 )
14 years ago
alecpl
d734481983
- Added option to specify to which address book add new contacts
14 years ago
alecpl
40a1860174
- Store user preferences in session when write-master is not available and session is stored in memcache, write them later
14 years ago
alecpl
ccc059fd70
- Re-designed cache, fixes memcache/apc issues
14 years ago
alecpl
254d5ef32b
- Improve performence of folder manager operations by moving subscriptions table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser
...
- This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder)
14 years ago
alecpl
4bb7d27b54
- Removed focus_on_new_message option, added newmail_notify plugin
14 years ago
alecpl
a509bb677c
- Add option to set default action of Forward button to "Forward as attachment"
14 years ago
alecpl
21461dce77
- Trim HTML message before washing, to make sure that BOM is removed even when prepended by some whitespace chars ( #1487915 )
14 years ago
thomascube
e2f185e1b3
Don't connect to address books unless necessary
14 years ago
thomascube
6b19999841
Correctly handle empty contact names when importing
14 years ago
thomascube
445a4ca04d
Fix empty name in search results and error when creating a new contact
14 years ago
alecpl
a208a4fa68
- Add forward-as-attachment feature
14 years ago
thomascube
e848180aaa
Improve display name composition when saving contacts ( #1487143 ), with plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export
14 years ago
alecpl
ac3ad69e94
- Fix possible ambiguity in folders caching (when list_mailboxes() was called the same result was returned, no matter what was the 1st and 2nd argument)
14 years ago
alecpl
0d277ef01b
- Plugin API: Add name and parent_name arguments to folder_form hook
14 years ago
alecpl
94bdcce081
- Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type)
14 years ago
alecpl
d08333ea57
- Fix problems with subfolders of INBOX folder on some IMAP servers ( #1487725 )
...
- Fix handling of folders that doesn't belong to any namespace (#1487637 )
14 years ago
alecpl
1abb97fe1b
- Add 'uploadingmany' message translation
14 years ago
alecpl
7fc056c3ff
- Enable multiselection for attachments uploading in capable browsers ( #1485969 )
14 years ago
alecpl
cf58ce8512
- Fix a bug where selecting too many contacts would produce too large URI request ( #1487892 )
14 years ago
alecpl
c08b18c4b9
- Fix relative URLs handling according to a <base> in HTML ( #1487889 )
14 years ago
alecpl
e505519d1a
- Improve photo actions handling (set name of upload-photo, disable delete-photo according to photo existance), code cleanup
14 years ago
alecpl
5c1dfb0b11
- Fix handling of top-level domains with more than 5 chars or unicode chars ( #1487883 )
14 years ago
alecpl
d7b35c22af
- Fix usage of non-standard HTTP error codes ( #1487797 )
14 years ago
alecpl
4351f7cd66
- Improve performance by including files with absolute path ( #1487849 )
14 years ago
thomascube
bbb1427caa
Gracefully shrug on database errors
14 years ago
thomascube
569f8306db
Fix vcard folding at 75 chars; don't fold vcards for internal storage
14 years ago
thomascube
3d8b54edf7
Keep all submitted data if contact form validation fails ( #1487865 )
14 years ago
thomascube
fc072bfdb3
Don't decode recipent strings submitted by address book
14 years ago
alecpl
dae34b5c3f
- Support 'abort' and 'result' response in 'preferences_save' hook, add error handling
14 years ago
alecpl
dd0ae6297b
- Improve space-stuffing handling in format=flowed messages ( #1487861 )
14 years ago
alecpl
111a6fc314
- Add info about indexcontacts.sh script in upgrade procedure
14 years ago
alecpl
8b2c23d603
- Use \n as a word separator to workaround some strange Google spellchecker issue
14 years ago
alecpl
569701d700
- Handle properly situation when uploaded attachment file is too big
14 years ago
thomascube
4591de7018
Prepare for multiple concurrent compose windows
14 years ago
alecpl
bbce3edd61
- Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS)
14 years ago
alecpl
29c54229cf
- Fix parsing links with non-printable characters inside ( #1487805 )
14 years ago
thomascube
a3b9e4e65d
Better display of vcard import results ( #1485457 )
14 years ago
thomascube
0fbadebe13
Improve vcard import: map more fields, support photo urls, better UTF-16 charset detection
14 years ago
thomascube
b8f14ce744
Allow multiple records with same e-mail address but show notice to the user
14 years ago
thomascube
360bd3ea74
Allow group identifiers to be changed upon renaming (used in LDAP)
14 years ago
alecpl
da142bb598
- Replying to a sent message puts the old recipient as the new recipient ( #1487074 )
...
- Set compose header fields before skin objects' functions are being used, don't depend on the order of fields
14 years ago
thomascube
3e2637351d
Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!
14 years ago
alecpl
c4e555c160
- Fix subtype select labels for fields added with 'Add field'
14 years ago
thomascube
ce988a0778
Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible
14 years ago
alecpl
829cbfe88c
- Use html::span instead of HTML code
14 years ago
alecpl
768091e094
- Make so addcontact icon doesn't jump alone to next line
14 years ago
thomascube
a77cf2292b
Add optional referer check to prevent CSRF in GET requests
14 years ago
alecpl
cbf89140b3
- Fix vcard export ( #1487765 )
14 years ago
thomascube
29aab5a214
Localize contact property subtypes; better name for contact section
14 years ago
thomascube
07b95dc49b
Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message()
14 years ago
alecpl
d80bd153a4
- Fix email_dns_check setting not used for identities/contacts ( #1487740 )
14 years ago
alecpl
e18d992ee1
- Fix adding contacts: convert e-mail to ascii before format checking
14 years ago
thomascube
3e0e9148ef
Prevent from relaying arbitrary requests through modcss.inc (security issue)
14 years ago
alecpl
e8d5bdc84e
- Fix IDNA support when IDN/INTL modules are in use ( #1487742 )
14 years ago
thomascube
8c57f5977d
Don't decode already decoded from header
14 years ago
alecpl
2c052c19b1
- Prevent from messages_sort_col == null
14 years ago
alecpl
ae3d6065d8
- Fix add/remove columns in message list when message_sort_order isn't set ( #1487751 )
14 years ago
alecpl
f2e94665f3
- Clarify regexp ( #1487722 )
14 years ago
thomascube
6039aae387
Add groups support for LDAP address books, contributed by Andreas Dick
14 years ago
thomascube
79e634040d
Don't block CSS styles having important keywords
14 years ago
thomascube
f6c7afd2d9
Fix group item identifiers
14 years ago
thomascube
c6be45646b
Separate full message headers UI element from headers table ( #1487715 ) + Remove double borders in folder listing ( #1487713 )
14 years ago
thomascube
8458c7ca0e
When creating a new contact, add it to the selected group; consider the selected group when deleting a contact
14 years ago
alecpl
c9f67353cf
- Add part MIME ID to message_part_* hooks ( #1487718 )
14 years ago
thomascube
ede17442a3
Fix search with no results; no size for date field
14 years ago
thomascube
fbeb468904
Better grouping of contact information
14 years ago
thomascube
bc374503bb
Show full mail subject as title ( #1487128 )
14 years ago
alecpl
b373fd4b3d
- Fix setting timezone in Preferences ( #1487705 )
14 years ago
thomascube
0501b637a3
Merge branch devel-addressbook (r4193:4382) back into trunk
14 years ago
alecpl
e81a30752b
- Fix impossible to subscribe to protected folders ( #1487656 )
14 years ago
alecpl
68d2d54100
- Move action files map from index.php to steps' func.inc files
14 years ago
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
14 years ago
thomascube
56849c658b
Wrap HTML parts with <html><body> and add Doctype declaration ( #1487098 )
14 years ago
alecpl
600bb156f7
- Use improved get_capability() syntax, saves CAPABILITY call in some cases
14 years ago
alecpl
77437e70f9
- Fix typo
14 years ago
alecpl
ceb7085c45
- Fix duplicated rcmBody div
14 years ago
alecpl
8127289ba8
- Revert wrong optimization in r4354
14 years ago
alecpl
531922676e
- small performance improvement
14 years ago
alecpl
591dd80d22
- Fix Fatal error: Call to a member function get_capability()...
14 years ago
alecpl
14f87f7f38
- Set Mail-Reply-To also for identity's reply-to
14 years ago
alecpl
3ee5a7200a
- Improved Mail-Reply-To and Mail-Followup-To headers handling
14 years ago
alecpl
90f81a6c8d
- Better support for READ-ONLY and NOPERM responses handling ( #1487083 )
...
- Add confirmation message on purge/expunge commands response
- Fix CLOSE was called on unselected mailbox
14 years ago
alecpl
72b807aa6a
- Fix empty sender in reply prefix ( #1487454 )
14 years ago
alecpl
0e11940a65
- Improve performance of folder rename and delete actions. Don't get list of all folders when we need only children of the specified folder.
14 years ago
alecpl
7472893512
- Fix plaintext versions of HTML messages don't contain placeholders for emotions ( #1485206 )
14 years ago
alecpl
af3c045ecf
- New Folder Manager UI
...
- Fix invalid Request when creating a folder (#1487443 )
- Add folder size and quota indicator in folder manager (#1485780 )
- Add possibility to move a subfolder into root folder (#1486791 )
14 years ago
alecpl
53604a0550
- Fix setting charset of attachment filenames ( #1487122 )
14 years ago
alecpl
b46edc0f90
- Fix "Cannot use scalar value..." warning ( #1487066 )
14 years ago
alecpl
1f052f0be2
- Fix adding contact group record after creating a group
14 years ago
alecpl
57388f9cce
- Fix attachment names encoding broken in r4232
14 years ago
alecpl
cc5ae9e337
- Fix last commit
14 years ago
alecpl
d2b8840a0e
- Fix handling of custom "_from" in sendmail ( #1487132 )
...
- Small fix in displaying Sender input field
14 years ago
alecpl
0f9d8ca40d
- Don't set attachment's charset in Content-type header ( #1487122 )
14 years ago
alecpl
6084d782f2
- Fix hanling of HTML entity strings in plai text messages
14 years ago
alecpl
a4c970508b
- Re-fix handling of html entity strings in plain/text messages
14 years ago
alecpl
b72e2f9a17
- Fix handling of folders with "<>" characters in name
14 years ago
alecpl
44840971e8
- Fix handling of folders with name "0" ( #1487119 )
14 years ago
alecpl
c296b810bc
- Add option for minimum length of autocomplete's string ( #1486428 )
14 years ago
alecpl
cb105aa9f1
- Fix displaying long header names in message headers table
...
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To
14 years ago
alecpl
93681d1e5e
- Fix extra line added to the message body when using php mail function ( #1487060 )
14 years ago
alecpl
ac2c953021
- Remove leftover code
14 years ago
alecpl
30b30226e6
- Add possibility to force mailbox selection. There're situations where we're invoking
...
STATUS (for all messages count) and SELECT later for other operations. If we
call SELECT first, the STATUS will be not needed.
14 years ago
alecpl
29b39739df
- Improve responsiveness of messages displaying ( #1486986 )
14 years ago
alecpl
83ba22c77b
- Unify template files naming
14 years ago
alecpl
1555ac6018
- Don't show confirmation message when marking message as read using delay (preview_pane_mark_read>0)
14 years ago
alecpl
c50d8872ce
- Add missing confirmation/error messages on contact/group/message actions ( #1486845 )
...
- Add 'loading' message on message move/copy/delete/mark actions
14 years ago
alecpl
eeb85f4257
- Add option to place replies in the folder of the message being replied to ( #1485945 )
14 years ago
alecpl
6f096812c9
- Support contact's email addresses up to 255 characters long ( #1487095 )
...
- Added email format checks when saving contacts data
14 years ago
alecpl
c309cd8928
- Improve performance of setting IMAP flags using .SILENT suffix
14 years ago
alecpl
a79417d4ef
- Plugin API: added 'contact_form' hook
...
- Re-designed contact frame using Tabs
14 years ago
alecpl
022bcd1132
- When contacts search returns no rows display message of type 'notice' instead of 'warning'
14 years ago
alecpl
36ed9d7ec6
- Improve performance of rcube_imap_generic::countMessages() using STATUS instead of SELECT
14 years ago
alecpl
a5a4bf46bd
- Add basic IMAP LIST's \Noselect option support (mark unselectable folders as virtual, etc.)
14 years ago
alecpl
80bc55e0dc
- Fix parent folder with unread subfolder not bold when message is open ( #1487078 )
14 years ago
thomascube
cb7d32ebdd
List groups in address detail view and allow to subscribe/unsubscribe from there ( #1486753 )
14 years ago
alecpl
e0bd7054b7
- Add workaround for some Outlook's wrong content-types, per discussion in #1487051
14 years ago
alecpl
4438d66760
- Add separate column for message status icon ( #1486665 )
14 years ago
alecpl
bde4219e0d
- Fix: cannot access private property rcube_template::$app
14 years ago
alecpl
bd2e33f5f9
- Don't try to match identity on reply when user has only one
14 years ago
alecpl
2d1d68bc7e
- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905
14 years ago
alecpl
1c1e1e39f3
- Fix duplicated e-mail field in identity form ( #1487054 )
14 years ago
alecpl
f6aac389bf
- Minimize session data size by storing only last search result
...
and by removing search result from session after listing with empty search filter
14 years ago
alecpl
ad334a1257
- Improve displaying of UI messages ( #1486977 )
14 years ago
alecpl
663534468c
- Fix setting identity when composing a draft or edited message
14 years ago
alecpl
ace851722e
- Prevent from infinite redirect in case of broken session ( #1487028 )
14 years ago
alecpl
ba12c76300
- Fix signature removal when replying in HTML to plain/text message
14 years ago
alecpl
6b4929278b
- Add message content-type to the message flags in add_message_row(), can be used e.g. to set message row style/icon according to message type
14 years ago
alecpl
1716d5ef5a
- Add message list menu to css-sprite image
14 years ago
alecpl
e9470683bf
- Use css sprite image for messages list
14 years ago
alecpl
f22ea7ba18
- Support SMTP Delivery Status Notifications - RFC3461 ( #1486142 )
14 years ago
alecpl
868deb5dab
- Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message ( #1485840 )
14 years ago
alecpl
6c6bb09b15
- Add mdn_request=4
14 years ago
alecpl
135f84afa2
- Convert address to utf8 on contacts import
14 years ago
alecpl
e25a357d95
- Add Reply-to-List feature ( #1484252 )
...
- Add Mail-Followup-To/Mail-Reply-To support (#1485547 )
14 years ago
alecpl
ce92ba767a
- Plugin API: improved 'abort' flag handling, added 'result' item in some hooks: group_*, contact_*, identity_* ( #1486914 )
14 years ago
alecpl
66c674cc57
- Fix charset replacement in HTML message bodies ( #1487021 )
14 years ago
alecpl
1f49ce50a9
- Improve a little email address pattern, broken with IDNA support implementation
14 years ago
alecpl
9f9664338f
- Change reply prefix to display email address only if sender name doesn't exist ( #1486550 )
14 years ago
alecpl
33da0b48b3
- Allow setting some washtml options from plugin ( #1486578 )
14 years ago
alecpl
11bcac5802
- Fix HTML to plain text conversion doesn't handle citation blocks ( #1486921 )
14 years ago
alecpl
b3660bbdc3
- Add option to "Return receipt" will be always checked (1486352)
14 years ago
alecpl
a99968259d
- Add option to automatically send read notifications for known senders (1485883)
14 years ago
alecpl
e99991996d
- Add Internationalized Domain Name (IDNA) support ( #1483894 )
14 years ago
alecpl
0911facde9
- Truncate message subject when setting page title
14 years ago
alecpl
2753a4cab5
- Fix r3962 (< and > characters were not replaced with HTML entities in plain messages)
14 years ago
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
14 years ago
alecpl
799359457f
- Don't create a new rcube_browser object, use browser property from output object
14 years ago
thomascube
eab71fdf7e
Remove accidentally committed debug code
14 years ago
thomascube
62c791f609
Prevent from saving a non-existing skin path in user prefs
14 years ago
alecpl
ffc040bf9e
- update ID keyword
14 years ago
alecpl
614c642a4b
- Fix list_cols is not updated after column dragging ( #1486999 )
...
- Improved save-pref action and moved to separate file in utils task directory
- Improved http_post/http_request to support first argument in form 'task/action'
14 years ago
alecpl
b8d96f6e60
- Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails
14 years ago
alecpl
431234538a
- Fix when IMAP connection fails in 'get' action session shouldn't be destroyed ( #1486995 )
...
- Performance: improve mail/get action and skip one IMAP connection
14 years ago
alecpl
f8e8af7e7c
- Settings block (fieldset) can have any content (not only a table with hardcoded structure)
14 years ago
alecpl
33dfdd891b
- Improve logic of signatures colorizing and truncating, introduce sig_max_lines option
14 years ago
alecpl
99b8c1e2ac
- Fix format=flowed handling ( #1486989 ) + small improvements in plain messages parsing
14 years ago
alecpl
cb3dfdfede
- Fix messages background image handling in some cases ( #1486990 )
14 years ago
alecpl
71f60cc9aa
- Re-add 'Close' button in upload form ( #1486930 , #1486823 )
14 years ago
alecpl
d37e1e25ff
- Change upload box form name (was the same as compose form)
14 years ago
alecpl
7b7edcfa52
- Always check INBOX for recent messages, with check_all_folders=false too ( #1486912 )
14 years ago
alecpl
d11fb20061
- Added fieldsets in Identity form, added 'identity_form' hook
14 years ago
alecpl
1d8cbca272
- Use host FQDN in Message-Id, if possible ( #1486924 )
14 years ago
alecpl
01538da580
- Show disabled checkboxes for protected folders instead of dots ( #1485498 )
14 years ago
alecpl
64233d2189
- Fix timezone string in sent mail ( #1486961 )
14 years ago
alecpl
47d06e46df
- Display inline images with known extensions and non-image content-type ( #1486934 )
14 years ago
alecpl
38d9304a00
- Remove unused check
14 years ago
alecpl
3c3433e05a
- Added 'message_body_prefix' hook. Now it's possible to add some HTML code
...
before every displayed part of the message.
14 years ago
alecpl
4612535008
- Revert last (unintentional) commit
14 years ago
alecpl
b72a1001dc
- ja_JP update ( #1486911 )
14 years ago
alecpl
119ad13d74
- Rename hooks: contact_save -> contact_update, identity_save -> identity_update, delete_identity -> identity_delete
...
- Print warning to the log about deprecated hook names usage
14 years ago
alecpl
fb995a813a
- Improve displaying of html messages with body's background image
14 years ago
alecpl
8ed0152e51
- Don't add threads checkbox in virtual folder record
14 years ago
alecpl
7b808b585b
- Fix bgcolor attribute of message body handling
14 years ago
alecpl
e6ce0062f2
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings)
14 years ago
alecpl
db1f1e31ca
- Include all recipients in sendmail log
14 years ago
alecpl
b9ec2bd1b4
- Added handling of PCRE limits errors in rcmail_wash_html() ( #1486856 )
14 years ago
thomascube
52c0f7626c
Strip protocol from hostname in HTTP headers ( #1486868 )
14 years ago
thomascube
90e7080d28
Create Sent folder when composing a message ( #1486802 )
15 years ago
alecpl
9bb1fc7b0b
- Make sure attachment name doesn't contain \r\n ( #1486832 )
15 years ago
alecpl
9ed374bbe1
- fix for empty suggestions result
15 years ago
alecpl
4eb8493b40
- Fix body in message_sent hook when delay_file_io=true ( #1486824 )
15 years ago
alecpl
761894e65b
- Show attachment icon on the list also for messages with Content-Type: application/*
15 years ago
alecpl
087c7dc5d2
- Improved compose screen: resizable body and attachments list, vertical splitter, options menu
...
- Removed productname/version element, changed footer size to 20px
15 years ago
alecpl
bdb13a51f7
- Fix RC forgets search results ( #1483883 )
15 years ago
alecpl
f4f6291ec1
- Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE
15 years ago
alecpl
b25dfd0913
- removed PHP closing tag
15 years ago
alecpl
a2e81736a9
- Move quota indicator to mailboxlist footer
...
- Fix groupcontrols on IE6 (use gif)
15 years ago
alecpl
8958d01311
- Fix: when From field is a first object in compose template form's hidden fields aren't added to the output
15 years ago
alecpl
ce06d32dd8
- UI unification
...
- Added button to hide/unhide the preview pane (#1484215 )
15 years ago
alecpl
306f15db84
- Fix base64 regexp ( #1486800 )
15 years ago
alecpl
330a10b952
- remove debug code
15 years ago
alecpl
2bf3cc6fc3
- Use user's timezone in Date header, not server's timezone ( #1486119 )
15 years ago
alecpl
5852c14d3e
- Add option to set separate footer for HTML messages ( #1486660 )
15 years ago
alecpl
172e3346ca
- Added mailboxlist options menu in message page
15 years ago
alecpl
40d43b71b0
- Increase pagesize to 99999 when exporting contacts
...
- Improve performance by disabling counter query when exporting contacts
15 years ago
alecpl
54759ce120
- some improvements + added splitter in Identities
15 years ago