1 line
26 KiB
JSON
1 line
26 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_accounts_provider_imap_go", "label": "provider_imap.go", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L1"}, {"id": "accounts_imapcredential", "label": "IMAPCredential", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L22"}, {"id": "accounts_oauth2credential", "label": "OAuth2Credential", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L30"}, {"id": "time", "label": "Time", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "accounts_imapprovider", "label": "IMAPProvider", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L45"}, {"id": "linkedaccount", "label": "LinkedAccount", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "masterkey", "label": "MasterKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "$graphify-root$_internal_accounts_provider_imap_newimapprovider", "label": "NewIMAPProvider()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L50"}, {"id": "accounts_imapprovider_connect", "label": ".connect()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L54"}, {"id": "context", "label": "Context", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "client", "label": "Client", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "accounts_imapprovider_listfolders", "label": ".ListFolders()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L93"}, {"id": "folder", "label": "Folder", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "accounts_imapprovider_listmessages", "label": ".ListMessages()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L119"}, {"id": "listopts", "label": "ListOpts", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "messageheader", "label": "MessageHeader", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "accounts_imapprovider_getmessage", "label": ".GetMessage()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L171"}, {"id": "fullmessage", "label": "FullMessage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "accounts_imapprovider_sendmessage", "label": ".SendMessage()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L205"}, {"id": "outgoingmessage", "label": "OutgoingMessage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "accounts_imapprovider_setflags", "label": ".SetFlags()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L209"}, {"id": "accounts_imapprovider_move", "label": ".Move()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L222"}, {"id": "accounts_imapprovider_delete", "label": ".Delete()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L231"}, {"id": "accounts_imapprovider_sync", "label": ".Sync()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L247"}, {"id": "syncresult", "label": "SyncResult", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}], "edges": [{"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_crypto_tls", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_encoding_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_net_mail", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_gomail_internal_crypto", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_gomail_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "go_pkg_gomail_internal_imapclient", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "accounts_imapcredential", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L22", "weight": 1.0}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "accounts_oauth2credential", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L30", "weight": 1.0}, {"source": "accounts_oauth2credential", "target": "time", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L33", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "accounts_imapprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L45", "weight": 1.0}, {"source": "accounts_imapprovider", "target": "linkedaccount", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L46", "weight": 1.0, "context": "field"}, {"source": "accounts_imapprovider", "target": "masterkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L47", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "$graphify-root$_internal_accounts_provider_imap_newimapprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L50", "weight": 1.0}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovider", "target": "linkedaccount", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L50", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovider", "target": "masterkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L50", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovider", "target": "accounts_imapprovider", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L50", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L54", "weight": 1.0}, {"source": "accounts_imapprovider_connect", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_connect", "target": "client", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L54", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_listfolders", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L93", "weight": 1.0}, {"source": "accounts_imapprovider_listfolders", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L93", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_listfolders", "target": "folder", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L93", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_listmessages", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L119", "weight": 1.0}, {"source": "accounts_imapprovider_listmessages", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L119", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_listmessages", "target": "listopts", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L119", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_listmessages", "target": "messageheader", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L119", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_getmessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L171", "weight": 1.0}, {"source": "accounts_imapprovider_getmessage", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L171", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_getmessage", "target": "fullmessage", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L171", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_sendmessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L205", "weight": 1.0}, {"source": "accounts_imapprovider_sendmessage", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L205", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_sendmessage", "target": "outgoingmessage", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L205", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_setflags", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L209", "weight": 1.0}, {"source": "accounts_imapprovider_setflags", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L209", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_move", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L222", "weight": 1.0}, {"source": "accounts_imapprovider_move", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L222", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L231", "weight": 1.0}, {"source": "accounts_imapprovider_delete", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L231", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_sync", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L247", "weight": 1.0}, {"source": "accounts_imapprovider_sync", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L247", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_sync", "target": "syncresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L247", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider_listfolders", "target": "accounts_imapprovider_connect", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L94", "weight": 1.0}, {"source": "accounts_imapprovider_listmessages", "target": "accounts_imapprovider_connect", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L120", "weight": 1.0}, {"source": "accounts_imapprovider_getmessage", "target": "accounts_imapprovider_connect", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L172", "weight": 1.0}, {"source": "accounts_imapprovider_setflags", "target": "accounts_imapprovider_connect", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L210", "weight": 1.0}, {"source": "accounts_imapprovider_delete", "target": "accounts_imapprovider_connect", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L232", "weight": 1.0}, {"source": "accounts_imapprovider_sync", "target": "accounts_imapprovider_listfolders", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L250", "weight": 1.0}, {"source": "accounts_imapprovider_sync", "target": "accounts_imapprovider_listmessages", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L256", "weight": 1.0}], "raw_calls": [{"caller_nid": "accounts_imapprovider_connect", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L55"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L69"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "StartTLS", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L74"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L75"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Decrypt", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L79"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L81"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Unmarshal", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L84"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L85"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Login", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L87"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L88"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L98"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "List", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L100"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L107"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "folderType", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L113"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L124"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L126"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L146"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Fetch", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L148"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L156"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "ReadMessage", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L160"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L160"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L160"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L161"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L162"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L163"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L164"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L176"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L178"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "UIDFetch", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L182"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L191"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "ReadMessage", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L192"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L192"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L192"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L193"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L194"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L195"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L196"}, {"caller_nid": "accounts_imapprovider_sendmessage", "callee": "sendViaSMTP", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L206"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L214"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L216"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "UIDStore", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L219"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L219"}, {"caller_nid": "accounts_imapprovider_move", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L228"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L236"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L238"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "UIDStore", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L241"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "Expunge", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L244"}]} |