Google Groups Home
Help | Sign in
Any documentation for mailhook?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
phillipsic@gmail.com  
View profile
 More options Jan 3 2007, 10:10 am
From: "phillip...@gmail.com" <phillip...@gmail.com>
Date: Wed, 03 Jan 2007 15:10:55 -0000
Local: Wed, Jan 3 2007 10:10 am
Subject: Any documentation for mailhook?
I am not quite sure what to URL to enter??  An example would be very
nice.

Thanks

Ian


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Lindsay  
View profile
 More options Jan 3 2007, 1:37 pm
From: "Jeff Lindsay" <progr...@gmail.com>
Date: Wed, 3 Jan 2007 10:37:52 -0800
Local: Wed, Jan 3 2007 1:37 pm
Subject: Re: Any documentation for mailhook?
A URL to your application or script that will handle incoming mail (as
if it were a form post).

On 1/3/07, phillip...@gmail.com <phillip...@gmail.com> wrote:

> I am not quite sure what to URL to enter??  An example would be very
> nice.

> Thanks

> Ian

--
Jeff Lindsay
http://devjavu.com  -- Free Trac and Subversion
http://blogrium.com -- A blog about things

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Phillips  
View profile
 More options Jan 4 2007, 2:45 am
From: "Ian Phillips" <phillip...@gmail.com>
Date: Thu, 4 Jan 2007 08:45:29 +0100
Local: Thurs, Jan 4 2007 2:45 am
Subject: Re: Any documentation for mailhook?

Hi Jeff.

So could I use this to email tickets into trac?

Thanks

Ian

On 1/3/07, Jeff Lindsay <progr...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Lindsay  
View profile
 More options Jan 4 2007, 12:25 pm
From: "Jeff Lindsay" <progr...@gmail.com>
Date: Thu, 4 Jan 2007 09:25:27 -0800
Local: Thurs, Jan 4 2007 12:25 pm
Subject: Re: Any documentation for mailhook?
Yes, among many other things. : )

-jeff

On 1/3/07, Ian Phillips <phillip...@gmail.com> wrote:

--
Jeff Lindsay
http://devjavu.com  -- Free Trac and Subversion
http://blogrium.com -- A blog about things

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Mailhook Wordpress Integration" by Brian Johnson
Brian Johnson  
View profile
 More options Jan 5 2007, 1:20 pm
From: Brian Johnson <br...@dogtoe.com>
Date: Fri, 05 Jan 2007 10:20:05 -0800
Local: Fri, Jan 5 2007 1:20 pm
Subject: Mailhook Wordpress Integration
I decided to start a Mailhook Wordpress script. This script will allow
you to post (rather quickly and bare-bones-like) from any email client.

It's a bit primitive at the moment, but it works nonetheless. There are
some additional issues, like posting with Yahoo which append
advertisements to the bottom of your messages. These currently show up
when you post, however, future versions of the script will remove these.

Simply place the following script in your main wordpress directory (in
the same directory as wp-config.php).

        http://dogtoe.com/weblog/wp-mailhook.txt

Then go to mailhook.org to create a new url and point it to
http://yoursite.com/wordpress/wp-mailhook.php.

There are some additional instructions inside the file itself that you
should read before using it.

- Brian


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Johnson  
View profile
 More options Jan 5 2007, 1:22 pm
From: Brian Johnson <br...@dogtoe.com>
Date: Fri, 05 Jan 2007 10:22:08 -0800
Local: Fri, Jan 5 2007 1:22 pm
Subject: Re: Mailhook Wordpress Integration
Ugh! Why the fuck did Google Groups place this as part of the "Any
documentation for mailhook?" thread?

- Brian


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julian Snitow  
View profile
 More options Jan 5 2007, 4:18 pm
From: "Julian Snitow" <jsni...@gmail.com>
Date: Fri, 5 Jan 2007 13:18:47 -0800
Local: Fri, Jan 5 2007 4:18 pm
Subject: Re: Mailhook Wordpress Integration
On 1/5/07, Brian Johnson <br...@dogtoe.com> wrote:

> I decided to start a Mailhook Wordpress script. This script will allow
> you to post (rather quickly and bare-bones-like) from any email client.

> It's a bit primitive at the moment, but it works nonetheless. There are
> some additional issues, like posting with Yahoo which append
> advertisements to the bottom of your messages. These currently show up
> when you post, however, future versions of the script will remove these.

You could have an optional message-terminating string (perhaps
user-configurable), that would cause the script to disregard
everything after it (including sigs and webmail advertisements).

Julian


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rowan Nairn  
View profile
 More options Jan 18 2007, 2:16 pm
From: "Rowan Nairn" <rna...@gmail.com>
Date: Thu, 18 Jan 2007 19:16:16 -0000
Local: Thurs, Jan 18 2007 2:16 pm
Subject: Re: Mailhook Wordpress Integration

On Jan 5, 1:18 pm, "Julian Snitow" <jsni...@gmail.com> wrote:

> On 1/5/07, Brian Johnson <b...@dogtoe.com> wrote:
> > It's a bit primitive at the moment, but it works nonetheless. There are
> > some additional issues, like posting with Yahoo which append
> > advertisements to the bottom of your messages. These currently show up
> > when you post, however, future versions of the script will remove these.You could have an optional message-terminating string (perhaps
> user-configurable), that would cause the script to disregard
> everything after it (including sigs and webmail advertisements).

Mailhook should do this - remove yahoo ads, extra images that t-mobile
puts in when you send from your phone, etc.  Mailhook should be a
constantly updated, opensouce service for stripping this crap.  That
would make it one of the most useful services on the web.

First move would be to make a place where people can post examples of
the mails that need to be stripped and maybe patterns for finding the
real body of the mail.

Rowan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Lindsay  
View profile
 More options Jan 18 2007, 4:58 pm
From: "Jeff Lindsay" <progr...@gmail.com>
Date: Thu, 18 Jan 2007 13:58:59 -0800
Local: Thurs, Jan 18 2007 4:58 pm
Subject: Re: Mailhook Wordpress Integration
There's a wiki up at http://mailhook.devjavu.com where we can start  doing this.

-jeff

On 1/18/07, Rowan Nairn <rna...@gmail.com> wrote:

--
Jeff Lindsay
http://devjavu.com  -- Free Trac and Subversion
http://blogrium.com -- A blog about things

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google