thejoker101
Member
Posted 7 years ago #
My problem is that imap functions aren't installed in PHP5 on my SuSE 9.2 box. I've spent two days trying to figure out how to install the stuff I need to and it still doesn't work. As far as I can tell, it _should_ be working, but nope, it doesn't. So if anyone out there would care to help, I'd be forever greatful.
thejoker101
Member
Posted 7 years ago #
Well I got that fun stuff taken care of, but now it still doesn't work.
It keeps saying I have an incorrect password.
I can telnet like this just fine:
telnet your.imap.host.com 143
* OK [CAPABILITY IMAP4REV1...]
1 LOGIN "your_username" "your_password"
1 OK [CAPABILITY...] ... User your_username authenticated
I have {my.imap.host.com:143}INBOX as my mailbox and no user suffix, yet it doesn't work.
Any ideas?