This library cluster has 18 classes.
ECF: markup-docs.ecf
Classes to read and export emails from the Thunderbird email client including a class to generate a Kindle book from a folder of chapter emails.
Test class THUNDERBIRD_EXPORT_TEST_SET
Read folder of Thunderbird HTML email content and collects email headers in field_table HTML content is collected in line list html_lines and then event handler on_email_end is called, before processing the next email.
Reads Thunderbird HTML email documents from a selected account and configured by a Pyxis document.
pyxis-doc: version = 1.0; encoding = "UTF-8" thunderbird: account = "<email account name>"; export_dir = "<export path>" language = "<optional language code" folders: "<folder name 1>" "<folder name 2>"
Further Information
Click on class link to see descendants and client examples.
Multi-language Thunderbird account book exporter.
Merge localized folder of emails into a single HTML book with chapter numbers and titled derived from subject line.
Further Information
Click on class link to see notes and client examples.
Multi-language Thunderbird email account reader.
Reads Thunderbird HTML email documents from a selected account where content folders are organized with sub-folders named as 2 letter language code to hold localized versions of documents.
foo/en foo/de foo/fr bar/en bar/de bar/fr
Each document folder is read and processed by a class conforming to TB_FOLDER_EXPORTER
Multi-lingual (ML) Thunderbird account XHTML body exporter
Further Information
Click on class link to see client examples.
Localized Thunderbird to XHTML exporter
Further Information
Click on class link to see client examples.
Export HTML under www sub-directory
Further Information
Click on class link to see client examples.
Merge Thunderbird folder of numbered chapter emails into a HTML book
Export Thunderbird email folders as HTML body content between <body> and </body> tags and output as <subject name>.body. Insert a page anchor before each h2 heading
<a id="Title_1"/> <h2>Title 1</h2>
Export contents of Thunderbird email folder as XHTML document files
Thunderbird folder to XHTML
Table of actions to add XML element attribute to output string. See class TB_XHTML_FOLDER_EXPORTER
Thunderbird constants
Thunderbird email headers and content reflectively settable from STRING_8 lines
Further Information
Click on class link to see client examples.
List of Thunderbird email content and headers of type TB_EMAIL
Further Information
Click on class link to see client examples.
Thunderbird HTML content lines
Decode internal Thunderbird subject lines Example:
"=?ISO-8859-15?Q?=DCber_My_Ching?=" -> "Über My Ching" "=?UTF-8?B?w5xiZXLigqwgTXkgQ2hpbmc=?=" -> Über€ My Ching "=?UTF-8?Q?3.Journaleintr=c3=a4ge_bearbeiten?=" -> "Journaleinträge bearbeiten"
Further Information
Click on class link to see client examples.
Thunderbird HTML content lines translated to body content as XHTML