18 from requests_oauthlib import OAuth2Session |
18 from requests_oauthlib import OAuth2Session |
19 |
19 |
20 from PyQt6.QtCore import pyqtSlot, pyqtSignal, QObject, QUrl, QUrlQuery |
20 from PyQt6.QtCore import pyqtSlot, pyqtSignal, QObject, QUrl, QUrlQuery |
21 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout |
21 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout |
22 |
22 |
23 from EricWidgets import EricMessageBox |
23 from eric7.EricWidgets import EricMessageBox |
24 from EricWidgets.EricTextInputDialog import EricTextInputDialog |
24 from eric7.EricWidgets.EricTextInputDialog import EricTextInputDialog |
25 |
25 |
26 import Globals |
26 from eric7 import Globals |
27 |
27 |
28 from .EricGoogleMailHelpers import ( |
28 from .EricGoogleMailHelpers import ( |
29 CLIENT_SECRET_FILE, |
29 CLIENT_SECRET_FILE, |
30 SCOPES, |
30 SCOPES, |
31 TOKEN_FILE, |
31 TOKEN_FILE, |