11 Dec
2006
11 Dec
'06
2:54 p.m.
Nagy László írta:
Dear List,
I'm writting a program in Python that connects to a dovecot server and copies/moves messages across different shared folders. The program throws an error while executing this IMAP command:
UID COPY 232 Archive/Notifications
The same program works fine with other directories and messages. This is the response from the dovecot server:
('NO', ['Unknown error'])
I found the error. It was a permission problem. I'm not sure how it was produced, but please ignore my question.
Laszlo