Hi all,
today I met this problem:
Content-Transfer-Encoding: base64
Content-Type: text/plain; charset="UTF-8";
name*="UTF-8''Rendel%C3%A9sek da Vincire legfrissebb.xls";
Content-Disposition: attachment;
filename*="UTF-8''Rendel%C3%A9sek da Vincire legfrissebb.xls";
Do you know about this one?
There was a conversation about MIME problems around september.
Thomas Bruederli mentioned switching to SwiftMail in this conversation,
and also earlier when there were problems about SMTP handling.
Do you plan to switch to SwiftMail or did anybody take a deep look into it?
Bye,
Balazs
_______________________________________________
List info: http://lists.roundcube.net/dev/
I try to use database-attachment-backend from
http://trac.roundcube.net/ticket/1485231, It's very useful patch,
please include this patch in develop trunk
I test it about 2 month, It's OK and useful with load balance.
--
Sincerely,
Nantharat Puwarang
Sansez [at] Gmail [dot] com
LPIC-1 : Linux Professional Institute Certified
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Iam looking for a Developer that can help our company to integrate
RoundCube to work with our CRM, we do not have a problem to link back to
the project or pay for it,
The areas tu integrate are:
1) User Autentication
2) From an Email a Case, Opportunity, Lead or Task can be created from
the email.
The CRM is in PHP/MySQL.
Thanks for the reply,
--
--------------------------
Moises D. Vega
ELCONIX INC.
<Integrando Su Negocio>
mvega(a)elconix.com
+507 202-6981
+507 66731192
Aplicaciones de Negocios
www.elconix.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey guys,
I'm not sure if this is the best way to provide this option, but I run a
server with a broken TLS, and Roundcube doesn't give a disable option.
The attached patch implements this on .2-stable.
It's possible misbehaving TLS could also be the cause of Ticket
#1485659 . I had gotten the same error initially.
Rick
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/DD/ShH5vZj1/tls.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Sorry for the delay, been busy lately :D
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/db/XCM7F5Sx/mk-MK.rar
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Chris Moules wrote:
> I think this might be related to something that we saw/fixed in our
> development tree. This was after merging plugin-api with trunk however.
>
> We noticed this when testing the plug-ins, noticeably the 'markasjunk'
> plug-in.
> - $rcmail->output->command('display_message',
> $this->gettext('reportedasjunk'), 'confirmation');
thx, this form works for me
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
I'm working on simple password change plugin using plagin-api branch. It
adds Settings -> Password tab. For now I have only two issues (lack of
features):
1. not translated messages when using show_message()
$rcmail->output->show_message('passwordincorrect', 'error');
2. not working set_pagetitle()
$rcmail->output->set_pagetitle($this->gettext('changepasswd'));
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I have been using RoundCube Webmail for about 6 months and like the
simplicity and ease of use. There is one thing missing, or at least I
can't find it, and that is the ability to set up a mailing list. For
example, I would like to add about 1/2 of my Address Book into a group
named Men. Then, when I wanted to email all the men in that group, I
simply select the group name "Men" and it will load all the addresses in
this
group.
Another option is to have 3 columns of check boxes to the left of the names
in the address book. Then I could scroll down and check the names to send
the group email too and they will all migrate into the email as Recipient,
CC or BCC.
Most email accounts have these types of options and since this is my work
email, it would help me to have these types of options available. Have you
considered adding them to RoundCube? Would it be possible to update
RoundCube to include these options?
Thank you in advance for your consideration.
--
Sincerely,
Marvin Peck
Certified Canine Training
and Behavior Specialist
APDT and IACP Member
Office 757-689-2126
Cell 757-270-4696
www.westlakekennels.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Tue, Feb 17, 2009 at 6:47 PM, Balazs Horvath
<balazs.horvath(a)weboor.net> wrote:
>
>
> till, 09.01.13 19:12:
>
> On Tue, Jan 13, 2009 at 7:00 PM, Balazs Horvath
> <balazs.horvath(a)weboor.net> wrote:
>
>
> Hi all,
>
> today I met this problem:
>
> Content-Transfer-Encoding: base64
> Content-Type: text/plain; charset="UTF-8";
> name*="UTF-8''Rendel%C3%A9sek da Vincire legfrissebb.xls";
> Content-Disposition: attachment;
> filename*="UTF-8''Rendel%C3%A9sek da Vincire legfrissebb.xls";
>
> Do you know about this one?
>
> There was a conversation about MIME problems around september.
> Thomas Bruederli mentioned switching to SwiftMail in this conversation,
> and also earlier when there were problems about SMTP handling.
>
> Do you plan to switch to SwiftMail or did anybody take a deep look into it?
>
>
> Bye,
> Balazs
>
>
> I'd rather not. ;-)
>
> Do you know if you are using the fileinfo extension to "guess" the
> mimetype? Like, is it installed on your server (check in phpinfo()).
> Also, can you double-check the message source and let us know what the
> attachment is sent with?
>
> Till
>
>
>
> Thanks Till!
> It took quite long but I convinced the sysadmin to install fileinfo. This
> solved
> the problem. I think this info should be included in the INSTALL file just
> after
> - libiconv (recommended)
> - fileinfo (recommended)
>
> I double checked the message source and it was sent with "text/plain"
>
> Balazs
>
Balazs,
I'm glad it's working for you. I'm CC'ing the list, so others can use
this solution as well.
RE: libiconv -- it should be enabled in most PHP installs nowadays.
I'm gonna see about our installer and the docs. :-)
Thank you,
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/