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.

CommentFileSizeAuthor
uc_ticket.admin_.inc_.patch42.29 KBssenator

Comments

ssenator’s picture

Assigned: ssenator » Unassigned
Anonymous’s picture

Assigned: Unassigned »
Status: Needs review » Fixed

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.

Anonymous’s picture

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

Anonymous’s picture

Status: Fixed » Needs work
Anonymous’s picture

Category: bug » feature
Status: Needs work » Closed (fixed)

changes committed.

Anonymous’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -imap imaps ssl

Automatically closed -- issue fixed for 2 weeks with no activity.