Summary: | ASTERISK-09751: Incorrect parsing of IMAP mailbox address when using "authuser" authentication | ||
Reporter: | James Rothenberger (jaroth) | Labels: | |
Date Opened: | 2007-06-25 10:05:53 | Date Closed: | 2007-06-26 10:51:03 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Applications/app_voicemail |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) authuser.patch | |
Description: | The function "get_user_by_mailbox" does not parse the mailbox name correctly when "authuser" is present in the mailbox name. The code does not distinguish the difference between "user" and "authuser" keywords to determine the owner of the mailbox. | ||
Comments: | By: Mark Michelson (mmichelson) 2007-06-26 10:51:02 The patch you provided is valid, and so I have applied it to trunk as well as 1.4 since it is a bug fix. The patch was committed to 1.4 in revision 71796 and to trunk in revision 71797. |