groupe-sii / ogham

Sending email, sms or whatever is a piece of cake
https://groupe-sii.github.io/ogham/
Apache License 2.0
21 stars 14 forks source link

Allow to use tlv to send the whole message without splitting it #88

Closed aurelien-baudet closed 4 years ago

aurelien-baudet commented 4 years ago

Some services accept to receive the full message in a tlv parameter. The service then handles the split of the message itself. Add an option to allow to use tlv parameter. It can also be useful when splitting is disabled.

Both splitting and tlv may be used together for some services so if both are enabled be the developer, don't prevent it.