bluetiger9 / SmtpClient-for-Qt

An SMTP Client writen in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
https://github.com/bluetiger9/SmtpClient-for-Qt/wiki
GNU Lesser General Public License v2.1
449 stars 226 forks source link

Issues on iOS client with attached file #130

Closed bugaenko-cyber closed 1 year ago

bugaenko-cyber commented 1 year ago

The essence of the problem: On the iOS client application (Mail), after updating it (it used to work), the download of the attached file stopped working. Writes that the old encryption is used. But if you open this letter on an android or through any browser, then everything is downloaded. I'll let you know as soon as I get the details. In what direction to dig?

bluetiger9 commented 1 year ago

@bugaenko-cyber, this looks like a iOS mail client problem. The SMTP client is normally nothing to do with the receiving side / downloading files from the mail server.