chocobn69
chocobn69
I wanted to work on this feature (Yeah, I got some delay..) and I have an issue with bootstrap.py : Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg Traceback (most recent call last): File "bootstrap.py", line...
It's working fine, thank you !
For 1. ``` # keepa/interface.py (lines 348-350) domain : str, optional One of the following Amazon domains: RESERVED, US, GB, DE, FR, JP, CA, CN, IT, ES, IN, MX Defaults...
this patch should be merged to master
charlierguo, could you merge this patch please ?
I'm using something like: ``` def _parseAdress(self, addr): return email.utils.parseaddr(addr) ``` ``` fr = self._parseAdress(message.fr) to = self._parseAdress(message.to) caracteristics['a_from'] = fr[1] caracteristics['name_from'] = self._cleanSubject(fr[0]) ``` We should implement something smarter...
Not sure if the project is still active, but the lib works fine for basic usage