8 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-PyksCYVe7Ij/+bZpntHgY51I/ZVnC6L20TcKfTLr2CY=";
26 # tests require a network connection
34 pythonImportsCheck = [ "imap_tools" ];
37 description = "Work with email and mailbox by IMAP";
38 homepage = "https://github.com/ikvk/imap_tools";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ dotlambda ];