James Desmond
            
        

Corrlinks Text Split

What this does:

Corrlinks is a privately owned company that operates the Trust Fund Limited Inmate Computer System (TRULINCS), the email system used by the United States Federal Bureau of Prisons to allow inmates to communicate with the outside world.

It charges $0.25 for each email sent by a person on the outside, or inside. There is both a character and line count cap on messages that can be sent.

  • Character cap: 13000 characters (including newlines)
  • Line cap: 100 lines

This page uses an embedded Brython script to parse your message, and split it up into chunks that can be sent in a single corrlinks message

Just enter the message you would like to send below, click OK, and the copy each chunk of output, and send it through corrlinks. Refresh the page to reload the script.

Loading Python script: please wait...
If you want to validate what python code will be handling your data, click here to view the script's source.
I also have a version of this script which runs locally, here on GitHub.