fido: big cleanup
authorSebastian <basti@notizbuch>
Sun, 15 Jun 2014 01:44:41 +0000 (03:44 +0200)
committerSebastian <basti@notizbuch>
Sun, 15 Jun 2014 01:44:41 +0000 (03:44 +0200)
commitcfd1bdec1a7eb6ce9dd78fc9feb206d459e1f5ea
tree6ad5de97400d42d47bbb38abeeccf26db9c403c5
parent7b3a3bbe565fa531d8c9abca6684fd8c6154cceb
fido: big cleanup

FIDOMAIL.pm is replaced with FTNMAIL.pm. Expect bugs.

The internal mail data structure has changed
and is documented in docs/ftn.txt now.

All Fido-specific helper functions from MISC.pm are gone.

The configuration entry "address" is renamed to "ftn_address",
and "in_charset" is gone. Always assuming CP437 seems reasonable.
docs/ftn.txt [new file with mode: 0644]
modules/CONFIG.pm
modules/FIDOMAIL.pm [deleted file]
modules/FTNMAIL.pm [new file with mode: 0644]
modules/MISC.pm