You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/19 08:38:17 UTC

[incubator-ponymail-foal] branch master updated: No longer in use

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new bc4e382  No longer in use
bc4e382 is described below

commit bc4e382f1bcd1568f7eb6fa91fe58653cc8dadd6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Aug 19 10:36:46 2020 +0200

    No longer in use
---
 tools/archiver.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index a75d14e..f69815d 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -298,11 +298,6 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
             body.assign(self.html2text(str(body)))
         return body
 
-    def format_flowed(self, body, msg_metadata):
-        if body and body.flowed:
-            return formatflowed.decode(body.encode("utf-8"))
-        else:
-            return body
 
     # N.B. this is also called by import-mbox.py
     def compute_updates(