summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-25change class to unfocused upon clicking outside of the message listsvncommit
2006-05-25Added unfocused class for when the message list does not have the focussvncommit
2006-05-24Fixed major bug with deleting a single messagesvncommit
2006-05-24Fixed bug with toggling new status of message after it had been marked as ↵svncommit
deleted Addded undelete functionality that works like Thunderbird (pressing delete icon/key on deleted message undeletes) fixed many but not all of the 'strict' javascript error messages
2006-05-23Testing the repositorysvncommit
2006-05-19Added "Enter" key support for viewing a messagesvncommit
slightly changed behavior of clicking/double clicking messages to conform to Outlook 2003 (OE/Outlook/Thunderbird all handle double-click with Ctrl key pressed differently)
2006-05-18Updated MDB2 wrapper class contributed by Lukas Kahwe Smiththomascube
2006-05-18Updated CHANGELOGthomascube
2006-05-18Added Arabic and Armenian localizationsthomascube
2006-05-18Updated Russian localizationthomascube
2006-05-18Allow & in e-mail addressesthomascube
2006-05-18Removed MDB2 classes; install seperatelythomascube
2006-05-18renamed $mbox so that it will stop interfering with the $_SESSION when ↵svncommit
register_globals is turned on
2006-05-18renamed $mbox so that it will stop interfering with the $_SESSION when ↵svncommit
register_globals is turned on
2006-05-171)fixed bug where moving/deleting a single message in the list didn't worksvncommit
2)fixed bug where marking a message as deleted from "view message" page caused errors
2006-05-15Fixed search bugsthomascube
2006-05-15Fix of empty folder bug by Jon Daley (roundcube@jon.limedaley.com)svncommit
2006-05-13added fields from current en_US to nl_NLsvncommit
2006-05-13added fields from current en_US to nl_NL and fixed some older translationssvncommit
2006-05-05Removed ob_flush() because useless and buggythomascube
2006-05-05Fixed some bugsthomascube
2006-05-05Fixed typos in function rcube_button()thomascube
2006-05-05Check for zlib.output_compression before using ob_gzhandlerthomascube
2006-05-05Casting date parts in iil_StrToTime() to avoid warningsthomascube
2006-05-05Corrected INSTALL description (Bug #1476106)thomascube
2006-05-05Changed login page title regarding product name (Bug #1476413)thomascube
2006-05-02*** empty log message ***svncommit
2006-05-01Updated the changelogthomascube
2006-05-01Fixed Opera bug with CC and BCC fieldsthomascube
2006-05-01Pimped search functionthomascube
2006-05-01fixed bug where the config option is not setsvncommit
2006-05-01Started integrating GoogieSpellthomascube
2006-05-01Check for empty mbox value in sessionthomascube
2006-05-01Added support for undeletesvncommit
2006-05-01Added undelete functionalist and support for delete toggle iconsvncommit
2006-05-01Added undelete functionality; made flagging system more flexiblesvncommit
2006-05-01Add support for undelete and fix previously undetected bug for marking ↵svncommit
multiple messages
2006-05-01Added deleted iconsvncommit
2006-05-01Added OPTIONS -> Javascript codesvncommit
2006-05-01Added new delete behavior options.svncommit
2006-05-01Applied patch for requesting receipts by Salvatore Ansanithomascube
2006-05-01Applied patches by Mark Bucciarellithomascube
2006-05-01Applied prev/next patch by Leonard Bouchetthomascube
2006-04-26Updated Mail::Mime libraries to latest CVS. Changes are bug fixes ONLY.svncommit
2006-04-26Corrected issue forwarding attachments that use content-description rather ↵svncommit
than filename or name disposition headers
2006-04-26Corrected issue displaying attachments that use content-description rather ↵svncommit
than filename or name disposition headers
2006-04-26fix number of bugs and issues with last patch.svncommit
1) fixed issue where switching folders would lose keyboard commands 2) fixed issue where you could not delete or move multiple messages 3) now moves to next message regardless of deleting it or moving it 4) moves to previous messsage when deleting or moving last message in list
2006-04-25new style for messages with the focus without being selectedsvncommit
2006-04-25added a couple new features and bug fixes:svncommit
1) ability to change focus of selected message without selecting that message (requires a new class) 2) fixed bug where navigating with arrows would "select" hidden messages 3) moving or deleting messages will now select the next message on the list
2006-04-24Delete key will delete selected messagessvncommit