diff --git a/offlineimap/folder/Base.py b/offlineimap/folder/Base.py index 4b30d8c..106c390 100644 --- a/offlineimap/folder/Base.py +++ b/offlineimap/folder/Base.py @@ -401,6 +401,9 @@ class BaseFolder(object): """ Adds new header to the provided message. + WARNING: This function is a bit tricky, and modifying it in the wrong way, + may easily lead to data-loss. + Arguments: - content: message content, headers and body as a single string - linebreak: string that carries line ending