From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arun Isaac Newsgroups: gmane.lisp.guile.user Subject: guile-email 0.3.0 released Date: Fri, 06 Jan 2023 20:15:40 +0000 Message-ID: <87k01zxvv7.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6356"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-email@systemreboot.net, guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Jan 06 21:16:22 2023 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pDt8X-0001R7-CB for guile-user@m.gmane-mx.org; Fri, 06 Jan 2023 21:16:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pDt8B-0005cB-JK; Fri, 06 Jan 2023 15:15:59 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDt88-0005bm-W1 for guile-user@gnu.org; Fri, 06 Jan 2023 15:15:57 -0500 Original-Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDt86-0004kb-Be for guile-user@gnu.org; Fri, 06 Jan 2023 15:15:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=rOq+hJVn/L8fhhu5RbK4Io7XwNf5u8vRG0jYqrFq/c8=; b=Zj4z2nWuT3i+jjY7N8emSqujJK Jl1itq34S4Mi2SlAOwJAZIkNnXtN67nyVqiyS01krAYb66eQIpk/GAVM+h4ipXs7njMQPrxPgMMEg eZGaIvtFFYb2dA494DR5GYaXhOV/7FARyurV+QTGmOWhu96j9EC63QX+64lIYhVC+KNUu5q3GDEs4 f7h2YI/ua8hbCvMmjmNb5pXBdCnz2K2EgdE0Zw3GZuadMl55rgl7WDrmXuGf0p5Gu1sM3cgdHrfY/ p8tv/70cJaT6sVlfWDrRFrYAW/rW6L25EhBmQyJnl8uKWgtqGSAxT2/xJxpRWia3OA19QAm0P1PZU lrflLNeA==; Original-Received: from [192.168.2.1] (port=57736 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pDt7v-0006mv-0f; Sat, 07 Jan 2023 01:45:43 +0530 Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18843 Archived-At: Hello all, I am pleased to announce the release of guile-email 0.3.0. Significant changes since the 0.2.2 release are described in the NEWS file. https://git.systemreboot.net/guile-email/tree/NEWS I would like to thank Andrew Whatson, Mark H Weaver, Mathieu Othacehe and Ricardo Wurmus for contributing bug reports and code towards this release. * What is guile-email? guile-email is a collection of email utilities implemented in pure guile. It supports parsing MIME (Multipurpose Internet Mail Extensions) compliant email messages and reading emails from the mbox format. Its features include: - Parse RFC5322 compliant email messages (including obsolete syntax) - Parse MIME compliant email messages as specified in RFC2045, RFC2046, RFC2047 and RFC2049 - Parse non-standard Emacs message mode parens style addresses - Encode and decode Quoted-Printable encoding, Base64 encoding and Q-encoding - Read emails from the mbox format Project website: https://guile-email.systemreboot.net/ Happy hacking! Arun