File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report template
3+ about : Describe this issue template's purpose here.
4+ title : " [Bug] - "
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Summary**
11+
12+ ** Platform(s)**
13+ ```
14+ <Android>
15+ ```
16+
17+ ** Happens on Mail Server**
18+ ```
19+ <Gmail>
20+ <iCloud>
21+ ```
22+
23+ ** Piece of code**
24+ ```
25+ MCOIMAPSession *session = [[MCOIMAPSession alloc] init];
26+ [session setHostname:@"imap.gmail.com"];
27+ [session setPort:993];
28+ [session setUsername:@"[email protected] "]; 29+ [session setPassword:@"123456"];
30+ [session setConnectionType:MCOConnectionTypeTLS];
31+ ```
32+
33+ ** Actual outcome**
34+ MailCore did or did not ...
35+
36+ ** Connection Logs**
37+ ```
38+ * ID ("name" "GImap" "vendor" "Google, Inc." "support-url" "https://support.google.com/mail" "version" "gmail_imap_200623.09_p0" "remote-host" "2001:ee0:4fc
39+ 5:b6e0:d410:e4d3:77db:fc8e
40+ ```
41+
42+ ** Expected outcome**
43+ MailCore should ...
44+
45+ ** Link to sample code on GitHub reproducing the issue (a full Xcode project):**
46+ ```
47+ https://
48+ ```
You can’t perform that action at this time.
0 commit comments