HomeBlog

Releases

 

Blog

 

Latest comments

  • Back after HDD failure

    I'm sorry for the 3 days downtime.. HDD failures are never fun, especially when you run multiple websites and other services on a machine split into several vservers, and there's no full backup which you can quickly restore.

    There might be some dust here and there, please let me know if anything isn't working properly.

  • Problems with installer (DBIx::OO missing)

    As some folks have noticed, the installer in version 0.1 fails when DBIx::OO is not already present, that is, mostly always :-). The installer in fact fetches and installs DBIx::OO from CPAN, but (my bad) it requires it for running. I fixed this unnecessary dependency in the Hg repository, but until I release version 0.2 you can work around it by manually installing DBIx::OO prior to running install.pl:

    cpan DBIx::OO
    

    I expect to release version 0.2 within the next few days, after I put together a live demo of Xuheki. In the meantime, Happy New Year! :-)

    Update: Net::IMAP::Client is required too, so run cpan Net::IMAP::Client as well. Sorry for the inconvenience.

  • Xhueki hits the Web

    Xuheki is the mythological god of electronic mail. Oh wait, the Wikipedia page is missing. Please do something about it. ;-)

    As I've written all over this website, Xuheki is an email client. And (somewhat) server. But it only supports IMAP (and still it's not an IMAP server). Confusing, right?

    Suffice to say that you can read and write mail with it, it works in a browser and you can access it from any computer (not just your computer) as long as you're using a decent browser.

    Xuheki has a bunch of nice features, but keep in mind it's only version 0.1. It probably has a bunch of bugs too (but I hope you'll tell me about it). All in all it's a fine Webmail and I dare you to install it and throw some feedback my way. ;-)