如何备份foxmail 7 邮箱账户

2024-12-16 22:22:59

1、foxmail7邮箱列表保存在\FMStorage.list文件中,其指明了邮件Storage位置,文件内容如下:Storage\xxxxxxx@163.com\

2、因此只需备份\Storage\xx垓矗梅吒xxxxx@163.com\Accounts目录就可备份邮箱账户,可参考如下bat内容:@echo 需要修改Fo旌忭檀挢x_home为你的foxmail路径set Fox_home=D:\Program Files\Foxmail7.1set bk_file=.\foxmailset path="D:\Program Files\WinRAR";"X:\Program Files\WinRAR"echo "%Fox_home%\FMStorage.list" >>bk.txtFOR /R "%Fox_home%\Storage" %%i IN (Account*) DO echo %%i >>bk.txtWinRAR a %bk_file% @bk.txt -r

3、生成的备份文件为foxmail.rar

猜你喜欢