mirror of
				https://github.com/Unstructured-IO/unstructured.git
				synced 2025-10-30 17:38:13 +00:00 
			
		
		
		
	 743482b6d3
			
		
	
	
		743482b6d3
		
			
		
	
	
	
	
		
			
			* Adds functionality to extract charset info from eml files * Adds missed file-like object handling in detect_file_encoding * Adds functionality to replace the MIME encodings for eml files with one of the common encodings if a unicode error occurs * Organize the eml example files in the example-docs/eml directory
		
			
				
	
	
		
			24 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| MIME-Version: 1.0
 | |
| Date: Fri, 16 Dec 2022 17:04:16 -0500
 | |
| Message-ID: <CADc-_xaLB2FeVQ7mNsoX+NJb_7hAJhBKa_zet-rtgPGenj0uVw@mail.gmail.com>
 | |
| Subject: Test Email
 | |
| From: Matthew Robinson <mrobinson@unstructured.io>
 | |
| To: Matthew Robinson <mrobinson@unstructured.io>
 | |
| Content-Type: multipart/alternative; boundary="00000000000095c9b205eff92630"
 | |
| 
 | |
| --00000000000095c9b205eff92630
 | |
| Content-Type: text/plain; charset="UTF-8"
 | |
| 
 | |
| This is a test email to use for unit tests.
 | |
| 
 | |
| Important points:
 | |
| 
 | |
|    - Roses are red
 | |
|    - Violets are blue
 | |
| 
 | |
| --00000000000095c9b205eff92630
 | |
| Content-Type: text/html; charset="UTF-8"
 | |
| 
 | |
| <div dir="ltr"><div>This is a test email to use for unit tests.</div><div><br></div><div>Important points:</div><div><ul><li>Roses are red</li><li>Violets are blue</li></ul></div></div>
 | |
| 
 | |
| --00000000000095c9b205eff92630-- |