Hi,
How do I remove Settings -> Preference and Identities tab?
Best Regards,
Dagia,
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is there a way to not save the attachements of sent mail? Horde IMP has
that option when you compose a message.
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm not a plugin developer, but I'm using the vacation plugin, and it
is giving me this error:
Vacation plugin:
/var/www/html/roundcubemail-0.4-beta/plugins/vacation/extra/squirrelmail_vacation_proxy
is not configured for user "".
Check config.mk in plugins/vacation/extra/vacation_binary.
Please read the INSTALL instructions!
The module is unmaintained as far as I can tell, so I was wondering if
there was a list of changes to the API from release to release. I
didn't see one in trac...
It looks to me like the variable with the username string has changed.
(I'm guessing it was `rcmail::get_instance()->user` before).
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Does anyone have any input on this? If I can't get the SQL upgrade
lines working, is there at least some way to export/import data to a
newer version of the database?
I'm really stuck in a bind here. Thanks!
- John
On 12/8/10 9:10 AM, John May wrote:
> I'm trying to upgrade our 0.3.1 installation to 0.4.2.
>
> When I execute the following SQL upgrade lines, I get the errors that
> follow them:
>
> mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
> mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
>
> The first 2 ALTER TABLE commands work OK, and I've verified all tables
> have been changed to InnoDB. Any ideas on how to get this to work?
>
> Alternately, is there a good way to import data from an existing older
> roundcube MySQL database into a fresh, up-to-date one?
>
> Thanks!
>
> - John
>
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
If you have installed qmail, please advise me?
I just have installed qmail for freebsd. I also new virtual domain test.com on my qmail. But, When I send one mail from dagia(a)test.mn to dagmid_d(a)yahoo.com, the following log created in /var/log/qmail/qmail-send/current.
I have not sent mail to log(a)test.mn which is not created. But my sent mail is duplicate send to nothing mail address which log(a)test.mn. How will I stop duplicate mail to log(a)test.mn?
@400000004d03517f0a23ae24 info msg 7489803: bytes 6904 from <dagia(a)test.mn> qp 97153 uid 1003
@400000004d03517f0a245a04 starting delivery 60: msg 7489803 to local test.mn-log(a)test.mn
@400000004d03517f0a2490b4 status: local 1/10 remote 0/255
@400000004d03517f0a254c34 starting delivery 61: msg 7489803 to remote dagmid_d(a)yahoo.com
@400000004d03517f0a257344 status: local 1/10 remote 1/255
@400000004d03517f0bb37db4 delivery 60: success: did_0+0+1/
@400000004d03517f0bb473cc status: local 0/10 remote 1/255
@400000004d035184176576bc delivery 61: success: 74.6.140.64_accepted_message./Remote_host_said:_250_ok_dirdel/
@400000004d035184176674a4 status: local 0/10 remote 0/255
@400000004d03518417676abc end msg 7489803
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Unfortunately, I'm still on 0.4-beta, so keep that in mind.
When a new message is created, it focuses on the editing field with
HTML composing is enabled, but it works fine for plain text. I assume
there is a setting for TinyMCE somewhere to change this. Is there a
configuration for tinyMCE with this option, or is there a better way
to change this?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On Thu, 9 Dec 2010 17:00:16 -0600, Bradlee Landis
<bradleelandis(a)gmail.com> wrote:
> On Thu, Dec 9, 2010 at 4:56 PM, Kaz Kylheku <kaz(a)kylheku.com> wrote:
>>
>> I'm on 0.4 and don't see this. When creating a new e-mail in HTML mode,
>> the focus is on the Recipient input box where it should be. The tab
>> order is Sender -> Recipient -> Subject -> Body -> Send now -> Cancel.
>
> Maybe I should upgrade. I was needing the vacation plugin to work, and
> it broke when 0.4 final came out.
>
>> Could this be some browser difference? I'm mostly using Firefox 3.6.x.
>> What do you have over there?
>
> I'm using Chrome.
I tried with Chrome 8.0.552.215 on WinXP. The focus goes
to the Recipient when I compose a new e-mail in either HTML
or Plain mode. I also tried whether enabling or disabling
the addition of the signature makes any difference
(it doesn't).
If I start a message in plain text, with the focus on the Recipient
input box, and then use the list box in the bottom right corner
to change to HTML mode, then after the editor mutates itself
to HTML, the focus ends up in the editor. That's the closest
I've come to getting that behavior.
--
Tankan: Memorize Japanese Kanji: http://kylheku.com/tankan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
Do you know if there's a way to have RC remember your username/password and bypass the login screen, even if you closed the session by closing the browser or whatever; until you choose to signoff? Sort of the way Gmail does it or other sites.
I use RC as my primary email client and, while I have my U/P remembered by the browser, I would still prefer it that when I open the browser my email loads up automatically. Of course, this would be a user setting, either with a checkbox on the login screen or through settings.
Is there a plugin for this?
Thanks!
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm trying to upgrade our 0.3.1 installation to 0.4.2.
When I execute the following SQL upgrade lines, I get the errors that
follow them:
mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
The first 2 ALTER TABLE commands work OK, and I've verified all tables
have been changed to InnoDB. Any ideas on how to get this to work?
Alternately, is there a good way to import data from an existing older
roundcube MySQL database into a fresh, up-to-date one?
Thanks!
- John
--
-------------------------------------------------------------------
John May : President http://www.pointinspace.com/
Point In Space Internet Solutions jmay(a)pointinspace.com
Twitter: http://twitter.com/pointinspace/
Facebook: http://www.facebook.com/PointInSpace/
Professional FileMaker Pro, MySQL, PHP & Lasso Hosting
on shared, virtual and hardware dedicated servers
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
My RC use PLAIN mechanism for IMAP athentication. And it use default
(non-SSL) IMAP port 143.
While log in, I captured the information by WireShark then I could see the
usename and password, warped in a HTTP POST.
If I change to use SSL with IMAP,
$rcmail_config['default_host'] = 'ssl://mail.mysite.com';
$rcmail_config['default_port'] = 993;
I still can capture my Username/ Password. So I think the SSL authentication
is just from RC to IMAP server. Not from my PC to RC server.
I know if I'm using HTTPS, the information send from my PC to HTTP server
will be encrypted.
Is there anyway to encrypt the login session from my PC to the RC server,
except using HTTPS? I mean the encryption supported inside RC login page.
Many thanks/ Minh.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e