diff options
-rw-r--r-- | Rfc1342.hs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ --- A simple RFC1342 decoder +-- A simple Haskell RFC1342 decoder -- Copyright (C) 2013 Raúl Benencia <rul@kalgan.cc> -- -- This program is free software: you can redistribute it and/or modify @@ -15,7 +15,8 @@ -- along with this program. If not, see <http://www.gnu.org/licenses/>. module Rfc1342 (decodeField) where --- This module is an ugly hack. You've been warned. +-- This module is an ugly hack. It has been poorly tested and it'll +-- probably blow up in your face. You've been warned. import qualified Codec.Binary.Base64 as B64 import qualified Codec.Binary.QuotedPrintable as QP |