egroupware/mail/inc
Hadi Nategh 80ecc08133 Backport commit r48039, committed by Nathan Gray. Some more speed improvements for initial load:
- Avoid expensive connect in constructor for all AJAX calls (reconnect/cache used instead)
- Don't verify that special folders exist for folder tree
- Only fetch folder counts when fetchCounters flag is set, instead of always
- Avoid some et2 warnings about not existing attributes (no speed improvement, but less annoying)
2014-08-14 07:32:51 +00:00
..
class.mail_acl.inc.php Fix mail ACL popup dialog does not make delete button readonly for account owner 2014-07-22 13:56:36 +00:00
class.mail_activesync.inc.php allow to call getAllIdentities for other users; used for Admin Calling eSync Prefs on Mail for other users 2014-07-22 11:17:13 +00:00
class.mail_bo.inc.php support Disposition-Notification-To, Return-Receipt-To and X-Confirm-Reading-To on preview 2014-03-25 16:20:28 +00:00
class.mail_compose.inc.php * Mail/Infolog/Tracker: fix problem with converting mail to infolog/tracker entries, when forwarded messages are attached (message/rfc822 attachments) 2014-07-03 10:16:23 +00:00
class.mail_hooks.inc.php introduce some stuff to increase inital speed of mail-list by asyncronously calling gatherVacation and getQuotaRoot; increase cache-time on folderExists cache, trust a folder to be existant (or at least fot force the check with IMAP-Server) in get_rows 2014-08-05 09:14:04 +00:00
class.mail_sieve.inc.php Avoid to call mail constructor (openConnection is an expensive operation) when client-side ask for vacationNotice. 2014-08-11 14:23:55 +00:00
class.mail_ui.inc.php Backport commit r48039, committed by Nathan Gray. Some more speed improvements for initial load: 2014-08-14 07:32:51 +00:00
class.mail_wizard.inc.php need to load emailadmin/js/app.js 2013-11-06 09:12:22 +00:00