Reading a Mastodon toot from @thomholwerda on my Palm VIIx in Eudora Mail via a Mastodon-to-POP3 gateway: https://github.com/nkizz/mop3
Reading a Mastodon toot from @thomholwerda on my Palm VIIx in Eudora Mail via a Mastodon-to-POP3 gateway: https://github.com/nkizz/mop3
@sam Can an idiot set this up?
< idiot in question
@[email protected] The gateway is super easy to install, you just type "cargo install mop3" in the terminal (assuming you have Rust etc. already). Then you just run it in the terminal, and give it an authentication token as a command line argument (the instructions are all on the github README).
If your PDA has wifi then you should just be able to enter the IP address of your computer as the POP3 and SMTP servers in VersaMail or whatever email client you have on your PDA.
Mine doesn't have internet access, so getting it all to work through HotSync was a bit more tricky, especially since Palm OS 3.5 doesn't have a built-in email client.
mop3 seems to panick: RUST_BACKTRACE=full mop3-macos-arm64 --account "[email protected]" \ --token "..." \ --pop3port 10110 \ --ascii --nosmtp result in the following when pop3 client tries to co...