aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 21:08:09 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 21:08:09 +0000
commit62bdc844849d6c3250eaf8241c9e7c762a6f993a (patch)
treecda74f2aadd11ce090ede967ec32a78f759075ee /doc
parent499cf105b678ce88d4b35d542558e3880e3edafc (diff)
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. (closes issue #16704) Reported by: TimeHider Tested by: lmadsen, TimeHider git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@250050 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/imapstorage.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/imapstorage.txt b/doc/imapstorage.txt
index 5c601278d..521c59129 100644
--- a/doc/imapstorage.txt
+++ b/doc/imapstorage.txt
@@ -144,6 +144,12 @@ IMAP folders at the same level of hierarchy as the INBOX. These will be
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.
==================================
Separate vs. Shared Email Accounts