Exemplo n.º 1
0
        public static void Main()
        {
            GmailHandler retriever = new GmailHandler();

            //testing
            retriever.DisplayNotification(new Notification("Example Subject", "Test body sdiufdasfikujasd fkjasdf sakjld asjbknd asjkbdn askjd asjknbd ", "http://google.com/"));
        }
Exemplo n.º 2
0
 protected GmailFilter(GmailHandler retriever)
 {
     this.retriever = retriever;
 }