mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-11-04 04:09:57 +01:00 
			
		
		
		
	Update MessageHeader.h
This commit is contained in:
		@@ -147,6 +147,11 @@ public:
 | 
				
			|||||||
		/// appended to result, enclosed in double-quotes.
 | 
							/// appended to result, enclosed in double-quotes.
 | 
				
			||||||
		/// Otherwise, the value is appended to result as-is.
 | 
							/// Otherwise, the value is appended to result as-is.
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
						static void decodeRFC2047(const std::string& ins, std::string& outs, const std::string& charset = "UTF-8");
 | 
				
			||||||
 | 
						static std::string decodeWord(const std::string& text, const std::string& charset = "UTF-8");
 | 
				
			||||||
 | 
						        /// Decode RFC2047 string.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
	enum Limits
 | 
						enum Limits
 | 
				
			||||||
		/// Limits for basic sanity checks when reading a header
 | 
							/// Limits for basic sanity checks when reading a header
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user