mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:12:45 +00:00 
			
		
		
		
	 c63913b633
			
		
	
	
		c63913b633
		
	
	
	
	
		
			
			This is a very common encoding for e-mail. Gmail seems to encode all HTML e-mail in it. imap qp clang
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Client.cpp
 | |
|     Objects.cpp
 | |
|     Parser.cpp
 | |
|     QuotedPrintable.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES)
 | |
| 
 | |
| serenity_lib(LibIMAP imap)
 | |
| target_link_libraries(LibIMAP LibCore LibTLS)
 |