This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Authenticating fak@praeclarum.org | |
// S: * OK Gimap ready for requests from 64.225.210.112 oi7if5386254oac.123 | |
// C: A0001 LOGIN fak@praeclarum.org **************** | |
// S: * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE | |
// S: A0001 OK fak@praeclarum.org Frank Krueger authenticated (Success) | |
using System; | |
using System.ComponentModel; | |
using System.Diagnostics; | |
using System.IO; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Threading.Tasks; | |
using MonoMac.CoreFoundation; | |
using MonoMac.AppKit; | |
using System.Threading; | |
namespace GCDTest | |
{ | |
class MainClass | |
{ |