Files
gomail/graphify-out/cache/ast/v0.9.37/cccdb86b85f35a922501056e6b223f359a9144dcb687c08ec9858b9b1250291a.json
T
2026-08-10 21:15:19 +01:00

1 line
35 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": "L61"}, {"id": "imap_session_cmdlist", "label": ".cmdList()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L108"}, {"id": "imap_session_cmdclose", "label": ".cmdClose()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L127"}, {"id": "imap_session_cmdexpunge", "label": ".cmdExpunge()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L138"}, {"id": "imap_session_expungedeleted", "label": ".expungeDeleted()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L155"}, {"id": "imap_session_cmduid", "label": ".cmdUID()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L179"}, {"id": "imap_session_cmdfetch", "label": ".cmdFetch()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L201"}, {"id": "$graphify-root$_internal_imap_commands_expandfetchitems", "label": "expandFetchItems()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L220"}, {"id": "imap_session_sendfetchresponse", "label": ".sendFetchResponse()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L243"}, {"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": "L294"}, {"id": "$graphify-root$_internal_imap_commands_indexof", "label": "indexOf()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L302"}, {"id": "imap_session_cmdstore", "label": ".cmdStore()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L320"}, {"id": "$graphify-root$_internal_imap_commands_addflag", "label": "addFlag()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L368"}, {"id": "$graphify-root$_internal_imap_commands_removeflag", "label": "removeFlag()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L378"}, {"id": "$graphify-root$_internal_imap_commands_flagstoimap", "label": "flagsToIMAP()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L389"}, {"id": "imap_session_cmdsearch", "label": ".cmdSearch()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L395"}, {"id": "$graphify-root$_internal_imap_commands_matchessearch", "label": "matchesSearch()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L427"}, {"id": "imap_session_resolvesequenceset", "label": ".resolveSequenceSet()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L462"}, {"id": "$graphify-root$_internal_imap_commands_parseseqnum", "label": "parseSeqNum()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L496"}, {"id": "$graphify-root$_internal_imap_commands_quoteifneeded", "label": "quoteIfNeeded()", "file_type": "code", "source_file": "internal/imap/commands.go", "source_location": "L513"}], "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": "L61", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L108", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L127", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdexpunge", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L138", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_expungedeleted", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L155", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmduid", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L179", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdfetch", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L201", "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": "L220", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_sendfetchresponse", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L243", "weight": 1.0}, {"source": "imap_session_sendfetchresponse", "target": "mailboxentry", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L243", "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": "L294", "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": "L302", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdstore", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L320", "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": "L368", "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": "L378", "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": "L389", "weight": 1.0}, {"source": "imap_session", "target": "imap_session_cmdsearch", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L395", "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": "L427", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_matchessearch", "target": "mailboxentry", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L427", "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": "L462", "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": "L496", "weight": 1.0}, {"source": "$graphify-root$_internal_imap_commands_parseseqnum", "target": "mailboxentry", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/imap/commands.go", "source_location": "L496", "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": "L513", "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": "L122", "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": "L131", "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": "L146", "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": "L189", "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": "L191", "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": "L193", "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": "L210", "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": "L211", "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": "L215", "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": "L251", "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": "L272", "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": "L282", "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": "L296", "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": "L333", "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": "L347", "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": "L351", "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": "L361", "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": "L406", "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": "L470", "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": "connHost", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L42"}, {"caller_nid": "imap_session_cmdlogin", "callee": "RemoteAddr", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L42"}, {"caller_nid": "imap_session_cmdlogin", "callee": "Allow", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L43"}, {"caller_nid": "imap_session_cmdlogin", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L44"}, {"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_cmdlogin", "callee": "authenticateUser", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L54"}, {"caller_nid": "imap_session_cmdlogin", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L55"}, {"caller_nid": "imap_session_cmdlogin", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L58"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "requireAuthenticated", "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": "L66"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "ListMailboxEntries", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L71"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L73"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Contains", "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": "Sprintf", "is_member_call": false, "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": "L94"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L94"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L95"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L96"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L97"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L98"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L99"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L99"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L102"}, {"caller_nid": "imap_session_cmdselectexamine", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L104"}, {"caller_nid": "imap_session_cmdlist", "callee": "requireAuthenticated", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L109"}, {"caller_nid": "imap_session_cmdlist", "callee": "ListMailboxNames", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L116"}, {"caller_nid": "imap_session_cmdlist", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L118"}, {"caller_nid": "imap_session_cmdlist", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L122"}, {"caller_nid": "imap_session_cmdlist", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L122"}, {"caller_nid": "imap_session_cmdlist", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L124"}, {"caller_nid": "imap_session_cmdclose", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L128"}, {"caller_nid": "imap_session_cmdclose", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L135"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L139"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L143"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L147"}, {"caller_nid": "imap_session_cmdexpunge", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L147"}, {"caller_nid": "imap_session_expungedeleted", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L160"}, {"caller_nid": "imap_session_expungedeleted", "callee": "DeleteMailboxEntry", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L162"}, {"caller_nid": "imap_session_expungedeleted", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L172"}, {"caller_nid": "imap_session_expungedeleted", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L172"}, {"caller_nid": "imap_session_cmduid", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L181"}, {"caller_nid": "imap_session_cmduid", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L184"}, {"caller_nid": "imap_session_cmduid", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L195"}, {"caller_nid": "imap_session_cmdfetch", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L202"}, {"caller_nid": "imap_session_cmdfetch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L206"}, {"caller_nid": "imap_session_cmdfetch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L217"}, {"caller_nid": "$graphify-root$_internal_imap_commands_expandfetchitems", "callee": "isList", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L222"}, {"caller_nid": "$graphify-root$_internal_imap_commands_expandfetchitems", "callee": "splitList", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L223"}, {"caller_nid": "$graphify-root$_internal_imap_commands_expandfetchitems", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L229"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L248"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L253"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L255"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L257"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L257"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L259"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L261"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L265"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L267"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L270"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L273"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L281"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "UpdateMailboxFlags", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L283"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L291"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L291"}, {"caller_nid": "imap_session_sendfetchresponse", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L291"}, {"caller_nid": "imap_session_cmdstore", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L321"}, {"caller_nid": "imap_session_cmdstore", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L325"}, {"caller_nid": "imap_session_cmdstore", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L329"}, {"caller_nid": "imap_session_cmdstore", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L334"}, {"caller_nid": "imap_session_cmdstore", "callee": "splitList", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L335"}, {"caller_nid": "imap_session_cmdstore", "callee": "Contains", "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": "L345"}, {"caller_nid": "imap_session_cmdstore", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L349"}, {"caller_nid": "imap_session_cmdstore", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L353"}, {"caller_nid": "imap_session_cmdstore", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L354"}, {"caller_nid": "imap_session_cmdstore", "callee": "UpdateMailboxFlags", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L358"}, {"caller_nid": "imap_session_cmdstore", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L361"}, {"caller_nid": "imap_session_cmdstore", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L361"}, {"caller_nid": "imap_session_cmdstore", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L365"}, {"caller_nid": "$graphify-root$_internal_imap_commands_addflag", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L369"}, {"caller_nid": "$graphify-root$_internal_imap_commands_removeflag", "callee": "Fields", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L379"}, {"caller_nid": "$graphify-root$_internal_imap_commands_removeflag", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L386"}, {"caller_nid": "imap_session_cmdsearch", "callee": "requireSelected", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L396"}, {"caller_nid": "imap_session_cmdsearch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L400"}, {"caller_nid": "imap_session_cmdsearch", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L417"}, {"caller_nid": "imap_session_cmdsearch", "callee": "untagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L419"}, {"caller_nid": "imap_session_cmdsearch", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L419"}, {"caller_nid": "imap_session_cmdsearch", "callee": "tagged", "is_member_call": true, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L420"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L429"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L433"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L437"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L441"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L445"}, {"caller_nid": "$graphify-root$_internal_imap_commands_matchessearch", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L449"}, {"caller_nid": "imap_session_resolvesequenceset", "callee": "Split", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L466"}, {"caller_nid": "imap_session_resolvesequenceset", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L468"}, {"caller_nid": "imap_session_resolvesequenceset", "callee": "SplitN", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L469"}, {"caller_nid": "$graphify-root$_internal_imap_commands_parseseqnum", "callee": "Atoi", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L506"}, {"caller_nid": "$graphify-root$_internal_imap_commands_quoteifneeded", "callee": "ContainsAny", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L514"}, {"caller_nid": "$graphify-root$_internal_imap_commands_quoteifneeded", "callee": "ReplaceAll", "is_member_call": false, "language": "go", "source_file": "internal/imap/commands.go", "source_location": "L515"}]}