Coder Social home page Coder Social logo

hato's People

Contributors

ashinn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hato's Issues

hato-smtp.scm depends on non-existing ssl module

hato-smtp.scm has a weak dependency (i.e. autoloaded) on an non-existing ssl 
module. Line 79: 

  (autoload ssl ssl-wrap unwrap-tcp-ports)

This file was probably missed when importing the code into hg. Note that it's 
also missing in hato.setup.

Original issue reported on code.google.com by [email protected] on 5 Sep 2011 at 12:56

Could you give more overview?

on project home page, give some more on overall capabilites;
special features, motivation (so I can judge whether I should dive in);
what schemes targeted besides chicken?  any?  PLT?  thanks!

//

What steps will reproduce the problem?
n/a

What is the expected output? What do you see instead?
n/a

What version of the product are you using? On what operating system?
n/a

Please provide any additional information below.
n/a

Original issue reported on code.google.com by [email protected] on 21 Jan 2010 at 2:26

current-date-string returns the wrong date format

`current-date-string', which is used for the `Date' email header, doesn't 
return the date in the format described in RFC 2822, section 3.3 (tested with 
Chicken Scheme 4.5.0). The attached patch fixes this (note however that there 
is a bug in Chicken's timezone handling which leads to an incorrect timezone 
offset on some operating systems).

Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 11:05

Attachments:

quoted-printable-encode is broken

Probably just a slip: quoted-printable-encode contains the expression (display 
(apply (quoted-printable-encode-string o))) which should of course be (display 
(apply quoted-printable-encode-string o)). The attached patch fixes this and 
applies to the current tip.

Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 12:15

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.