Linux, Mac OSX. Outlook IMAP, Gmail. LOGIN, PLAIN, XOAUTH2. python 2.7, python 3.6! Additional files required for Automated testing with Travis-CI and CodeCov.io! Add gitter.im badge to README. Signed-off-by: Chris Coleman/EspaceNetworks <chris001@users.noreply.github.com> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
		
			
				
	
	
		
			15 lines
		
	
	
		
			219 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			219 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[run]
 | 
						|
branch = True
 | 
						|
source = offlineimap
 | 
						|
 | 
						|
[report]
 | 
						|
exclude_lines =
 | 
						|
    if self.debug:
 | 
						|
    pragma: no cover
 | 
						|
    raise NotImplementedError
 | 
						|
    if __name__ == .__main__.:
 | 
						|
ignore_errors = True
 | 
						|
omit =
 | 
						|
    tests/*
 | 
						|
    test/*
 |