Unable to receive images in telegram
duanedtp opened this issue · 1 comments
duanedtp commented
System works but i'm unable to receive or pull images from the email. I'm using this to relay motion events from my security cameras, which takes a snapshot and attaches it to the email. Is it a formatting issue?
KostyaEsmukov commented
HTML and attachments are not supported, only plaintext is being forwarded, see
smtp_to_telegram/smtp_to_telegram_test.go
Lines 157 to 186 in 8092fc3
Converting HTML to Telegram markup would be very complex, so I don't think adding that support would be feasible.
However, simply bypassing image attachments as telegram file uploads should be easy to implement, for that a PR would be welcome.