racket/collects/net
Greg Hendershott c6e2843557 Add optional message flags argument to imap-append.
Previously this was hard-coded to use the \Seen flag. Now that's the
default value when the argument is not supplied.
2013-04-23 15:49:22 -06:00
..
private Use any/c for the ip-address-string? domain 2013-04-08 11:18:57 -04:00
scribblings Add optional message flags argument to imap-append. 2013-04-23 15:49:22 -06:00
websocket #lang racket' -> #lang racket/base' conversions in net/websocket. 2012-11-07 08:03:46 -05:00
base64-sig.rkt
base64-unit.rkt Moved `net/base64' code from unit to module. 2011-09-05 14:13:04 -04:00
base64.rkt add optional newline argument to `base64-encode' 2012-02-21 06:14:44 -07:00
cgi-sig.rkt Remove no-longer used net/cgi exceptions. 2012-03-16 02:55:35 -04:00
cgi-unit.rkt Moved `net/cgi' code from unit to module. 2011-09-05 14:17:36 -04:00
cgi.rkt Remove no-longer used net/cgi exceptions. 2012-03-16 02:55:35 -04:00
cookie-sig.rkt
cookie-unit.rkt Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
cookie.rkt Extending cookie support with expiration 2013-03-07 10:21:03 -07:00
dns-sig.rkt
dns-unit.rkt Moved `net/dns' code from unit to module. 2011-09-05 15:22:38 -04:00
dns.rkt Fix parsing when CNAME is provided for MX query 2013-04-16 10:52:55 -04:00
ftp-sig.rkt Improve ftp client. Add upload, progress monitor and something else. 2012-12-13 07:09:04 -07:00
ftp-unit.rkt Moved `net/ftp' code from unit to module. 2011-09-05 15:22:38 -04:00
ftp.rkt Improve comment. 2013-02-19 00:22:47 -05:00
gifwrite.rkt
head-sig.rkt
head-unit.rkt Moved `net/head' code from unit to module. 2011-09-05 15:22:38 -04:00
head.rkt Moved `net/head' code from unit to module. 2011-09-05 15:22:38 -04:00
imap-sig.rkt
imap-unit.rkt Moved `net/imap' code from unit to module. 2011-09-05 15:22:38 -04:00
imap.rkt Add optional message flags argument to imap-append. 2013-04-23 15:49:22 -06:00
mime-sig.rkt
mime-unit.rkt Moved `net/mime' code from unit to module. 2011-09-05 15:22:38 -04:00
mime-util.rkt net/mime: allow any subtype, exns as exn:fail subtypes; doc fixes 2012-01-08 12:14:51 -07:00
mime.rkt net/mime: allow any subtype, exns as exn:fail subtypes; doc fixes 2012-01-08 12:14:51 -07:00
nntp-sig.rkt
nntp-unit.rkt Moved `net/nntp' code from unit to module. 2011-09-05 15:22:38 -04:00
nntp.rkt Moved `net/nntp' code from unit to module. 2011-09-05 15:22:38 -04:00
pop3-sig.rkt
pop3-unit.rkt Moved `net/pop3' code from unit to module. 2011-09-05 15:22:38 -04:00
pop3.rkt Moved `net/pop3' code from unit to module. 2011-09-05 15:22:38 -04:00
qp-sig.rkt
qp-unit.rkt Moved `net/qp' code from unit to module. 2011-09-05 15:22:38 -04:00
qp.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
sendmail-sig.rkt Revise `net/sendmail'. 2011-12-20 15:53:40 -05:00
sendmail-unit.rkt Moved `net/sendmail' code from unit to module. 2011-09-05 15:22:38 -04:00
sendmail.rkt Quote sender, subject, and recipients strings if needed. 2011-12-20 16:13:13 -05:00
sendurl.rkt
smtp-sig.rkt
smtp-unit.rkt Moved `net/smtp' code from unit to module. 2011-09-05 15:22:39 -04:00
smtp.rkt net/smtp: fix auth encoding to not add extra CRLFs 2012-02-21 06:14:44 -07:00
ssl-tcp-unit.rkt
tcp-redirect.rkt
tcp-sig.rkt
tcp-unit.rkt
unihead.rkt Minor typo in recent new regexp. 2011-12-28 21:07:25 -05:00
uri-codec-sig.rkt
uri-codec-unit.rkt Moved `net/uri-codec' code from unit to module. 2011-09-05 15:22:39 -04:00
uri-codec.rkt net/uri-codec: added `uri-path-segment-unreserved-encode' 2012-12-17 06:32:59 -07:00
url-connect.rkt Moved `net/url' code from unit to module. 2011-09-05 15:22:39 -04:00
url-sig.rkt
url-structs.rkt scribble/html-properties: allow URLs in css-addition' and js-addition' 2012-09-11 18:52:59 -06:00
url-unit.rkt Moved `net/url' code from unit to module. 2011-09-05 15:22:39 -04:00
url.rkt net/url: support HTTP/1.1 connections 2013-04-15 06:21:49 -06:00
websocket.rkt