{"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": "L23"}, {"id": "accounts_oauth2credential", "label": "OAuth2Credential", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L31"}, {"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": "L42"}, {"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": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/accounts/provider_imap.go"}, {"id": "config", "label": "Config", "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": "L49"}, {"id": "$graphify-root$_internal_accounts_provider_imap_newimapprovideroauth2", "label": "NewIMAPProviderOAuth2()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L59"}, {"id": "accounts_imapprovider_connect", "label": ".connect()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L63"}, {"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_loginoauth2", "label": ".loginOAuth2()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L112"}, {"id": "accounts_imapprovider_listfolders", "label": ".ListFolders()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L152"}, {"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": "L178"}, {"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": "L230"}, {"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": "L264"}, {"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": "L268"}, {"id": "accounts_imapprovider_move", "label": ".Move()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L281"}, {"id": "accounts_imapprovider_delete", "label": ".Delete()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L290"}, {"id": "accounts_imapprovider_sync", "label": ".Sync()", "file_type": "code", "source_file": "internal/accounts/provider_imap.go", "source_location": "L306"}, {"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": "go_pkg_gomail_internal_oauth2", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L16", "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": "L23", "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": "L31", "weight": 1.0}, {"source": "accounts_oauth2credential", "target": "time", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L34", "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": "L42", "weight": 1.0}, {"source": "accounts_imapprovider", "target": "linkedaccount", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L43", "weight": 1.0, "context": "field"}, {"source": "accounts_imapprovider", "target": "masterkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L44", "weight": 1.0, "context": "field"}, {"source": "accounts_imapprovider", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L45", "weight": 1.0, "context": "field"}, {"source": "accounts_imapprovider", "target": "config", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L46", "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": "L49", "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": "L49", "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": "L49", "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": "L49", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_accounts_provider_imap_go", "target": "$graphify-root$_internal_accounts_provider_imap_newimapprovideroauth2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L59", "weight": 1.0}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovideroauth2", "target": "linkedaccount", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L59", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovideroauth2", "target": "masterkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L59", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovideroauth2", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L59", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovideroauth2", "target": "config", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L59", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_accounts_provider_imap_newimapprovideroauth2", "target": "accounts_imapprovider", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L59", "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": "L63", "weight": 1.0}, {"source": "accounts_imapprovider_connect", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L63", "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": "L63", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_loginoauth2", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L112", "weight": 1.0}, {"source": "accounts_imapprovider_loginoauth2", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L112", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider_loginoauth2", "target": "client", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L112", "weight": 1.0, "context": "parameter_type"}, {"source": "accounts_imapprovider", "target": "accounts_imapprovider_listfolders", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L152", "weight": 1.0}, {"source": "accounts_imapprovider_listfolders", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L152", "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": "L152", "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": "L178", "weight": 1.0}, {"source": "accounts_imapprovider_listmessages", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L178", "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": "L178", "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": "L178", "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": "L230", "weight": 1.0}, {"source": "accounts_imapprovider_getmessage", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L230", "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": "L230", "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": "L264", "weight": 1.0}, {"source": "accounts_imapprovider_sendmessage", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L264", "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": "L264", "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": "L268", "weight": 1.0}, {"source": "accounts_imapprovider_setflags", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L268", "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": "L281", "weight": 1.0}, {"source": "accounts_imapprovider_move", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L281", "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": "L290", "weight": 1.0}, {"source": "accounts_imapprovider_delete", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L290", "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": "L306", "weight": 1.0}, {"source": "accounts_imapprovider_sync", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L306", "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": "L306", "weight": 1.0, "context": "return_type"}, {"source": "accounts_imapprovider_connect", "target": "accounts_imapprovider_loginoauth2", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L89", "weight": 1.0}, {"source": "accounts_imapprovider_listfolders", "target": "accounts_imapprovider_connect", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/accounts/provider_imap.go", "source_location": "L153", "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": "L179", "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": "L231", "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": "L269", "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": "L291", "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": "L309", "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": "L315", "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": "L64"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L78"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "StartTLS", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L83"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L84"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Decrypt", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L95"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L97"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Unmarshal", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L100"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L101"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Login", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L103"}, {"caller_nid": "accounts_imapprovider_connect", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L104"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Decrypt", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L113"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L115"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Unmarshal", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L118"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L119"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "After", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L122"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "UTC", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L122"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L122"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L124"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "RefreshToken", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L126"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L128"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Marshal", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L135"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Encrypt", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L137"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L138"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "XOAUTH2SASLString", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L145"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "LoginXOAUTH2", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L146"}, {"caller_nid": "accounts_imapprovider_loginoauth2", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L147"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L157"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "List", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L159"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L166"}, {"caller_nid": "accounts_imapprovider_listfolders", "callee": "folderType", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L172"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L183"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L185"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L205"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Fetch", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L207"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Itoa", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L215"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "ReadMessage", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L219"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L219"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L219"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L220"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L221"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L222"}, {"caller_nid": "accounts_imapprovider_listmessages", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L223"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L235"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L237"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "UIDFetch", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L241"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L250"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "ReadMessage", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L251"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "NewReader", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L251"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L251"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L252"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L253"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L254"}, {"caller_nid": "accounts_imapprovider_getmessage", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L255"}, {"caller_nid": "accounts_imapprovider_sendmessage", "callee": "sendViaSMTP", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L265"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L273"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L275"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "UIDStore", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L278"}, {"caller_nid": "accounts_imapprovider_setflags", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L278"}, {"caller_nid": "accounts_imapprovider_move", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L287"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "Logout", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L295"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "Select", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L297"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "UIDStore", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L300"}, {"caller_nid": "accounts_imapprovider_delete", "callee": "Expunge", "is_member_call": true, "language": "go", "source_file": "internal/accounts/provider_imap.go", "source_location": "L303"}]}