Re: [go-nuts] filtering and forwarding email?

2016-09-16 Thread Tieson Molly
could you recommend a good POP3 library?

Best regards,

Ty

On Friday, September 16, 2016 at 10:16:39 AM UTC-4, Shawn Milochik wrote:
>
> Sure, all you need is the ability to send and receive e-mail. Then you 
> write your filtering logic.
>
> https://github.com/go-gomail/gomail
>
> This will take care of the heavy lifting.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] filtering and forwarding email?

2016-09-16 Thread Shawn Milochik
 Sure, all you need is the ability to send and receive e-mail. Then you
write your filtering logic.

https://github.com/go-gomail/gomail

This will take care of the heavy lifting.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.