From 8eae305242525ae6b103b39da1b85e9358a27983 Mon Sep 17 00:00:00 2001 From: Toben Archer Date: Wed, 3 Jan 2018 11:29:31 -0600 Subject: [PATCH] Typo in fluentinbox link and maintainer info Apparently markdown anchors don't like spaces. It looks like you are supposed to do it with dashes. Also, I will soon be receiving a full fledged Office 365 account, so I will be able to actively maintain this again. --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index e57d9a60844e..10ec030c81b4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ if m.json['IsReadReceiptRequested']: - [Calendar](#calendar) - [Contacts](#contacts) - [Connection](#connection) -- [FluentInbox](#fluent inbox) +- [FluentInbox](#fluent-inbox) ## Email There are two classes for working with emails in O365. @@ -222,13 +222,4 @@ for message in inbox.search('Category:some_cat').skip(1).fetch(1): inbox.fetch_first(10) ``` - - -## Looking for new maintainer -I no longer, as of October 2015, have an office365 account and so I'm looking for someone to take over this project. Please fork and carry on. - -#Maybe not as much now. -New company I work for has given me a testing account for O365. So I can actually do some work again. - - #### Soli Deo Gloria