TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Send zip archives on GMail by converting to words

10 pointsby dosycorpabout 7 years ago

3 comments

dosycorpabout 7 years ago
Hey I did a write up of this here:<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@dosy&#x2F;sending-forbidden-files-on-gmail-using-dictionary-encoding-9c886f297398" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@dosy&#x2F;sending-forbidden-files-on-gmail-us...</a><p>Please excuse the tone I&#x27;m using. I&#x27;m just working out my style, and so on. Not an excuse. Just asking for kindness while I work out a writing voice.<p>Anyway I can summarize here:<p>- try to send many file types on GMail, get blocked for security reasons<p>- convert the file to a text file using <a href="https:&#x2F;&#x2F;textonly.github.io&#x2F;txtmode" rel="nofollow">https:&#x2F;&#x2F;textonly.github.io&#x2F;txtmode</a><p>- attach the text file to the email and send it no problemo<p>- use the same link to convert the text file back to the archive<p>- congratulations you just used GMail to send a file GMail ( in its infinite wisdom ) did not want you to send<p>I&#x27;m not making this as a hack and I hope no one uses it to do bad stuff obviously, this is just to get over the poorly implemented &quot;threat scan&quot; GMail currently uses, which blocks plenty of useful and harmless files, and which disingenuously forces the &quot;workaround&quot; of uploading to GDrive.<p>This tool is hosted on GitHub pages. You can view the source code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;textonly&#x2F;txtmode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;textonly&#x2F;txtmode</a>
评论 #16846466 未加载
评论 #16853646 未加载
jpl56about 7 years ago
I tried it with a 323-Kb picture that was transformed into a 2,8 Mb txt file. It worked the other side, but I had a warning regarding the filesize and potential memory problems. Wouldn&#x27;t it also work with UUENCODE ?
评论 #16851801 未加载
Aditya_Gargabout 7 years ago
Very cool!
评论 #16847009 未加载