alecpl
ffd3e29068
- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response
2010-06-04 09:16:30 +00:00
alecpl
2144f9c432
- Skip UNSEEN counting when list is empty
2010-06-04 07:18:26 +00:00
alecpl
f22b5439f2
- Fix: don't call FETCH when THREADS returns empty result
2010-06-04 07:05:06 +00:00
alecpl
f6b28244a1
- Add line-break in place of <DIV> tag ( #1486666 )
2010-06-03 12:22:41 +00:00
alecpl
9dd3553ab0
- Fix autocomplete results are wrongly displayed when search string contains e.g. a dot character
2010-06-03 08:21:43 +00:00
alecpl
bb8721aaeb
- Support dynamic hostname (%d/%n) variables in configuration options ( #1485438 )
2010-06-03 08:02:12 +00:00
thomascube
05a631a43c
Allow plugins to register their own tasks
2010-06-03 06:40:06 +00:00
alecpl
ae8a2a5527
- fixed identation + some code improvements
2010-06-02 12:06:10 +00:00
alecpl
1126fc6127
- Performance improvement in add_to_group()
2010-06-02 10:23:06 +00:00
alecpl
7d43f89532
- Fix duplicated contacts when copying with group selected ( #1486766 )
2010-06-02 10:02:23 +00:00
thomascube
ca38db5744
Allow to drag into groups of another address source
2010-06-01 18:11:57 +00:00
yllar
bb502908b2
translations update
2010-06-01 18:07:07 +00:00
alecpl
5bde172aef
- Add 'messages_list' hook ( #1486266 )
2010-06-01 11:35:35 +00:00
thomascube
8e32dcd9e8
Fix subject column after re-arranging cols
2010-06-01 06:32:52 +00:00
alecpl
c3eab29e19
- some fixes in message list columns handling
2010-05-30 10:12:36 +00:00
alecpl
6c9d496fcc
- 'threads' column made movable
2010-05-30 07:48:15 +00:00
alecpl
7ceabc8815
- Add request* event triggers in http_post/http_request ( #1486054 )
2010-05-29 17:16:45 +00:00
alecpl
ac8edbed35
- Fix use RFC-compliant line-delimiter when saving messages on IMAP ( #1486712 )
2010-05-29 17:01:15 +00:00
alecpl
fc1b7226b4
- Renamed events for groups handling, insertgroup -> group_insert,
...
updategroup -> group_update, removegroup -> group_delete
2010-05-28 17:58:38 +00:00
alecpl
f07d238b1b
- Add 'imap_timeout' option ( #1486760 )
2010-05-28 13:54:32 +00:00
thomascube
8ef2f3c5cf
Make drag&drop work on iPads
2010-05-28 10:52:20 +00:00
alecpl
b231f68ba2
- Fix typo in last commit + some code cleanup
2010-05-28 09:53:25 +00:00
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
2010-05-28 09:38:41 +00:00
thomascube
89e31bec15
Update user agent detection and set according class names to html node
2010-05-28 09:11:16 +00:00
alecpl
8f2b463981
- handle properly inline images without content_id but with content_location
2010-05-27 14:08:48 +00:00
alecpl
c973abfd8b
- fix regular expression for images src replacement
2010-05-27 14:08:15 +00:00
alecpl
e55923241f
- fix white character after closing tag
2010-05-27 14:07:23 +00:00
alecpl
b6f04054d1
- support base URL for inline images
2010-05-27 13:34:58 +00:00
alecpl
a3c9bd1c2e
- jquery's hide/show functions are slow, don't use it in loops
2010-05-26 18:09:37 +00:00
alecpl
d470f97038
- fix FF crash ( #1486752 )
...
- fix some issues after deleting last message from the list
2010-05-26 17:18:01 +00:00
alecpl
982e0b0b89
- Redesigned how rcube_contacts handles table names
2010-05-26 11:56:47 +00:00
thomascube
3b67e33c8e
Allow derived classes of rcube_contacts to override table and sequence names
2010-05-26 09:25:24 +00:00
alecpl
874ff4d4be
- Fix raise_error() in Installer ( #1486756 )
2010-05-26 08:46:49 +00:00
alecpl
14a4ac556e
- fix error message on SMTP oversize error ( #1486754 )
2010-05-26 07:10:52 +00:00
alecpl
13e1552df1
- Trigger listupdate event after message removal from list ( #1486734 )
2010-05-25 13:11:17 +00:00
alecpl
1a4fa6fe48
- don't set pagetitle in ajax requests
2010-05-25 09:20:28 +00:00
alecpl
14259ce101
- fixed parse error
...
- support arguments of type object in enable_command()
- simplify setting of state of message commands
2010-05-25 08:42:39 +00:00
thomascube
3831efb452
Better jqueryfication
2010-05-25 08:11:23 +00:00
alecpl
fb466386cc
- code cleanup
2010-05-25 07:49:30 +00:00
alecpl
50067d581a
- Reverted change that removed response.callbacks
2010-05-25 07:11:49 +00:00
thomascube
86f3aaf2b9
Wrap group name input field in <li> + more jqueryfication + add dummy group functionality to example address book plugin
2010-05-25 06:55:13 +00:00
alecpl
ae00404a60
- translate internalerror message
2010-05-23 08:01:46 +00:00
yllar
5183767cb0
translations update
2010-05-22 20:21:16 +00:00
alecpl
6f4e7dbcb1
- Added list_mailboxes hook in rcube_imap::list_unsubscribed() ( #1486668 )
2010-05-22 18:47:27 +00:00
alecpl
87a8685fbf
- Fix wrong message on file upload error ( #1486725 )
2010-05-22 18:24:33 +00:00
alecpl
0b7f3a8ab2
- Add support for data URI scheme [RFC2397] ( #1486740 )
2010-05-22 07:27:15 +00:00
alecpl
2bb1f633fb
- Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' events
...
- Removed response.callbacks feature
2010-05-21 08:42:59 +00:00
thomascube
a2a36103cf
Bump trunk version
2010-05-21 08:18:33 +00:00
svncommit
141eb8a497
Fix double-addition of e-mail domain to content ID in HTML images
2010-05-21 03:24:25 +00:00
thomascube
dffcaa59db
No need for the padding since quoted lines are not wrapped at all
2010-05-20 21:47:19 +00:00