Re: [racket-users] IMAP filter

2017-01-29 Thread Huang, Ying
est Regards, Huang, Ying > On Sun, Jan 29, 2017 at 12:12 AM, Huang, Ying <huang_ying_cari...@163.com> > wrote: > > Hi, All, > > Previously I use imapfilter (https://github.com/lefcha/imapfilter) to > process mails from various mailing list. Recently, I use another mail

[racket-users] IMAP filter

2017-01-28 Thread Huang, Ying
"racket-...@googlegroups.com") "racket-devel") `(,(header-contain "Mailing-list" "d...@plt-scheme.org") "racket-devel")))

Re: [racket-users] [Racket-users] IMAP with racket

2017-02-11 Thread Huang, Ying
Because I don't familiar with lua, so Racket is a better tool for me to customize at this level. Best Regards, Huang, Ying -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving email

Re: [racket-users] IMAP with racket

2017-02-10 Thread Huang, Ying
gt; in the docs, but wasn't sure how to do it. I can try following the example > above. Recently, I just implemented an IMAP mail filter based on net/imap. Hope it is useful for you. Best Regards, Huang, Ying #!/usr/bin/env racket #lang racket (require net/imap) (define read-stri

[racket-users] Fail to install package via raco

2016-12-09 Thread Huang, Ying
.rkt:135:2: lookup-normally ... Best Regards, Huang, Ying -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For

Re: [racket-users] Fail to install package via raco

2016-12-10 Thread Huang, Ying
"Huang, Ying" <huang_ying_cari...@163.com> writes: > Hi, All, > > I try the following command, try to install ppict, but it fails with the > following message. Could you help me to fix this? > > $ raco pkg install ppict > Resolving "ppict" vi