pmarti / python-messaging

Pure python SMS/MMS encoder/decoder
Other
225 stars 115 forks source link

MMSEncoder has no attribute 'encode_boolean_value' #40

Open otlich opened 7 years ago

otlich commented 7 years ago

In MMS Read-Reply header is boolean_value, but in messaging/mms/mms_pdu.py not has a method encode_boolean_value. And MMSMessage.to_file(filename) not works.