[asterisk-bugs] [Asterisk 0013142]: [patch] Save to alternate folder throws errors due to incorrect IMAP mailbox specification in Cyrus IMAP

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Aug 1 09:09:13 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13142 
====================================================================== 
Reported By:                jaroth
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   13142
Category:                   Applications/app_voicemail/IMAP
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
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:             2008-07-23 13:50 CDT
Last Modified:              2008-08-01 09:09 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0090970) putnopvut (administrator) - 2008-08-01 09:09
 http://bugs.digium.com/view.php?id=13142#c90970 
---------------------------------------------------------------------- 
Yuck, I didn't finish merging imap_consistency_trunk yesterday, so I'm just
going to go ahead and merge this now since it is an easy fix. Thanks again
for the patch! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-08-01 09:09 putnopvut      Note Added: 0090970                          
======================================================================




More information about the asterisk-bugs mailing list