Author Topic: How to handle junk / spam emails  (Read 2584 times)

hamen

  • Newbie
  • *
  • Posts: 12
    • View Profile
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

hamen

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: How to handle junk / spam emails
« Reply #1 on: November 21, 2009, 09:21:17 am »
Up

seraphim

  • Freshman
  • *
  • Posts: 15
    • View Profile
Re: How to handle junk / spam emails
« Reply #2 on: December 24, 2009, 07:40:56 am »
bump

You may find these Mails via phpMyAdmin with this query:

Code: [Select]
SELECT *
FROM `og_mail_contents`
WHERE og_mail_contents.from LIKE "yourmail@yourdomain.com"
  AND og_mail_contents.state = 4
ORDER BY `og_mail_contents`.`id`

Change the state from 4 to 0 and and find it in your inbox.

Nevertheless, I hope some developer will integrate a feature into OpenGoo/Feng Office.

spectra

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: How to handle junk / spam emails
« Reply #3 on: December 29, 2009, 01:49:52 pm »
I think the issue is simply to make the email environment behave like a normal one. In most email client programs, you can go into the Junk folder and at least move the message from there to the InBox. I think that is the simple fix.

We have no way of moving emails from folder to folder. That is a basic email thing.

What say you?
Spectra - OG Wanna Be | Down since 1.5.3 | Steady rollin with 1.6

brendonhatcher

  • Freshman
  • *
  • Posts: 38
    • View Profile
    • Email
Re: How to handle junk / spam emails
« Reply #4 on: February 07, 2010, 07:01:39 pm »
Hi

Go to Junk folder
Click on the subject of the email
In the Actions panel, click on More
Then click on Not spam

The message returns to the inbox.

However, I have no idea if this affects future spam classifications.

Regards
Brendon