I am close to getting imapsync to work, but keep getting this error:
parse error: invalid date format
when running imapsync, here is the command I am running
HTML Code:
imapsync --host1 mail.domain.com --user1 richard@domain.com --password1 apples --host2 mail1.domain2.com --user2 richard@domain2.com --password2 apples --folder 'INBOX/test' --debug --sep1 '.'
Also in the debug, it spits out:
F message content end previous line
internal date from 1: ["04-Sep-2008 15:09:48 GMT"]
flags from : [\Seen][]
I have looked at the imapsync options and cannot find anything obvious.
Any help/thoughts would be greatly appreciated.