Thanks. I know that sometimes the message order is screwed up. The problem is that if a reply is posted to a question that the tool hasnt seen so far, it sends the question and the reply at the same time and the reply arrives before the question in the google groups. Typical race condition, but with email :)
I will delay the sending of a reply if the tool hasn't seen the question before. But I'm off drinking with the guys now. im already late. Anyways, the problem will fix itself, once the tool knows all questions, which will be soonish I hope. Cheers, -Andrin On Fri, Feb 10, 2012 at 5:40 PM, Andreas <[email protected]> wrote: > andrin this looks and sounds amazing! thx > > On Feb 10, 2012, at 10:48 AM, Andrin von Rechenberg wrote: > > Oh one more thing: You are on the bleeding edge if you subscribe. There > are no unittests. > > I'm adding in-reply-to & references headers now. > However in AppEngine I dont know the Message-ID, so I'm just going to use > the > stackoverflow id. Will that help? Does anyone know? > > On Fri, Feb 10, 2012 at 4:46 PM, Andrin von Rechenberg <[email protected] > > wrote: > >> Hey guys >> >> *Short version:* >> Problem solved, just subscribe to: >> [email protected] >> You will receive every new question & answer in your favorite email >> client. >> >> *Long version:* >> I like stackoverflow when I'm googling, but I prefer gmail in my workflow >> for being part of the community. >> >> So I spent the afternoon hacking a tool together that crawls the rss feeds >> of StackOverflow every 5 minutes and checks whats new and mails it out. >> This could be done for any StackOverflow tag, I built a generic tool: >> http://stack-over-mail.appspot.com >> >> Of course it runs on AppEngine. >> >> It's running on free quota, so until someone sponsors it, please dont >> subscribe to super heavy tags like "java"... >> >> I'll open-source the source code soonish. >> >> Cheers, >> -Andrin >> >> >> On Fri, Feb 10, 2012 at 12:14 PM, MLTrim <[email protected]>wrote: >> >>> I'm a Stack Overflow user and I really appreciate this move; thank you >>> for this. >>> For the reluctant of this change, fiddle with Stack Overflow for a >>> couple of weeks and you'll be addicted. >>> Michele >>> [Systempuntoout] >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine?hl=en. >>> >>> >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
