Problem with popfetcher

Creating and modifying plugins.
Post Reply
commanderx
Regular
Posts: 59
Joined: Mon Apr 18, 2005 8:18 am
Contact:

Problem with popfetcher

Post by commanderx »

Hi,
i just upgrade to popfetcher 1.1
When i send a Mail with Thunderbird and an Image attached, its processed fine. New Blog entry with Picture etc...
When i send a MMS from my SE T630 (Provider o2), theres only the Title of the Mail...nothing else.

Any Idea whats wrong?

Should i post a Mail from the Mobile with all Headers etc?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem with popfetcher

Post by garvinhicking »

Please post that mail with all headers, yes. I am quite sure it's a malformed mail that could not be parsed.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
commanderx
Regular
Posts: 59
Joined: Mon Apr 18, 2005 8:18 am
Contact:

Post by commanderx »

garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Thanks a lot, the issue has been fixed in a new popfetcher 1.03 version!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
commanderx
Regular
Posts: 59
Joined: Mon Apr 18, 2005 8:18 am
Contact:

Post by commanderx »

Thanks, again :)
commanderx
Regular
Posts: 59
Joined: Mon Apr 18, 2005 8:18 am
Contact:

Post by commanderx »

o2 answered on my mail where i asked if they can strip this unnecesary sh*t from there mms.
You know, the parts with the logo, the 'you can answer to 12344 within XX days' part etc.
They say its not possible to remove this.
But my mobile has an eMail Client on board which sends nearly :) compatible Mails.
So i will use this one for mobile blogging...

Thanks again for your effort on the popfetcher plugin.
tina
Regular
Posts: 7
Joined: Sun Jul 10, 2005 4:27 am

popFetcher question

Post by tina »

I am fairly new to s9y and I normally will try to search for documentation or answers before I ask a question. I'm having a little bit of trouble finding much direction on some of the plugins. If someone could point me in the right direction, I would be most thankful.

I do have a very specific question about popFetcher. I've installed it and it seems to work great so far. However I can't seem to figure out what determines who is listed as the author. We are just testing right now and have a couple of different author accounts on the blog. But so far any emails that are sent to the address we configured, when they are posted to the blog it always shows me as the author.

I tried changing the permissions on the plug in so that instead of "All Authors" I chose one of the other authors thinking it would make the posts show her as the author, but it still showed me. I am also wondering if maybe the permissions thing is not working correct, because when I made that change and clicked save, when I went back to the plug in configuration page, the drop down reverted back to "All Authors".

Maybe I just haven't worked with the software enough yet and things are not clicking for me in how things work.

Thanks,

Tina
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: popFetcher question

Post by garvinhicking »

Tina, in fact your problem was more a feature request. :)

The plugin saved every entry with the current logged in authorid (if called from the admin backend) of the user that clicks on the fetchmail link.

I have just committed a change to the plugin version 1.04 that will now let you configure the author that entries get assigned to.

I hope that helps! The update should be available within the next 24 hours.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
tina
Regular
Posts: 7
Joined: Sun Jul 10, 2005 4:27 am

Post by tina »

Wow, thank you so much!
Sven
Regular
Posts: 14
Joined: Sat Sep 10, 2005 12:29 am

Problems with Moderation

Post by Sven »

Hi,

I just installed s9y and the POPFetcher-Plugin.
It's great but I have on problem:
For the new entries sent via POPFetcher moderation for comments is activated. In the general options moderation is disabled.

Is this a config-problem or perhaps a bug?

Thanks and greetings,

Sven
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problems with Moderation

Post by garvinhicking »

The plugin, developed by Jason Levitt, currently does not contain an option field for choosing whether to moderate comments.

However the setting is accessible in the plugin file. Just edit serendipity_event_popfetcher.php, at the top of the file locate:

Code: Select all

define('DEFAULT_MODERATE', 'true');     // True if comments are moderated by admin
and switch that to

Code: Select all

define('DEFAULT_MODERATE', false);     // True if comments are moderated by admin
That should do the trick until the plugin author makes that configurable ;)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Sven
Regular
Posts: 14
Joined: Sat Sep 10, 2005 12:29 am

Re: Problems with Moderation

Post by Sven »

garvinhicking wrote:That should do the trick until the plugin author makes that configurable ;)
Many thanks! It works great now!
Post Reply