I'm Folling the Wiki, with say if put -8 , give the name in UTF-8, so i put it here too.
if was doing with doveadm it' be something like that: r...@brc:~ # doveadm mailbox list -8 -u [email protected] Emexis Emexis.Whitelist Emexis.Quarantine Emexis.Blacklist Trash Sent Archives Drafts r...@brc:~ # I was trying to import too , using the doveadm command line, but i can import exactly the same struct to my maildir in dovecot. something like this: doveadm -Dv import -u [email protected] maildir:/root/Maildir <FOLDER DEST> all The <FOLDER DEST> can't be the Maildir root dir, to be the exactly copy from source Maildir. This can be useful, when you want to pass every messages in a plugin....(like my case, to split header and body) There is possible ? Tks again ! 2010/11/23 Timo Sirainen <[email protected]> > On Tue, 2010-11-23 at 09:07 -0200, Alex Baule wrote: > > the command that i use now is: > > > > "version\tdoveadm-server\t1\t0\nd\[email protected]\tmailbox > list\t8\n" > > > > the command is OK, and i think the parameters too, but this not return > the > > mailbox list in unix socket. > > What's the "8" parameter doing there? You're now asking a mailbox list > of a mailbox named "8", and if there is none you won't get any matches. > > > how is the protocol flow to doveadm unix socket ? > > > > something like. > > > > write X > > Read Y > > shutdown socket > > > > or have another order todo this ? > > Looks like there were several bugs. I fixed them now in hg. Anyway, you > can now do: > > 1. Send VERSION > 2. Send command > 3. Read reply line (one for prints, one containing "+" or "-" = > success/failure) > 4. Disconnect or goto 2. > >
