November 4, 2010

 How to change the default sort behavior

By default Atmail 6 sorts all emails on the UID (received date) of the message to the server.

Some clients prefer to sort emails from the "date" header specified in the email, vs the received time to the mailbox.

To do so edit:

application/modules/mail/controllers/MailController.php
Change:

                if( !isset($this->session->sort) )
{
$this->session->sort = 'UID';
}

To:

                if( !isset($this->session->sort) )
{
$this->session->sort = 'Date';
}

You can also specify the default sort behavior to Subject, From. And remember, you can change the sort order anytime via the 2-pane UI, click the message headers to sort.


Filed under: User Questions, Atmail 6 — info @ 4:00 pm

 

January 1, 2008

 Personal and Global Contacts

How do I make an existing contact from personal to global email contact?

(more...)


Filed under: User Questions — info @ 12:00 pm

 

 MySQL Server not running

[Fri Feb 25 15:29:27 2005] -e: DBI connect('database=atmail;hostname=','root',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

(more...)


Filed under: User Questions — info @ 12:00 pm

 

December 11, 2006

 Blackberry notifications with @Mail

Q: do you have an E-Mail Push Service solution like Blackberry or funambol.com for your Mail Server ? Or do you have an idear how we can deliver this Service with your Mail Server ?

(more...)


Filed under: User Questions — info @ 6:51 pm

 

November 17, 2006

 Revealing or Recovering a User’s Password

Question:

Is it possible to discover a user's password if they have forgotten their password AND their security question?

(more...)


Filed under: User Questions — info @ 7:36 pm

 

June 6, 2005

 Away Messages and Auto-reply

With the @Mail system, is there a way to setup an "email away message" so that anytime somebody sends an email to my account, they get an automatic reply?

(more...)


Filed under: User Questions — info @ 8:33 am