| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Nbparts.Unpack.Mime
Documentation
unembedMimeAttachments :: MonadState [(FilePath, ByteString)] m => FilePath -> MimeAttachments -> m UnembeddedMimeAttachments Source #
unembedMimeBundleWith :: MonadState [(FilePath, ByteString)] m => (Text -> ByteString -> FilePath) -> FilePath -> MimeBundle -> m UnembeddedMimeBundle Source #
unembedMimeBundle :: MonadState [(FilePath, ByteString)] m => FilePath -> MimeBundle -> m UnembeddedMimeBundle Source #
unembedMimeDataWith :: (Text -> ByteString -> FilePath) -> FilePath -> MimeType -> MimeData -> (UnembeddedMimeData, Maybe (FilePath, ByteString)) Source #
unembedMimeData :: FilePath -> MimeType -> MimeData -> (UnembeddedMimeData, Maybe (FilePath, ByteString)) Source #
binaryOutputFileName :: Text -> ByteString -> FilePath Source #