account type only supports POP3. The imap_open() is able to support IMAP and IMAPS. Input allow them to be specified.
ssenator - November 3, 2009 - 07:26
| Project: | Ubercart Ticket |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | gregeise |
| Status: | closed |
| Issue tags: | imap imaps ssl |
Jump to:
Description
Within ubercart ticket, the 'Add Email Account' form only allows specification of POP3 email accounts. However, the underlying function, imap_open() is capable of supporting IMAP and IMAPS. The following patch allows the IMAP protocol to be specified. Also, based on if the port implies SSL, the appropriate flag is inserted into the IMAP protocol stanza for the connection to be used to the email server.
| Attachment | Size |
|---|---|
| uc_ticket.admin_.inc_.patch | 42.29 KB |

#1
#2
IMAP support was enabled in the dev snapshot as of the 26th of October.
I'll make a beta release today or tomorrow with the functionality.
#3
I see you also added IMAPS support. Nice.
When you create a patch, please create it against the most recent dev snapshot.
I'll pull the changes from the file you included and roll up a release today.
thanks
#4
#5
changes committed.
#6
#7
Automatically closed -- issue fixed for 2 weeks with no activity.