rigoletto@
Developer
Hi,
After a while using mail/isync pointed by aragats, I found mail/fdm what also does mail filtering and many other things.
It is working very well, but it just fetch the INBOX by default. There is an account folders argument which allow to choose the folders to be fetched, and I want to add SPAM to be also fetched but I can't get that to work.
fdm.conf(5)
Well if I set
Any idea?
Thanks!!!
After a while using mail/isync pointed by aragats, I found mail/fdm what also does mail filtering and many other things.
It is working very well, but it just fetch the INBOX by default. There is an account folders argument which allow to choose the folders to be fetched, and I want to add SPAM to be also fetched but I can't get that to work.
fdm.conf(5)
Code:
imaps server host [port port] [userpass] [folders][only] [no-verify]
[no-cram-md5] [no-login]
These define an IMAP or IMAPS account. The parameters areas for
a POP3 or POP3S account, aside from the additional [HIGHLIGHT]folders[/HIGHLIGHT] option
which sets the name of thefolder or folders to use (the default
isto fetch from the inbox). This has the form:
folder name | folders { name ... }
Well if I set
folders "Folder1"
it works, but when I add a second like folders "Folder1 Folde2"
it fail with:
Code:
account: unexpected data: 3 NO [TRYCREATE] SELECT No such folder. sc=o1rxGa2tfmI1_122001_25o
account: fetching error. aborted
account: 0 messages processed in 3.397 seconds
Any idea?

Thanks!!!