Kaixo (Hi!)!
Here translates to Euskara (Basque)
Thanks
--
Bihar
Gaur da Bihar
Aurreztu papera. E-posta hau inprimatu beharra daukazu?
Ahorra papel. ¿Necesitas imprimir este correo?
Mezu honek eta eranskinek informazio konfidentziala eduki dezakete.
Igorri zaion pertsonari bakarrik zuzendua da. Legeak mezuak daukan
informazioa zabaltzea, kopiatzea edo hirugarren bati helaraztea debekatzen
du.
Internet bidez bidalitako posta elektronikoak ez du konfidentzialtasuna
bermatzen, ezta transmisio zuzena ere.
Este mensaje y sus anexos pueden contener información confidencial y están
exclusivamente dirigidos a sus destinatarios, quedando prohibida su
divulgación, copia o distribución a terceros.
Si ha recibido este mensaje por error, por favor, notifíquelo inmediatamente
al remitente y bórrelo de su sistema.
El correo electrónico vía Internet no permite garantizar ni la
confidencialidad de los mensajes ni su correcta transmisión.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tW/qzgJbtub/labels.inchttp://detached.gigo.com/rc/tW/qzgJbtub/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hallo,
my question is why in RC the display (logging) of Notice-Warnings are
disabled. Okey, Notices are often nothing important, but sometimes they
show some rare problematic cases, which are not an error but a
program-failure. For example: I got those Notices:
[18-Aug-2008 15:23:54] PHP Notice: Undefined offset: 1 in
/var/www/web231/files/site1/webmail/lib/imap.inc on line 630
[18-Aug-2008 15:23:54] PHP Notice: Undefined index: in
/var/www/web231/files/site1/webmail/lib/imap.inc on line 631
[18-Aug-2008 15:23:54] PHP Notice: Undefined offset: 2 in
/var/www/web231/files/site1/webmail/lib/imap.inc on line 633
[18-Aug-2008 15:23:54] PHP Notice: Undefined offset: 3 in
/var/www/web231/files/site1/webmail/lib/imap.inc on line 634
[18-Aug-2008 15:23:54] PHP Notice: Undefined offset: 4 in
/var/www/web231/files/site1/webmail/lib/imap.inc on line 635
[18-Aug-2008 15:23:54] PHP Notice: Undefined offset: 1 in
/var/www/web231/files/site1/webmail/lib/imap.inc on line 639
[18-Aug-2008 15:23:54] PHP Notice: Undefined offset: 2 in
/var/www/web231/files/site1/webmail/lib/imap.inc on line 640
I have to say, that i use RC-0.1 stable. This warning are from the
Function "iil_StrToTime" and all undefined offsets point to the variable
$a. Since this notice is logged in a working environment (so this happen
to some of the user, who used RC) i can't reproduce the problem. But
there must be a case where the Time-String is not right so this function
does work right on it. When does it happen?
I had several other problematic cases which i could repair by myself, so
my suggestion is to enable also the Notice-Warnings. What do you think
about this?
_______________________________________________
List info: http://lists.roundcube.net/dev/
When checking for new messages RoundCube displays a loading message. This
feedback is useful when the user has click the "Check for new message"
button, but it is also displayed when RoundCube automatically checks for
new mail. I think RoundCube should only display the message when the user
has manually initiated a check.
What do others think about this behavior?
I've created a feature request, and submitted a patch:
http://trac.roundcube.net/ticket/1485276
thanks
-kris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/N7/k9ZkERfB/UTF-8_27_27idle_ch.pat
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I developed a low cost authentication usb dongle (the swekey).
I want to add swekey support to roundcube so user's will be able to
authenticated using a hardware device.
I'm currently doing the job but I need somebody to validate then
commit my changes.
If some of you are interested please send me your mail address, so I
will be able to send you swekey prototypes.
Regards,
luc
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I'm wondering what the purpose(s) of dblclick_time are as used in
program/js/app.js:this.msglist_select
It seems clear that it will prevent the message preview from loading
while the user is about to hit their second click to open the full
message screen. There is some nice economy there. However, if they
are just single clicking with the intent to see the preview it adds
0.51 seconds before the preview is shown.
Are there other reasons for waiting dblclick_time + 10 after a single
click to show the preview? If not, I'd side with the faster preview
time over the economy of not loading the preview before loading the
whole message.
Thanks,
Ziba
--
Ziba Scott
Web Application Developer
Web/DB Team, Information Technology Central Services
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi devs and list lurkers
After having a hard discussion about the plugin architecture I decided
to start with an implementation which is supposed to be a basis for
more discussion and design decisions. You can fetch it from
https://svn.roundcube.net/branches/devel-api.
I also updated the wiki page to summarize the current state of the
plugin API development: http://trac.roundcube.net/wiki/Plugin_API
Feel free to contribute to that page or to this thread. There's still
a lot of work to be done!
Regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Greetings,
I asked this question some months ago, but haven't noticed any changes.
Question being; will it be possible (in the relatively near future) to _flag_ messages.
ie; important, so that it will have a different color to reflect that flag in the message list view.
Or spam, so that a different color/background-color will reflect (can be assigned) its "flagged" state.
Thank you for all your time and consideration.
--Chris
RC - 2alpha (checked out of SVN on 2008-08-10)
MySQL - 5
PHP - (4 && 5)
Apache - (1 && 2)
.
/////////////////////////////////////////////////////
Service provided by hitOmeter.NET internet messaging!
.
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi all,
today i just stumbled upon a limitation of RDC - if you add way too much
recipient, then a single very long line will be generated. RDC does not
seem to break it at any size, and when the line length exceeds the SMTP
server's configured max. line length, it rejects the message.
Is there a way to make RDC wrap the "To:" (and even possibly the CC, BCC )
headers in a composed message?
RFC 2821 (found on http://www.ietf.org/rfc/rfc2821.txt) says, the max. text
line length is 1k chars, so if i am right, the correct remedy would be to
implement the change in RDC.
What do you think? Have i missed something?
best,
--
Péter
Serial is up, protocol is up --- everything connected!
(c) Anthony Panda www.anthonypanda.com
_______________________________________________
List info: http://lists.roundcube.net/dev/