alecpl
2009-07-13 3536577bcbc908dbfd26d8b74696ce3da30bf48b
2009-07-10 thomascube
Fix compose step: correctly choose html mode and attachments when in draft ...
blob@ 7d8e16 commitdiff | diff to current
2009-06-15 alecpl
- fix delete icon on attachment list (#1485921)
blob@ 21d682 commitdiff | diff to current
2009-06-11 alecpl
- re-set 'prefer_html' to have possibility to use html part for compose
blob@ aae0ad commitdiff | diff to current
2009-06-11 alecpl
- Added message Edit feature (#1483891, #1484440) - need icon
blob@ 069704 commitdiff | diff to current
2009-06-09 thomascube
Change rcube_user::list_identities() to return an array instead of a sql-re...
blob@ ed205f commitdiff | diff to current
2009-05-29 thomascube
Better icon for deleting folders + remove hard-coded icon path
blob@ 991a25 commitdiff | diff to current
2009-05-28 alecpl
- simplified attachments handling on reply/forward/draft compose (possible ...
blob@ 12217d commitdiff | diff to current
2009-05-19 alecpl
- don't use 4th argument in htmlspecialchars (#1485475)
blob@ 3e8d89 commitdiff | diff to current
2009-05-15 alecpl
- Fix Answered/Forwarded flag setting for messages from subfolders
blob@ 48958e commitdiff | diff to current
2009-05-06 alecpl
- Fix html editor mode setting when reopening draft message (#1485834)
blob@ 20ccd4 commitdiff | diff to current
2009-05-04 alecpl
- ereg -> preg
blob@ 23a2ee commitdiff | diff to current
2009-05-01 alecpl
- jQuery'fied GoogieSpell 4.0 + some changes in compose
blob@ 309d2f commitdiff | diff to current
2009-04-27 alecpl
- fix attachment mimetype setting after upload - move style of delete butto...
blob@ 1fb587 commitdiff | diff to current
2009-04-24 alecpl
- Fix message normal priority problem (#1485820)
blob@ 79eb4e commitdiff | diff to current
2009-04-21 alecpl
- support _nosig param in compose URL (#1485604)
blob@ 7c8b80 commitdiff | diff to current
2009-04-19 thomascube
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting som...
blob@ cc97ea commitdiff | diff to current
2009-03-30 alecpl
- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#14...
blob@ 7145e0 commitdiff | diff to current
2009-03-27 alecpl
- typo
blob@ 59ee68 commitdiff | diff to current
2009-03-26 thomascube
Select drafts mailbox when opening a draft message
blob@ 0b21c8 commitdiff | diff to current
2009-02-18 alecpl
- Fix html body washing on reply/forward + fix attachments handling (#1485676)
blob@ ec603f commitdiff | diff to current
2009-01-16 till
* bumping up copyright (happy new year ;-))
blob@ cbbef3 commitdiff | diff to current
2008-12-16 thomascube
allow reply to yourself only in To field
blob@ d859b0 commitdiff | diff to current
2008-12-16 thomascube
Add empty paragraph after html reply block in order to write below + fix in...
blob@ 8e98f2 commitdiff | diff to current
2008-12-05 alecpl
- performance: skip imap connection for attachments actions - created attac...
blob@ 133bb0 commitdiff | diff to current
2008-11-23 thomascube
Do serverside addressbook queries for autocompletion (#1485531) + make auto...
blob@ 2c8e84 commitdiff | diff to current
2008-11-20 alecpl
- Better HTML entities conversion in html2text (#1485519)
blob@ 300fc6 commitdiff | diff to current
2008-11-19 alecpl
- fix default spellcheck language setting (#1485570)
blob@ 3e20c4 commitdiff | diff to current
2008-11-05 alecpl
- Fix HTML editor initialization on IE (#1485304) - move back toggle_editor...
blob@ b8ae50 commitdiff | diff to current
2008-11-03 alecpl
- Add warning when switching editor mode from html to plain (#1485488) - Un...
blob@ 79af0b commitdiff | diff to current
2008-10-20 alecpl
- #1485499: make email address comparision case insensitive - support multi...
blob@ 7f6394 commitdiff | diff to current
2008-10-18 alecpl
- wrap also prefix line in reply body
blob@ 19c9d3 commitdiff | diff to current
2008-10-13 alecpl
#1485494: fixed signatures removal on reply
blob@ 2b180b commitdiff | diff to current
2008-10-09 alecpl
- don't set border=0 for images (use css for that)
blob@ 70087c commitdiff | diff to current
2008-10-09 alecpl
- Fix matching case sensitivity when setting identity on reply (#1485480) -...
blob@ 6eb858 commitdiff | diff to current
2008-10-07 alecpl
- #1485475: don't use 4th argument of htmlspecialchars()
blob@ 27a12e commitdiff | diff to current
2008-10-07 alecpl
- #1485471: fix drafts saving
blob@ 272705 commitdiff | diff to current
2008-10-05 alecpl
- removed deprecated rcube_add_label() and all uses - code for 'show' actio...
blob@ 112c91 commitdiff | diff to current
2008-10-03 alecpl
- fix "Back to message list" button (#1485440)
blob@ cf6a83 commitdiff | diff to current
2008-10-01 alecpl
- Better handling of "no identity" and "no email in identity" situations (#...
blob@ fd51e0 commitdiff | diff to current
2008-09-21 alecpl
- use more 'html' class
blob@ e2c610 commitdiff | diff to current
2008-09-20 alecpl
#1485385: fix missing close form tag
blob@ c17dc6 commitdiff | diff to current
2008-09-16 alecpl
- Added Reply-To to forwarded emails (#1485315)
blob@ 5758b9 commitdiff | diff to current
2008-09-16 alecpl
- Allow and use spellcheck attribute for input/textarea fields (#1485060)
blob@ 491a6e commitdiff | diff to current
2008-09-16 alecpl
- Fix inline images handling when replying/forwarding html messages
blob@ 2f746d commitdiff | diff to current
2008-09-16 alecpl
- Reduced memory footprint when forwarding attachments (#1485345) - Fixed e...
blob@ 81b573 commitdiff | diff to current
2008-09-14 alecpl
-small folder names abbreviation fixes
blob@ a81be1 commitdiff | diff to current
2008-09-13 alecpl
#1485337: fill recipient on reply to address of yourself (if there's only o...
blob@ 51f55b commitdiff | diff to current
2008-09-06 thomascube
Don't wrap worwarded text; better wrap reply message text
blob@ ccd63c commitdiff | diff to current
2008-09-05 thomascube
Correctly handle options in mailto-links (#1485228)
blob@ 5f314d commitdiff | diff to current
2008-09-05 thomascube
Indicate allowed max. attachment size in compose screen (#1485030)
blob@ 8beee1 commitdiff | diff to current
first | « prev | next »