Alexander

Results 24 comments of Alexander

Hi, @igungor Also SSE-C support for Linode (Akamai) https://www.linode.com/docs/guides/server-side-encryption/ and DigitalOcean https://docs.digitalocean.com/reference/api/spaces-api/ would be so great! Thank you!

Ok, I'll try explain again. In example here: https://github.com/Flolagale/mailin/blob/master/README.md You wrote: ``` attachments: [{ contentType: 'text/plain', fileName: 'dummyFile.txt', contentDisposition: 'attachment', transferEncoding: 'base64', generatedFileName: 'dummyFile.txt', contentId: '6e4a9c577e603de61e554abab84f6297@mailparser', checksum: 'e9fa6319356c536b962650eda9399a44', length: '28'...

1. ``` [attachments] => Array ( [0] => stdClass Object ( [contentType] => text/html [charset] => utf-8 [fileName] => Телефонный трафик.htm [transferEncoding] => base64 [contentDisposition] => attachment [generatedFileName] => Телефонный...

Also in the same dump you may see the problem with envelopeFrom.

My workaround isn't working with chr(128) - chr(159), because: _fixed_name('Телефонный траффик.htm') gives: Теле�_онн�_й_�_�_а�_ик_htm

ContentID could also have **dots**, as I understand. May be its better to add one more I'D or just use an iterator? or put content inside attachments array.

Agreed that this feature is needed!

It's been 3 days that I was trying to export the workspace. Single disconnect. And you start it over :pain:

@bogkonstantin could you please help with fix like this: https://github.com/aosp-mirror/platform_packages_apps_mms/blob/master/src/com/android/mms/transaction/SmsReceiverService.java#L495 Same problem with multiple PDUs in one message.