larch icon indicating copy to clipboard operation
larch copied to clipboard

Invalid system flag \NONJUNK when using --delete (copy dovecot -> gmail)

Open m94mni opened this issue 15 years ago • 7 comments

Running the latest --pre version, I get

Net::IMAP::BadResponseError: Invalid system flag \NONJUNK

and sometimes

Net::IMAP::BadResponseError: Invalid system flag \RECEIPT-HANDLED

for certain messages. I'm using a dovecot server, and have been using the Evolution client there.

m94mni avatar Jun 30 '10 10:06 m94mni

I'm seeing this with Net::IMAP::BadResponseError: Invalid system flag \JUNK

and

Net::IMAP::BadResponseError: Invalid system flag \IMPORTANT

as well...

m94mni avatar Jun 30 '10 12:06 m94mni

It does seem the message is copied though. If I specify --delete, it is not deleted however.

m94mni avatar Jun 30 '10 12:06 m94mni

Ah, it seems this only occurs if I use --delete - is it an issue with the source server instead? This is consistent with the fact that the messages seem to be delivered correctly.

This must be an error in the delete routine!

m94mni avatar Jul 02 '10 17:07 m94mni

Same here, but with a different flag:

[14:32:30] [info] [<] deleting uid 14889 (already exists at destination)
[14:32:30] [warning] [<] Net::IMAP::BadResponseError: Invalid system flag \JUNKRECORDED (will retry)
[14:32:31] [warning] [<] Net::IMAP::BadResponseError: Invalid system flag \JUNKRECORDED (will retry)
[14:32:33] [warning] [<] Net::IMAP::BadResponseError: Invalid system flag \JUNKRECORDED (will retry)
[14:32:36] [error] Net::IMAP::BadResponseError: Invalid system flag \JUNKRECORDED (giving up)

The source is a Dovecot server accessed primarily by Apple Mail, which I presume was responsible for that particular flag.

purcell avatar Mar 24 '11 14:03 purcell

Same here. [warning] [<] Net::IMAP::BadResponseError: Invalid Arguments: Unable to parse flag \NonJunk (will retry)

This is only produced on messages that were running on a Horde installation around 2003 to 2005.

frenchja avatar Sep 17 '13 16:09 frenchja

same here. I don't even see the name of the system flag. [warning] [<] Net::IMAP::BadResponseError: Invalid system flag in UID Store command (will retry) [error] Net::IMAP::BadResponseError: Invalid system flag in UID Store command (giving up)

msmart avatar Jan 12 '14 22:01 msmart

I too am getting the following warnings:

[02:32:23] [warning] [<] Net::IMAP::BadResponseError: Invalid Arguments: Unable to parse flag \NotJunk (will retry)

[02:32:24] [warning] [<] Net::IMAP::BadResponseError: Invalid Arguments: Unable to parse flag \NotJunk (will retry)

[02:32:26] [warning] [<] Net::IMAP::BadResponseError: Invalid Arguments: Unable to parse flag \NotJunk (will retry)

[02:32:29] [error] Net::IMAP::BadResponseError: Invalid Arguments: Unable to parse flag \NotJunk (giving up)

Is there a solution to this or should I be using something more recent if this project is not being updated anymore?

MihailRussu avatar Apr 15 '15 06:04 MihailRussu