aaronpk/Google-Voice-PHP-API

Both getUnreadSMS() getReadSMS() appear to only return the first text of a "thread"

opoq opened this issue · 0 comments

opoq commented

If I send by sms "Text 1," "Text 2," and "Text 3," to my Google Voice account, the texts retrieved by Google-Voice-PHP-API would only include "Text #1" for texts recieved from a single number in a short period of time.

I'm afraid I don't know enough about Google Voice to know if this is a limitation of what Google exposes or not, but I hope you could offer a solution in either case. Cheers.