[asterisk-bugs] [Asterisk 0013142]: [patch] Save to alternate folder throws errors due to incorrect IMAP mailbox specification in Cyrus IMAP
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Jul 23 13:50:31 CDT 2008
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=13142
======================================================================
Reported By: jaroth
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13142
Category: Applications/app_voicemail/IMAP
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 122710
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 07-23-2008 13:50 CDT
Last Modified: 07-23-2008 13:50 CDT
======================================================================
Summary: [patch] Save to alternate folder throws errors due
to incorrect IMAP mailbox specification in Cyrus IMAP
Description:
imap_mailbox_name() can create an incorrect mailbox name, specifically when
specifying a folder name (other than INBOX) in Cyrus IMAP. Currently the
folder name would be specified as INBOX/Family, for instance. Cyrus (and
possibly other IMAP implementations does not like the INBOX prefix).
Instead of making a Cyrus-specific patch (the concensus is NOT to create
IMAP implementation-specific code), this patch uses an additional
(optional) parameter from the voicemail.conf file called imapparentfolder.
The default value would be INBOX. If this parameter is not set, INBOX will
not be prepended to the mailbox name.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-23-08 13:50 jaroth Summary Save to alternate folder
throws errors due to incorrect IMAP mailbox specification in Cyrus IMAP =>
[patch] Save to alternate folder throws errors due to incorrect IMAP mailbox
specification in Cyrus IMAP
======================================================================
More information about the asterisk-bugs
mailing list