Clearing out emailed bookmarks
Jul. 25th, 2022 02:25 amNote to self:
cd bin
bookmark_email_extractor.pl -f [sender] -t "IMPORT_[DATESTRING][incrementor]fromemail TAGME" curseq:+100 | php -f bookmarkconverter_manual_to_FF.php > import_[DATESTRING]fromemail_[batch]_phone.html
Example (most recent used):
bookmark_email_extractor.pl -f phone -t "IMPORT_20220724006_fromemail TAGME" curseq:+100 | php -f bookmark_converter_manual_to_FF.php > import_2022_07_24_from_email_300_phone.html
Start with the first 100 msgs of the present curseq in the bookmarks folder. You can reassign the problem entries to sequence importskip.
Note! You will have to manually pull out any with commentary, and manually cut-and-paste in the commentary to the web interface. Infuriatingly, there doesn't seem to be any place in the import format for it. (But! Anything after an entry's closing A tag is conveniently ignored.
Also, maybe find out why that "quoted-printable" bug happens, and fix the truncated (or rather, not re-appended) subject lines bug.