mxk / go-imap

IMAP4rev1 Client for Go
BSD 3-Clause "New" or "Revised" License
212 stars 63 forks source link

demo of setting /Deleted flag would be helpful #10

Closed buchs-kevin closed 9 years ago

buchs-kevin commented 9 years ago

http://stackoverflow.com/questions/31417852/how-to-flag-imap-message-deleted-via-go-imap-library

mxk commented 9 years ago

The demo is here: https://github.com/mxk/go-imap/blob/master/imap-demo/demo1.go#L94

Also, you should be using "github.com/mxk/go-imap/imap" instead of "code.google.com/p/go-imap/go1/imap".

buchs-kevin commented 9 years ago

Thanks, I missed it when looking at the demo. Sorry to bother you.

Kevin Buchs Cloud Planning Services Phone: 507-538-5459 Mayo Clinic 200 1st. St SW Rochester, MN 55905 http://mayoclinic.org

From: Maxim Khitrov [mailto:notifications@github.com] Sent: Tuesday, July 14, 2015 4:53 PM To: mxk/go-imap Cc: Buchs, Kevin J., M.S. Subject: Re: [go-imap] demo of setting /Deleted flag would be helpful (#10)

The demo is here: https://github.com/mxk/go-imap/blob/master/imap-demo/demo1.go#L94

Also, you should be using "github.com/mxk/go-imap/imap" instead of "code.google.com/p/go-imap/go1/imap".

— Reply to this email directly or view it on GitHubhttps://github.com/mxk/go-imap/issues/10#issuecomment-121403034.