~jboverfelt/exp2pat

Convert Winlink Express xml export files to b2f format
7862e706 — Justin Overfelt 5 months ago
update readme
a81e77e4 — Justin Overfelt 5 months ago
fix struct name to prevent name repetition
a2d1e312 — Justin Overfelt 5 months ago
add build status

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jboverfelt/exp2pat
read/write
git@git.sr.ht:~jboverfelt/exp2pat

You can also use your local clone with git send-email.

#exp2pat builds.sr.ht status

exp2pat converts XML exports from Winlink Express to the b2f format that is sent over the air. This is also the format Pat uses to store mail in the inbox.

exp2pat takes the xml file on stdin and writes out one b2f file for each message to the directory it's run from.

$ cat express-export.xml | ./exp2pat

You can copy the resulting files to your Pat inbox directory and they'll show up.

#Building

Make sure Go is installed on your machine, clone this repo, and run "go build". Alternatively:

go install git.sr.ht/~jboverfelt/exp2pat@latest

#WARNING

This is a work in progress and something I made because I wanted it. You can submit patches to the mailing list and I'll most likely review them.

You can also report issues and ask questions on the mailing list.

Do not follow this link