-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathEmailOAuthDm.dfm
121 lines (121 loc) · 3.05 KB
/
EmailOAuthDm.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
object EmailOAuthDataModule: TEmailOAuthDataModule
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Height = 1064
Width = 1762
PixelsPerInch = 240
object IdSSLIOHandlerSocketPOP: TIdSSLIOHandlerSocketOpenSSL
Destination = ':110'
Intercept = IdConnectionPOP
MaxLineAction = maException
Port = 110
DefaultPort = 0
SSLOptions.Method = sslvTLSv1_2
SSLOptions.SSLVersions = [sslvTLSv1_2]
SSLOptions.Mode = sslmClient
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 1504
Top = 304
end
object IdPOP3: TIdPOP3
Intercept = IdConnectionPOP
IOHandler = IdSSLIOHandlerSocketPOP
AuthType = patSASL
AutoLogin = False
SASLMechanisms = <>
Left = 1496
Top = 104
end
object IdSMTP1: TIdSMTP
Intercept = IdConnectionInterceptSMTP
IOHandler = IdSSLIOHandlerSocketSMTP
AuthType = satSASL
SASLMechanisms = <>
UseTLS = utUseRequireTLS
Left = 216
Top = 616
end
object IdConnectionInterceptSMTP: TIdConnectionIntercept
OnReceive = IdConnectionReceive
OnSend = IdConnectionSend
Left = 224
Top = 104
end
object IdSSLIOHandlerSocketSMTP: TIdSSLIOHandlerSocketOpenSSL
Destination = ':25'
Intercept = IdConnectionInterceptSMTP
MaxLineAction = maException
Port = 25
DefaultPort = 0
SSLOptions.Method = sslvTLSv1_2
SSLOptions.SSLVersions = [sslvTLSv1_2]
SSLOptions.Mode = sslmClient
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 216
Top = 360
end
object IdHTTPServer1: TIdHTTPServer
Bindings = <>
DefaultPort = 2132
OnCommandGet = IdHTTPServer1CommandGet
Left = 832
Top = 752
end
object IdConnectionInterceptIMAP: TIdConnectionIntercept
OnReceive = IdConnectionReceive
OnSend = IdConnectionSend
Left = 1040
Top = 520
end
object IdConnectionPOP: TIdConnectionIntercept
OnReceive = IdConnectionReceive
OnSend = IdConnectionSend
Left = 1512
Top = 504
end
object IdIMAP: TIdIMAP4
Intercept = IdConnectionInterceptIMAP
IOHandler = IdSSLIOHandlerSocketIMAP
UseTLS = utUseRequireTLS
SASLMechanisms = <>
AuthType = iatSASL
MilliSecsToWaitToClearBuffer = 10
Left = 1040
Top = 96
end
object IdSSLIOHandlerSocketIMAP: TIdSSLIOHandlerSocketOpenSSL
Destination = ':143'
Intercept = IdConnectionInterceptIMAP
MaxLineAction = maException
Port = 143
DefaultPort = 0
SSLOptions.Method = sslvTLSv1_2
SSLOptions.SSLVersions = [sslvTLSv1_2]
SSLOptions.Mode = sslmClient
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 1048
Top = 312
end
object RESTResponseGraph: TRESTResponse
Left = 664
Top = 528
end
object RESTRequestGraph: TRESTRequest
Client = RESTClientGraph
Params = <>
Response = RESTResponseGraph
SynchronizedEvents = False
Left = 664
Top = 312
end
object RESTClientGraph: TRESTClient
BaseURL = 'https://graph.microsoft.com/v1.0'
Params = <>
SynchronizedEvents = False
Left = 656
Top = 104
end
end