summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2011-08-03- Display current user name in page title if devel_mode=truealecpl
2011-08-03- Fix EOL character in vCard exports (#1487873)alecpl
2011-08-03- Remove temp debug codealecpl
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalecpl
2011-08-02- Fix get_address_book() to call get_address_sources() internally when lookin...alecpl
2011-08-02- Support department field as X-DEPARTMENTalecpl
2011-08-01- Remove function duplicate (from last commit)alecpl
2011-08-01- Move rcmail_localize_folderpath() to main.incalecpl
2011-08-01- Improved detection of folder rename possibility and its handlingalecpl
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomascube
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories...alecpl
2011-07-29- Fix 'sql' identifier for addressbook handling (#1488013)alecpl
2011-07-27- Performance fix: don't create addressbook object to close() it if it wasn't...alecpl
2011-07-27- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fixes...alecpl
2011-07-27- Delay imap cache initialization, fixes problem with cache cleanup on login ...alecpl
2011-07-27Move mail sending functions from mail task to core for general usagethomascube
2011-07-27- Don't use default source if source id is specified in get_address_source()alecpl
2011-07-27- Fix IE9 detection (#1488008)alecpl
2011-07-26- Move console object initialization code into one placealecpl
2011-07-25- Fixed display name on contact listsalecpl
2011-07-25- Added optional "multithreading" autocomplete featurealecpl
2011-07-25- Plugin API: Added 'config_get' hookalecpl
2011-07-21- Simplify undo message, add dots at the end of messagesalecpl
2011-07-21- Round upload progress percentage valuealecpl
2011-07-17Small improvements and codestylethomascube
2011-07-17Filter LDAP groups by search querythomascube
2011-07-17Fix ldap group members listingthomascube
2011-07-11Session object can be null if db/memcache is not availablethomascube
2011-07-10- Add add_shutdown_function() method. Make possible to call user function bef...alecpl
2011-07-08- Make Undo action optional by setting undo_timeout=0alecpl
2011-07-07- Added possibility to undo last contact delete operationalecpl
2011-07-06- Fix infinite loop in tokenizeResponse() when server returns atoms with forb...alecpl
2011-07-06- Fix handling of other users namespace rootsalecpl
2011-07-05- Added lost argument in delete_record() methodalecpl
2011-07-05- Remove debug codealecpl
2011-07-04- Fix lack of Cc and Reply-To headers on messages list, add them to default h...alecpl
2011-07-04- Add optional textual upload progress indicator (#1486039)alecpl
2011-06-29- Fix url() so zero-values are not skipped (#1487979)alecpl
2011-06-27- Fix handling of untagged responses in LIST/LSUB response parseralecpl
2011-06-27- Fix parsing URLs containing commas (#1487970)alecpl
2011-06-27- Fix PHP warning in mailbox_info(),alecpl
2011-06-24- Read _unlock from POST tooalecpl
2011-06-23- Add rcube_imap::mailbox_info()alecpl
2011-06-21- Make local_skin_path() to be a public methodalecpl
2011-06-18Use numSubOrdindates inconjuction with VLV to count totalthomascube
2011-06-18- Fix set_row_attribs() for backward compat.alecpl
2011-06-17- Don't log errors when charset conversion failsalecpl
2011-06-16- Add addressbook name in contact info frame (#1487958)alecpl
2011-06-15- Force allowed attributes on table rowsalecpl
2011-06-15- Added html_table::get_row_attribs(), extended html_table::set_row_attribs()alecpl