Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hamen

Pages: [1]
1
Older versions / Re: Url parsing
« on: December 08, 2009, 05:40:44 pm »
That solved the issue. Nice work ;)
hamen

2
Older versions / Url parsing
« on: December 07, 2009, 07:50:50 pm »
Opengoo 1.6b2

If an email contains an url like:

Code: [Select]
http://something.com/user/+post/12345
Opengoo breaks url at .../user/ . It loses everything after "+" symbol.
I know it can seem a weird url, but it's common on launchpad.net.
hamen

3
Feature requests / Re: Sorting and Deleting Tags
« on: December 02, 2009, 12:43:28 pm »
Maybe the tag is on a trashed object,

My exact problem! Solved by checking trash and deleting those objects :D
Thank you!
hamen

4
Older versions / Re: Cannot get emails autochecked
« on: December 02, 2009, 12:32:33 pm »
Oh OK  ;)
It was just a misunderstanding :)
I thought Email feature was like Gmail, i.e. UI pushes mails to you after server pulled them from pop3.
No bad. I'll keep on clicking "Check mail", waiting for new goodies :)
Thanks,
hamen

5
Older versions / Re: Cannot get emails autochecked
« on: December 02, 2009, 11:18:24 am »
For instance, this notification has been sent at 13.21. I clicked "Check mail" right now and opengoo showed me this new mail.
I noticed if I change workspaces, moving around in tasks, notes... then calendar... when I come back to mail it shows new unread mail.
I'm wondering if it actually fetches them, but simply does not show them.
Anyway I'm getting confortable at clicking "Check mail" button. I pressed it so many time, I do it "automatically" now... -_-'
hamen

6
Older versions / Re: Cannot get emails autochecked
« on: December 02, 2009, 06:01:09 am »
Code: [Select]
2009-12-02 08:59:01 - Checking email...
2009-12-02 08:59:05 - 0 emails fetched.

has been printed.
What now? :-/
hamen

7
Feature requests / Re: improved E-Mail Features
« on: November 24, 2009, 06:16:25 pm »
+1 GnuPG support

8
Older versions / Re: Cannot get emails autochecked
« on: November 24, 2009, 06:02:15 pm »
Everything looks fine :-/ but it still does not work.
hamen

9
How To's / Re: How to handle junk / spam emails
« on: November 21, 2009, 09:21:17 am »
Up

10
Older versions / Re: Cannot get emails autochecked
« on: November 21, 2009, 09:20:23 am »
Code: [Select]
wget -q -O - http://127.0.0.1/opengoo/cron.php

I got nothing.

Code: [Select]
php /path/to/opengoo/cron.php

I got nothing.

Code: [Select]
$ tail -f /var/log/syslog
Nov 21 13:16:01 seth /USR/SBIN/CRON[21926]: (root) CMD (/usr/bin/php5 /var/www/opengoo/cron.php)
Any idea?

11
How To's / How to handle junk / spam emails
« on: November 08, 2009, 11:16:18 am »
Hi,
I'm trying to understand how I can mark unwanted mails in my Inbox folder as spam and how I can mark good mails in Junk folder as NOT spam.
Is there a way? Opengoo keeps on considering Gmail mails as Junk and I cannot move them to Inbox folder.
Any idea? Thanks,
hamen

12
Older versions / Cannot get emails autochecked
« on: November 07, 2009, 11:01:46 am »
Hi, I'm using 1.6b2.
My crontab setup is:
Code: [Select]
*/1 * * * * /usr/bin/wget -q http://127.0.0.1/opengoo/cron.php
/var/log/syslog says:
Code: [Select]
/USR/SBIN/CRON[26383]: (root) CMD (/usr/bin/wget -q http://127.0.0.1/opengoo/cron.php)
My emails never update. POP3 link woks. If I manually click "Check mails", Opengoo fetches mail and put them in Inbox.
I activated debug in config.php. In /var/www/opengoo/cache/log.php I have:
Code: [Select]
Session "default" started at 2009-11-07T13:48:33+0000
#1 ERROR: Error: Undefined variable: option in '/var/www/opengoo/application/functions.php' on line 454 (error code: 8)
Time since start: 0.163540840149 seconds

Any idea about automatic check problem?
Thanks,
hamen

Pages: [1]