mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 8c6061fc4a
			
		
	
	
		8c6061fc4a
		
	
	
	
	
		
			
			A large commit, but sets up the framework for how the IMAP library will work. Right now only the NOOP command and response is supported.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES Objects.cpp Client.cpp  Parser.cpp)
 | |
| 
 | |
| set(GENERATED_SOURCES)
 | |
| 
 | |
| serenity_lib(LibIMAP imap)
 | |
| target_link_libraries(LibIMAP LibCore LibTLS)
 |