Files
gomail/graphify-out/cache/ast/v0.9.37/11618daf584c5a4cb03d0e6ae5f72f72c569160f410500bbb6b9ffb7d6b16edd.json
2026-08-09 18:03:09 +01:00

1 line
34 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_imap_commands_go", "label": "commands.go", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L1"}, {"id": "imap_session", "label": "session", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L11"}, {"id": "imap_session_cmdcapability", "label": ".cmdCapability()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L11"}, {"id": "imap_session_cmdstarttls", "label": ".cmdStartTLS()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L22"}, {"id": "imap_session_cmdlogin", "label": ".cmdLogin()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L34"}, {"id": "imap_session_cmdselectexamine", "label": ".cmdSelectExamine()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L52"}, {"id": "imap_session_cmdlist", "label": ".cmdList()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L99"}, {"id": "imap_session_cmdclose", "label": ".cmdClose()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L118"}, {"id": "imap_session_cmdexpunge", "label": ".cmdExpunge()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L129"}, {"id": "imap_session_expungedeleted", "label": ".expungeDeleted()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L146"}, {"id": "imap_session_cmduid", "label": ".cmdUID()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L170"}, {"id": "imap_session_cmdfetch", "label": ".cmdFetch()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L192"}, {"id": "$graphify-root$_internal_imap_commands_expandfetchitems", "label": "expandFetchItems()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L211"}, {"id": "imap_session_sendfetchresponse", "label": ".sendFetchResponse()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L234"}, {"id": "mailboxentry", "label": "MailboxEntry", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/imap/commands.go"}, {"id": "$graphify-root$_internal_imap_commands_extractheaders", "label": "extractHeaders()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L285"}, {"id": "$graphify-root$_internal_imap_commands_indexof", "label": "indexOf()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L293"}, {"id": "imap_session_cmdstore", "label": ".cmdStore()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L311"}, {"id": "$graphify-root$_internal_imap_commands_addflag", "label": "addFlag()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L359"}, {"id": "$graphify-root$_internal_imap_commands_removeflag", "label": "removeFlag()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L369"}, {"id": "$graphify-root$_internal_imap_commands_flagstoimap", "label": "flagsToIMAP()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L380"}, {"id": "imap_session_cmdsearch", "label": ".cmdSearch()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L386"}, {"id": "$graphify-root$_internal_imap_commands_matchessearch", "label": "matchesSearch()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L418"}, {"id": "imap_session_resolvesequenceset", "label": ".resolveSequenceSet()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L453"}, {"id": "$graphify-root$_internal_imap_commands_parseseqnum", "label": "parseSeqNum()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L487"}, {"id": "$graphify-root$_internal_imap_commands_quoteifneeded", "label": "quoteIfNeeded()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L504"}], "edges": [{"source": "$graphify-root$_internal_imap_commands_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "go_pkg_gomail_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "imap_session", "target": "imap_session_cmdcapability", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L11", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdstarttls", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L22", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdlogin", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L34", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdselectexamine", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L52", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L99", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L118", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdexpunge", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L129", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_expungedeleted", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L146", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmduid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L170", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdfetch", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L192", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_expandfetchitems", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L211", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_sendfetchresponse", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L234", "weight": 1.0}, {"source": "imap_session_sendfetchresponse", "target": "mailboxentry", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L234", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_extractheaders", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L285", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_indexof", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L293", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdstore", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L311", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_addflag", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L359", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_removeflag", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L369", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_flagstoimap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L380", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdsearch", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L386", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_matchessearch", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L418", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_matchessearch", "target": "mailboxentry", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L418", "weight": 1.0, "context": "parameter_type"}, {"source": "imap_session", "target": "imap_session_resolvesequenceset", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L453", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_parseseqnum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L487", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_parseseqnum", "target": "mailboxentry", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L487", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_imap_commands_go", "target": "$graphify-root$_internal_imap_commands_quoteifneeded", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L504", "weight": 1.0}, {"source": "imap_session_cmdlist", "target": "$graphify-root$_internal_imap_commands_quoteifneeded", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L113", "weight": 1.0}, {"source": "imap_session_cmdclose", "target": "imap_session_expungedeleted", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L122", "weight": 1.0}, {"source": "imap_session_cmdexpunge", "target": "imap_session_expungedeleted", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L137", "weight": 1.0}, {"source": "imap_session_cmduid", "target": "imap_session_cmdfetch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L180", "weight": 1.0}, {"source": "imap_session_cmduid", "target": "imap_session_cmdstore", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L182", "weight": 1.0}, {"source": "imap_session_cmduid", "target": "imap_session_cmdsearch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L184", "weight": 1.0}, {"source": "imap_session_cmdfetch", "target": "imap_session_resolvesequenceset", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L201", "weight": 1.0}, {"source": "imap_session_cmdfetch", "target": "$graphify-root$_internal_imap_commands_expandfetchitems", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L202", "weight": 1.0}, {"source": "imap_session_cmdfetch", "target": "imap_session_sendfetchresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L206", "weight": 1.0}, {"source": "imap_session_sendfetchresponse", "target": "$graphify-root$_internal_imap_commands_flagstoimap", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L242", "weight": 1.0}, {"source": "imap_session_sendfetchresponse", "target": "$graphify-root$_internal_imap_commands_extractheaders", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L263", "weight": 1.0}, {"source": "imap_session_sendfetchresponse", "target": "$graphify-root$_internal_imap_commands_addflag", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L273", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_extractheaders", "target": "$graphify-root$_internal_imap_commands_indexof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L287", "weight": 1.0}, {"source": "imap_session_cmdstore", "target": "imap_session_resolvesequenceset", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L324", "weight": 1.0}, {"source": "imap_session_cmdstore", "target": "$graphify-root$_internal_imap_commands_addflag", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L338", "weight": 1.0}, {"source": "imap_session_cmdstore", "target": "$graphify-root$_internal_imap_commands_removeflag", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L342", "weight": 1.0}, {"source": "imap_session_cmdstore", "target": "$graphify-root$_internal_imap_commands_flagstoimap", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L352", "weight": 1.0}, {"source": "imap_session_cmdsearch", "target": "$graphify-root$_internal_imap_commands_matchessearch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L397", "weight": 1.0}, {"source": "imap_session_resolvesequenceset", "target": "$graphify-root$_internal_imap_commands_parseseqnum", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L461", "weight": 1.0}], "raw_calls": [{"caller_nid": "imap_session_cmdcapability", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L18"}, {"caller_nid": "imap_session_cmdcapability", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L19"}, {"caller_nid": "imap_session_cmdstarttls", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L24"}, {"caller_nid": "imap_session_cmdstarttls", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L27"}, {"caller_nid": "imap_session_cmdstarttls", "callee": "upgradeTLS", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L28"}, {"caller_nid": "imap_session_cmdlogin", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L36"}, {"caller_nid": "imap_session_cmdlogin", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L40"}, {"caller_nid": "imap_session_cmdlogin", "callee": "authenticateUser", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L45"}, {"caller_nid": "imap_session_cmdlogin", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L46"}, {"caller_nid": "imap_session_cmdlogin", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L49"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "requireAuthenticated", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L53"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L57"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "ListMailboxEntries", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L62"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L64"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L76"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L77"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L77"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L85"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L85"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L86"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L87"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L88"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L89"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L89"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L90"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L90"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L93"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L95"}, {"caller_nid": "imap_session_cmdlist", "callee": "requireAuthenticated", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L100"}, {"caller_nid": "imap_session_cmdlist", "callee": "ListMailboxNames", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L107"}, {"caller_nid": "imap_session_cmdlist", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L109"}, {"caller_nid": "imap_session_cmdlist", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L113"}, {"caller_nid": "imap_session_cmdlist", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L113"}, {"caller_nid": "imap_session_cmdlist", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L115"}, {"caller_nid": "imap_session_cmdclose", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L119"}, {"caller_nid": "imap_session_cmdclose", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L126"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L130"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L134"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L138"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L138"}, {"caller_nid": "imap_session_expungedeleted", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L151"}, {"caller_nid": "imap_session_expungedeleted", "callee": "DeleteMailboxEntry", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L153"}, {"caller_nid": "imap_session_expungedeleted", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L163"}, {"caller_nid": "imap_session_expungedeleted", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L163"}, {"caller_nid": "imap_session_cmduid", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L172"}, {"caller_nid": "imap_session_cmduid", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L175"}, {"caller_nid": "imap_session_cmduid", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L186"}, {"caller_nid": "imap_session_cmdfetch", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L193"}, {"caller_nid": "imap_session_cmdfetch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L197"}, {"caller_nid": "imap_session_cmdfetch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L208"}, {"caller_nid": "$graphify-root$_internal_imap_commands_expandfetchitems", "callee": "isList", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L213"}, {"caller_nid": "$graphify-root$_internal_imap_commands_expandfetchitems", "callee": "splitList", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L214"}, {"caller_nid": "$graphify-root$_internal_imap_commands_expandfetchitems", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L220"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L239"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L244"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L246"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L248"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L248"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L250"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L252"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L256"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L258"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L261"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L264"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L272"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "UpdateMailboxFlags", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L274"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L282"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L282"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L282"}, {"caller_nid": "imap_session_cmdstore", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L312"}, {"caller_nid": "imap_session_cmdstore", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L316"}, {"caller_nid": "imap_session_cmdstore", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L320"}, {"caller_nid": "imap_session_cmdstore", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L325"}, {"caller_nid": "imap_session_cmdstore", "callee": "splitList", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L326"}, {"caller_nid": "imap_session_cmdstore", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L331"}, {"caller_nid": "imap_session_cmdstore", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L336"}, {"caller_nid": "imap_session_cmdstore", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L340"}, {"caller_nid": "imap_session_cmdstore", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L344"}, {"caller_nid": "imap_session_cmdstore", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L345"}, {"caller_nid": "imap_session_cmdstore", "callee": "UpdateMailboxFlags", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L349"}, {"caller_nid": "imap_session_cmdstore", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L352"}, {"caller_nid": "imap_session_cmdstore", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L352"}, {"caller_nid": "imap_session_cmdstore", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L356"}, {"caller_nid": "$graphify-root$_internal_imap_commands_addflag", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L360"}, {"caller_nid": "$graphify-root$_internal_imap_commands_removeflag", "callee": "Fields", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L370"}, {"caller_nid": "$graphify-root$_internal_imap_commands_removeflag", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L377"}, {"caller_nid": "imap_session_cmdsearch", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L387"}, {"caller_nid": "imap_session_cmdsearch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L391"}, {"caller_nid": "imap_session_cmdsearch", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L408"}, {"caller_nid": "imap_session_cmdsearch", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L410"}, {"caller_nid": "imap_session_cmdsearch", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L410"}, {"caller_nid": "imap_session_cmdsearch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L411"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L420"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L424"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L428"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L432"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L436"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L440"}, {"caller_nid": "imap_session_resolvesequenceset", "callee": "Split", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L457"}, {"caller_nid": "imap_session_resolvesequenceset", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L459"}, {"caller_nid": "imap_session_resolvesequenceset", "callee": "SplitN", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L460"}, {"caller_nid": "$graphify-root$_internal_imap_commands_parseseqnum", "callee": "Atoi", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L497"}, {"caller_nid": "$graphify-root$_internal_imap_commands_quoteifneeded", "callee": "ContainsAny", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L505"}, {"caller_nid": "$graphify-root$_internal_imap_commands_quoteifneeded", "callee": "ReplaceAll", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L506"}]}