Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Menno Smits Newsgroups: comp.lang.python.announce Subject: IMAPClient 1.0.0 released Date: Tue, 24 Nov 2015 21:38:42 +1300 Lines: 23 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de B72mt5xSiwOIPyscCGYSEQtaYeM4Qhx4wr+DMC67u0aA== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'broken': 0.03; '(using': 0.07; 'subject:released': 0.07; '1.0.0': 0.09; 'backwards': 0.09; 'handled.': 0.09; 'notes:': 0.09; 'pyopenssl': 0.09; 'received:internal': 0.09; 'supported.': 0.09; 'url:releases': 0.09; 'url:blog': 0.10; 'python': 0.10; 'url:)': 0.14; 'message- id:@webmail.messagingengine.com': 0.16; 'pythonic': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'released.': 0.16; 'tls': 0.16; 'contributed': 0.20; 'relies': 0.29; 'announcement': 0.30; 'related': 0.32; 'enhanced': 0.33; 'url:com)': 0.33; 'library.': 0.35; 'should': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:10': 0.37; 'client': 0.37; 'thanks': 0.37; 'release': 0.37; 'received:66': 0.38; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'software': 0.40; 'care': 0.60; 'header:Message-Id:1': 0.61; 'complete': 0.63; 'url:0': 0.63; 'improvements': 0.66; 'areas': 0.67; 'upgrading': 0.72; '3.4': 0.84; 'url:readthedocs': 0.84; 'officially': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=X2x4irYhM5L0IomB3jPwvLQqO6U=; b=Kjiow hTM8HeHTaA9+dCqFUtiq7qtHA/1z/QL1Z2D4U10WM9x8blwkXwHq5hrstk99vVN0 Cn+CnGe7rNWtyAxruk8RmkBTj5KOnZfo6iZYduegXCcC1Eavc25411TGJ/3Cb2Wa ymB8clotVpZ3lVvo02+/DBNwdD1O+SOVBEi78M= X-Sasl-Enc: BQteQesc5TJ1OhGA8r1/mDGI/JCPfhw6wPPZBXymhEwk 1448354322 X-Mailer: MessagingEngine.com Webmail Interface - ajax-7bf96122 X-Mailman-Approved-At: Tue, 24 Nov 2015 03:42:10 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1933 IMAPClient (http://imapclient.freshfoo.com) 1.0.0 has been released. IMAPClient is an easy-to-use, Pythonic and complete IMAP client library. Python 2.6, 2.7, 3.3 and 3.4 are officially supported. The main focus of this release is enhanced TLS support (using pyOpenSSL and backports.ssl). There has also been significant improvements in how search critieria are handled. Backwards compatibility has been broken in a few areas so existing users should take care when upgrading existing software which relies on IMAPClient. Some links related to this release of IMAPClient: - Announcement on freshfoo.com: http://freshfoo.com/blog/imapclient-1.0.0 - Release notes: http://imapclient.readthedocs.org/en/stable/releases.html#version-1-0-0 - Documentation: http://imapclient.readthedocs.org/ Many thanks to the people who contributed to this release and to to Nylas (https://nylas.com/) for their continued support of the project.