| ▲ | baron3dl 3 hours ago |
| First, I really love this idea, and I thank you for getting it into my head. That said, if no AI is really important, I guess it's worth $29, though I can't tell if you used AI to build it or not from here. Like, I just one-shot a script that does the same with Claude, after it listed 5 free projects that do the same, including one GUI. The whole thing took less time than writing this comment. Now, if it were $2.99, I probably would have just paid you. |
|
| ▲ | Tiberium 3 hours ago | parent | next [-] |
| The website is clearly AI-written (along with the text), and the screenshot also looks quite like the styles that LLMs love |
|
| ▲ | abirch 3 hours ago | parent | prev | next [-] |
| My question is why not use IMAP? |
| |
| ▲ | subhobroto 3 hours ago | parent | next [-] | | That's what they used to do: https://news.ycombinator.com/item?id=48708270 The OP had posted a detailed reply here as well, that they since deleted - I think because they didn't want to deal with all the pushback here. | | | |
| ▲ | ltiger 3 hours ago | parent | prev [-] | | It actually does use IMAP! The app connects directly to Google's IMAP servers via SSL straight from your machine. I intentionally chose a local IMAP pipeline over the official Gmail API because of platform gatekeeping. To use the API for this, Google forces independent developers into a "Restricted Scope" tier, which requires an annual $15,000+ third-party security assessment. Going the local IMAP route lets me bypass that completely while keeping user data 100% local and secure. | | |
| ▲ | kbelder an hour ago | parent [-] | | I don't like how somebody is flagging/downvoting all your comments. This is about your product; it's highly relevant, whatever somebody might think about it. | | |
| ▲ | mmh0000 30 minutes ago | parent [-] | | I don't think it's just "somebody"; I think it's a lot of bodies. I'm downvoting him too because he vibe-coded a super simple "app", then is trying to sell it here as some life-saving tool . My main complaints: - Why is this $30? - Why is it Windows/Mac only? - Why is it Gmail only when it's using IMAP? But what really irks me is that you know you can do this exact thing with like two Linux CLI commands? ```
$ offlineimap -c <configfile with credentials>
$ mae export --maildir=test/fixtures/simple --output-dir=test/tmp_output
```
[1] https://github.com/mrtazz/mae | | |
|
|
|
|
| ▲ | subhobroto 3 hours ago | parent | prev | next [-] |
| > Like, I just one-shot a script that does the same with Claude, after it listed 5 free projects that do the same, including one GUI. The whole thing took less time than writing this comment. I'm assuming the author put in the effort to validate their program handles all kinds of pictures. With that assumption: - how did *you* validate the one-shot script that Claude handed you works correctly? - after all said and done, and getting it to work correctly, did you end up spending atleast $30 in time, effort and money? I am curious how coding agents would affect the future of "micro apps" - apps/scripts that do one thing and just one thing very well. |
| |
| ▲ | boca_honey 5 minutes ago | parent [-] | | The website is clearly vibecoded, and that makes me assume the app is also vibecoded. When I open the installer, Edge gives me a warning that the file is not safe. I know that just means the dev hasn't purchased a certificate, but it adds to the general feeling that this is a rushed project that asks 30 dollars for something that I can make with Gemini in about the time it took to write this comment. I'm pretty sure the dev has good intentions, the app is safe, and it works... but I'm not going to find out because it's too much money and too risky. It is a good idea, though. I'll check the comments for free, open-source alternatives, but if I don't find one, I'll probably just generate a script that does this when I get back home. |
|
|
| ▲ | ltiger 3 hours ago | parent | prev [-] |
| [dead] |