Just if someone interested :
I received an answer from "TheBat!" developers - the common way of
working with their files is via /IMPORT and /EXPORT command line
arguments :
/IMPORT command allows batch importing of e-mail messages into a specified folder
from multiple RFC-822 message files or from UNIX mailbox files
/EXPORT command allows batch exporting of e-mail messages from a specified folder
to multiple RFC-822 message files or to UNIX mailbox files
Running "thebat /EXPORT;F=Data\Perl\p5p;D=E:/Temp" exports
all messages from "Data/Perl/p5p" mail folder to "E:/Temp"
Regards,
Evgeny
http://geniek.net
---
% perl -ne 'print if /([aeiou])(.*\1){3}/' /usr/dict/words
I get 106 words from this one, including "tarantara". Hmm.
Effective Perl Programming