I am using SM 1.2.10. The mail_fetch plugin came with it. When I configure my pop server in mail fetch, I include my username and password, as one normally would. However, every time I fetch the mail, it comes back saying "invalid username or password". So I configured mail fetch without the password and was prompted for it when I went to fetch it. This worked. So I turned debugging on in the class.POP3.php file and tested it. With the username/password "hardcoded" into the mail fetch program, it passes my username fine to the pop server but I get this from the password line:
[PASS 0b62566e053f053a0e3c566d5760] GOT [-ERR invalid user name or password.]
That PASS statement changes slightly but obviously, that's not my password. When I configure the server where it prompts me to enter my password, it works and I see this:
[PASS mypassword] GOT [+OK davjon is welcome here]
Also, if I check the "encrypt password" box, it doesn't stay there. I checked with a friend who, I believe is running SM 1.27, and his stays there.
Any advice?
David Jones