Warn about a tricky piece of code in addmessageheader
As requested by Nicholas Sebrecht. Signed-off-by: Abdo Roig-Maranges <abdo.roig@gmail.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user