[imapfilter-devel]copy action not working

Brad Giaccio brad.giaccio at veridian.com
Wed Jul 3 19:15:01 EEST 2002


I'm new to this so let me know if you need more information

First I got a config working with the 0.7.3 tarball
Then I tried building from CVS everything I've tried works except the copy.

I did a diff of request.c and realized I was in over my head.

So here is the debug output any guess of why we are passing COPY null?


Server response: OK SEARCH completed.
Client request: SEARCH
debug: sending command: F00007 SEARCH OR (CC "jde") (TO "jde")

* SEARCH 13
F00007 OK SEARCH completed.

Server response: OK SEARCH completed.
1 message moved to mailbox "JDE".
Client request: COPY
debug: sending command: F00008 COPY (null) "JDE"

F00008 BAD Protocol Error: "Invalid message set specified for COPY command"

Server response: BAD Protocol Error: "Invalid message set specified for COPY command"
Client request: CLOSE
debug: sending command: F00009 CLOSE

F00009 OK CLOSE completed.

Server response: OK CLOSE completed.
Client request: LOGOUT
debug: sending command: F0000A LOGOUT

* BYE Microsoft Exchange IMAP4rev1 server version 5.5.2653.23 signing off


F0000A OK LOGOUT completed.

Server response: OK LOGOUT completed.




More information about the Imapfilter-devel mailing list