Skip to content

Commit

Permalink
v7.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Sebrecht <[email protected]>
  • Loading branch information
nicolas33 committed Jul 29, 2016
1 parent 64b733c commit e460228
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,39 @@ Note to mainainers:
* The following excerpt is only usefull when rendered in the website.
{:toc}

### OfflineIMAP v7.0.3 (2016-07-30)

#### Notes

Here's a new bugfix release for the v7.0.x series. Only time we let us know if
it's a good release. However, I'm more confident.

Thanks for the reports and feedbacks!


#### Authors

- Nicolas Sebrecht (11)


#### Fixes

- Make systemd service kill offlineimap as expected. [Nicolas Sebrecht]
- XOAUTH2: fix the \*\_eval configuration options. [Nicolas Sebrecht]
- IMAP: don't take junk data for valid mail content. [Nicolas Sebrecht]
- offlineimap.conf: allow non-spaces in the account list. [Nicolas Sebrecht]
- Properly ignore folders with invalid characters (sep) in their name. [Nicolas Sebrecht]

#### Changes

- Add the repository name when connecting. [Nicolas Sebrecht]
- Github template: add system/distribution. [Nicolas Sebrecht]
- XOAUTH2: use one "public" attribute everywhere for self.oauth2_request_url. [Nicolas Sebrecht]
- Code style and minor code enhancements. [Nicolas Sebrecht]
- Manual: add known issue about netrc. [Nicolas Sebrecht]



### OfflineIMAP v7.0.2 (2016-07-27)

#### Notes
Expand Down
2 changes: 1 addition & 1 deletion offlineimap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__productname__ = 'OfflineIMAP'
# Expecting trailing "-rcN" or "" for stable releases.
__version__ = "7.0.2"
__version__ = "7.0.3"
__copyright__ = "Copyright 2002-2016 John Goerzen & contributors"
__author__ = "John Goerzen"
__author_email__= "[email protected]"
Expand Down

0 comments on commit e460228

Please sign in to comment.