Added
- Add a context manager to IMAP class.
- Add port argument to IMAP.connect (in cases when non-default port is used)
- Add support for attachments
- Search for folders using simple regular expressions: `box.folders('*nbo*')` will match 'Inbox' folder
- Shorter syntax for folder creation: use `make()` instead of `make_folder()`