Initial impl of import from mailbox user task

This commit is contained in:
Eike Kettner
2020-05-19 07:39:02 +02:00
parent 451a09dda0
commit f2d67dc816
8 changed files with 292 additions and 11 deletions

View File

@ -96,6 +96,7 @@ object MimeType {
val tiff = image("tiff")
val html = text("html")
val plain = text("plain")
val eml = MimeType("message", "rfc822", Map.empty)
object PdfMatch {
def unapply(mt: MimeType): Option[MimeType] =