Re: [Chicken-hackers] pop3 support TOP command?

2014-03-15 Thread John Cowan
John J Foerch scripsit: > Maybe this would be an idea for a new egg to supersede the pop3 egg. I > would be glad to hear anybody's thoughts on this. > > [1]: http://docs.racket-lang.org/net/pop3.html Sounds like an excellent idea, if you or someone else wanted to tackle it. -- XQuery Blueberr

[Chicken-hackers] pop3 support TOP command?

2014-03-15 Thread John J Foerch
Hello, I have a need to be able to read message headers from a POP3 server without downloading entire messages. POP3 protocol supports this by an optional (but widely supported) command, TOP. Attached is a little patch that adds support for the TOP command to the pop3 egg via a second optional a

Re: [Chicken-hackers] [Patch] Fix #1106

2014-03-15 Thread Christian Kellermann
* Peter Bex [140315 13:50]: > Thank you. I checked and there's still a small problem with this > patch: it will always install the entire dependency chain from > scratch, even if some eggs have already been installed. Yes, I have been aware of that. I guess this is an uncommon use case though, s

Re: [Chicken-hackers] [Chicken-users] Testers wanted; iOS patch

2014-03-15 Thread Moritz Heidkamp
Hi! On 15. März 2014 16:59:13 MEZ, Kon Lovett wrote: > >On Mar 15, 2014, at 4:41 AM, Peter Bex wrote: > >> Hi all, >> >> Attached is a patch by Bevuta which Felix sent last X-mas. It adds >> rudimentary support for iOS through a target Makefile. I've so far >been >> unable to test this beca

Re: [Chicken-hackers] [Chicken-users] Testers wanted; iOS patch

2014-03-15 Thread Kon Lovett
On Mar 15, 2014, at 4:41 AM, Peter Bex wrote: > Hi all, > > Attached is a patch by Bevuta which Felix sent last X-mas. It adds > rudimentary support for iOS through a target Makefile. I've so far been > unable to test this because I don't have an iOS device. I don't have > access to a Mac, s

Re: [Chicken-hackers] [Patch] Fix #1106

2014-03-15 Thread Peter Bex
On Wed, Mar 12, 2014 at 03:47:13PM +0100, Christian Kellermann wrote: > Hi there, > > thanks to Andy I have become aware of an issue with chicken-install > -deploy which should be fixed in this patch. For details see below. > Please note that I have not tested this against a cross chicken > scenar

[Chicken-hackers] Testers wanted; iOS patch

2014-03-15 Thread Peter Bex
Hi all, Attached is a patch by Bevuta which Felix sent last X-mas. It adds rudimentary support for iOS through a target Makefile. I've so far been unable to test this because I don't have an iOS device. I don't have access to a Mac, so I'm unable to verify that this patch even builds. I've ask