[svn-commits] lmadsen: trunk r250051 - /trunk/doc/tex/imapstorage.tex

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 2 15:09:30 CST 2010


Author: lmadsen
Date: Tue Mar  2 15:09:27 2010
New Revision: 250051

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=250051
Log:
Update IMAP documentation.
Update the IMAP documentation to make it clear that storing voicemails
in the same folder as a large number of emails could potentially cause
significant slow downs when writing or retrieving voicemails.

(issue #16704)
Reported by: TimeHider
Tested by: lmadsen, TimeHider

Modified:
    trunk/doc/tex/imapstorage.tex

Modified: trunk/doc/tex/imapstorage.tex
URL: http://svnview.digium.com/svn/asterisk/trunk/doc/tex/imapstorage.tex?view=diff&rev=250051&r1=250050&r2=250051
==============================================================================
--- trunk/doc/tex/imapstorage.tex (original)
+++ trunk/doc/tex/imapstorage.tex Tue Mar  2 15:09:27 2010
@@ -152,6 +152,12 @@
 used as alternate folders for storing voicemail messages to mimic the
 behavior of the current (file-based) voicemail system.
 
+Please note that it is not recommended to store your voicemails in the top
+level folder where your users will keep their emails, especially if there
+are a large number of emails. A large number of emails in the same folder(s)
+that you're storing your voicemails could cause a large delay as Asterisk must
+parse through all the emails. For example a mailbox with 100 emails in it could
+take up to 60 seconds to receive a response.
 
 \subsection{Separate vs. Shared Email Accounts}
 




More information about the svn-commits mailing list