Skip to content
Snippets Groups Projects
displayFilter.pl -- This is appropriate for use as a display filter:

                        display-filters=/path/displayFilter.pl

                    in a .pinerc file.

demangleURL.pl -- Takes safelink URLs on stdin and outputs demangled URLs on stdout.
                  Example:
                         
                        cat - | ./bin/demangleURL.pl
                        # paste link
                        Ctrl-d

dfilter.pl  -- Can be used to convert safelinks in alpine:

                   In alpine, turn on full headers (H) and then use the  
                   pipe command, "|", and give the path to dfilter.pl.
                   Usually something like:  bin/dfilter.pl if you 
                   run alpine from your home directory and put the
                   script in your bin directory.

               The output is the safelink URL followed by the demangled version
               for each safelink URL found.

getMail.pl  -- Connect to an IMAP server and download mail, passing it to procmail
               for delivery. See getMail.pl --help.

getMaild.pl -- Like getMail.pl, but daemonized. See getMaild.pl --help.


Unfortunately, getMail.pl and getMaild.pl need to prompt for a password. There
is no Kerberos support for outlook.office365.com imapd.

Please report errors/problems to rdt12@psu.edu.