Re: [RCU] Implementation Details

2010-02-04 Thread Bradlee Landis
On Wed, Feb 3, 2010 at 5:09 PM, chasd wrote: > > Read / unread is handled by the IMAP server, so that those flags > remain as you want them if you access that account from a different > piece of software. If that info was stored in RoundCube, then if you > switched to Thunderbird, all the messages

[RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
Hello, I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail... This MTA work with pop3 and imap clients... We don´t have Webmail I´m testing Roundcube... Well... When I logged in webmail, with a new user, the Box´s don´t create, just INBOX... If I logged with a account th

Re: [RCU] how to

2010-02-04 Thread Claudio Kuenzler
Hi, Not sure if I understand for sure what you mean, but I guess you have problems in Roundcube to see the default IMAP folders except Inbox. You should check the following params in your main.inc.php: --- // display these folders separately in the mailbox list. // these folde

Re: [RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
Look too.. // store draft message is this mailbox // leave blank if draft messages should not be stored $rcmail_config['drafts_mbox'] = 'Rascunhos'; // store spam messages in this mailbox $rcmail_config['junk_mbox'] = 'Spam'; // store sent message is this mailbox // leave blank if sent messages

Re: [RCU] how to

2010-02-04 Thread DUBOURG Kevin
Hello, I have the same problem. Roundcube don't create sub-directory on the logon of new user. Regards, Thu, 4 Feb 2010 13:46:11 -0200, "Diego Gomes - Cecred" wrote: Look too.. // store draft message is this mailbox // leave blank if draft messages should not be stored $rcmail_config['

Re: [RCU] how to

2010-02-04 Thread Claudio Kuenzler
Hi Diego, No, this doesn't double-create the mailfolders in your IMAP-Server (dovecot in this case). It's only a paremeter for Roundcube. I did this myself when I had the same problem with my first installation. I can assure you, the folders weren't touched. cheers, ck ps: When you reply, add al

Re: [RCU] how to

2010-02-04 Thread Claudio Kuenzler
Diego, As you write this: -- $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira'); I want that the name of box come in PT-BR... -- be aware, that here you have to use the name of the actual physical fold

Re: [RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
Ok.. I change the: $rcmail_config['create_default_folders'] = FALSE; to TRUE and $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira'); to English.. But now, the BOX´s appear in English, not PT-BR It´s certain that the box that already exis

Re: [RCU] how to

2010-02-04 Thread Claudio Kuenzler
Diego, Here the relevant params I'm using... and it works fine with English, French and German translation: -- // store draft message is this mailbox // leave blank if draft messages should not be stored $rcmail_config['drafts_mbox'] = 'Drafts'; // store s

Re: [RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
ck Thanks.. I need to go to a meeting now.. I come when pass 2 hours, and I will test.. Thanks anywayy.. Cyaaa - Original Message - From: Claudio Kuenzler To: Diego Gomes - Cecred Cc: Roundcube users Sent: Thursday, February 04, 2010 2:01 PM Subject: Re: [RCU] how to

[RCU] Technicall Assistance

2010-02-04 Thread Jorge Tironi
Dear All, I am trying to inlcude my company digital signature at the end of my email, but there is any feature available in the panel control. The only feature available ask for URL address but I need to paste a JPEG file. Please send me the corresponding procedure Regards Jorge __

Re: [RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
Ok now... But, the folders that already exist, depend of mail client, can be a different names... I guess... When i logged in webmail, its comes with Pt-BR, but in english too... So, I have Enviados and Sent so I need to go to Special Folders and Link to PT-BR names... After this, i need to r