0xMett

Results 6 issues of 0xMett

The following code: ``` from imapclient import IMAPClient # context manager ensures the session is cleaned up with IMAPClient(host="imap-mail.outlook.com") as client: client.login('[email protected]', 'password') client.select_folder('INBOX') # search criteria are passed in...

It would be nice to have a `folder` field in the` message object`. Does the imap server communicate it?

Hi, I'm getting this error while getting information from a mail: I'm on Python3.6 ``` Traceback (most recent call last): File "/home/mattia/.local/lib/python3.6/site-packages/imbox/parser.py", line 128, in decode_content return content.decode(charset, 'ignore') LookupError:...

Please consider to add the ovpn file into the zip. There is no ovpn file in the /con/keys directory, so I suggest to include an ovpn file generator and then...

Hello. When I try to import the component Animations.vue both in Home.vue and Menu.vue something strange happens: if I, for example, try to Import the component Dialogs.vue in Animations.vue and...

Hello, is it possible to change the position of the controls? ![image](https://user-images.githubusercontent.com/11872425/90527128-7e048180-e171-11ea-86eb-501c7f8c83ee.png)