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
alecpl
64e3e80743
- Fix some IMAP errors handling when opening the message ( #1485443 )
15 years ago
alecpl
dbe4988941
- Remove duplicates in autocomplete result ( #1486772 )
15 years ago
alecpl
2144f9c432
- Skip UNSEEN counting when list is empty
15 years ago
alecpl
7d43f89532
- Fix duplicated contacts when copying with group selected ( #1486766 )
15 years ago
thomascube
ca38db5744
Allow to drag into groups of another address source
15 years ago
alecpl
5bde172aef
- Add 'messages_list' hook ( #1486266 )
15 years ago
alecpl
6c9d496fcc
- 'threads' column made movable
15 years ago
alecpl
ac8edbed35
- Fix use RFC-compliant line-delimiter when saving messages on IMAP ( #1486712 )
15 years ago
alecpl
d311d809d6
- Fix forwarding of messages with winmail attachments
...
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839 )
- Extend rc_mime_content_type() to work with string buffer
15 years ago
alecpl
8f2b463981
- handle properly inline images without content_id but with content_location
15 years ago
alecpl
c973abfd8b
- fix regular expression for images src replacement
15 years ago
alecpl
e55923241f
- fix white character after closing tag
15 years ago
alecpl
1a4fa6fe48
- don't set pagetitle in ajax requests
15 years ago
alecpl
ae00404a60
- translate internalerror message
15 years ago
svncommit
141eb8a497
Fix double-addition of e-mail domain to content ID in HTML images
15 years ago
thomascube
dffcaa59db
No need for the padding since quoted lines are not wrapped at all
15 years ago
thomascube
c769c6699f
Default line length is 72
15 years ago
thomascube
6b6f2e83de
Display and send messages with format=flowed ( #1484370 ), fixes word wrapping issues ( #1486543 )
15 years ago
alecpl
dc9d750e18
- Fix message/rfc822 attachments encoding in sent mail
15 years ago
alecpl
24c91ed78e
- Moved error.inc to /utils
...
- Removed bugs.inc (content copied into main.inc)
15 years ago
alecpl
021ef41737
- Fix duplicated attachments when forwarding a message ( #1486487 )
15 years ago
alecpl
677e1f26fe
- Some files from /bin + spellchecking actions moved to the new 'utils' task
15 years ago
alecpl
0e7b66357d
- Added threads tree icons
...
- css/js fixes and improvements in (messages) list code
15 years ago
alecpl
e99d21ba05
- remove offline message list generation on IE, this doesn't realy improve performance now
15 years ago
alecpl
bb8012cfcd
- Extend contact groups support ( #1486682 )
15 years ago
alecpl
488074965b
- Fix check-recent action issues and performance ( #1486526 )
...
- Fix messages order after checking for recent (#1484664 )
- Fix messages copying
- Reset check-recent interval after check-recent by hand
15 years ago
alecpl
1ac779f490
- Use strcoll instead of strcmp when sorting contacts in autocomplete
15 years ago
alecpl
25fdec592d
- Fix autocomplete shows entries without email ( #1486452 )
15 years ago
alecpl
c833ed4053
- Fix listupdate event doesn't trigger on search response ( #1486708 )
15 years ago
alecpl
697298552b
- small fix for current_page setting
15 years ago
alecpl
9800a825e7
- improve performance and consistency by setting all list-related env data in list action only
15 years ago
alecpl
c6427797b7
- fix unseen messages counter after unseen message preview
15 years ago
alecpl
16378fe3a2
- preformance fix: don't load full folders list when checking for folder
...
existance in sendmail.inc, use internal cache to make mailbox_exists()
faster when called more than one time for the same folder
15 years ago
alecpl
e095094591
- don't use deprecated split()
15 years ago
alecpl
b62c4869f7
- Allow columns order change per user - drag&drop ( #1485795 )
15 years ago
alecpl
ea50e71260
- Add References header in read receipt ( #1486681 )
15 years ago
alecpl
3978d28ecd
- Fix quota_zero_as_unlimited ( #1486662 )
15 years ago
alecpl
1097a3cd8a
- don't parse text/html attachment body on download
15 years ago
alecpl
a03c98092f
- fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)
...
- performance: add option to not checking MAXUID in messagecount()
15 years ago
alecpl
b80a97adb0
- fix dublicated 'show' action after contact creation
15 years ago
alecpl
c287f34bd3
- Fix setting spellcheck languages with extended codes ( #1486605 )
15 years ago
alecpl
da8f11ce16
- Fix messages list scrolling in FF3.6 ( #1486472 )
...
- Fix quicksearch input focus (#1486637 )
- Small code cleanup + improvements
15 years ago
thomascube
8e3a6039cf
Assign newly created contacts to the active group ( #1486626 ) and fix group selection display ( #1486619 )
15 years ago
alecpl
6b01133063
- Fix regression in disposition-notification ( #1486623 )
15 years ago
thomascube
bc4960108e
Option not to mark messages as read when viewed in preview pane ( #1485012 )
15 years ago
thomascube
814905ca87
Let plugins modify the Sent folder when composing ( #1486548 )
15 years ago
thomascube
53d6261619
Fix group expansion which was lost in r3457 + apply patch for autocompletion timeouts from #1486059
15 years ago
thomascube
d1851ba77b
Configurable limit of address group members
15 years ago
alecpl
751b22b41f
- Added optional (max_recipients) support to restrict total number of recipients per message ( #1484542 )
15 years ago
thomascube
65c8764b19
Add client-side events when adding/removing groups
15 years ago
thomascube
1d773d7141
Fix typo
15 years ago
thomascube
aa12df20e4
Add server-side plugin hooks to address group functions + better action names
15 years ago
thomascube
c0297f4172
Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table
15 years ago
thomascube
3baa72a62f
Implement group renaming/deleting + use more consistent names for commands and actions ( #1486587 )
15 years ago
alecpl
6f31b356b2
- fix save/delete draft message with enabled threading ( #1486596 )
...
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
15 years ago
alecpl
7a48e5539f
- Re-organize editor buttons, add blockquote and search buttons
...
- Make possible to write inside or after a quoted html message (#1485476 )
15 years ago
alecpl
ce467384e2
- Fix single space inserted on fwd/reply with top posting ( #1486532 )
15 years ago
thomascube
a61bbb24aa
Added basic contact groups feature
15 years ago
alecpl
fb7ec576ab
- Added possibility to select all messages in a folder ( #1484756 )
15 years ago
alecpl
b488c1d02d
- improvements in rcmail_html4inline()
15 years ago
alecpl
5799531e3f
- fix bug in css cleanup of html messages
15 years ago
alecpl
fdf8750708
- don't need to reload messages list on copy error
15 years ago