asifiqbal / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

'All' Folder not working. #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a folder instance from Voice.all()
2. Check folder.totalsize > 0
3. Check len(folder.messages)

What is the expected output? What do you see instead?
len(folder.messages) should equal folder.totalsize, instead it's 0.

What version of the product are you using? On what operating system?
0.4

Please provide any additional information below.

I found another typo ;-)
settings.py, line 23: XML_ALL = XML_RECENT + 'add/' should be 'all/'

Fixing this goes a long way towards getting my application to work how I
want, but the folder will still never contain more than 10 messages, due to
another issue I'll file separately.

Original issue reported on code.google.com by smcgrat...@gmail.com on 29 Nov 2009 at 5:07

GoogleCodeExporter commented 8 years ago
fixed in repo, will show up in v0.5 release

Original comment by justquick on 29 Nov 2009 at 7:54