[ic] customize email usertag

Ayayu Infomation desk info@ayayu.com
Mon, 9 Apr 2001 16:08:16 +0900


Thanks Mike and Stefan Hornburg (Racke)

I spent much time but I found the difference between global and
non-global usertag.
I customized email tag which support Jp standard code message and I was
satisfied.
I also think we wil be able to develop on mobile base site with
Interchange using
same localization.

Thank you very much.

Kida Net

----- Original Message -----
From: Mike Heins <mikeh@minivend.com>
To: <interchange-users@lists.akopia.com>
Sent: Sunday, April 08, 2001 12:37 AM
Subject: Re: [ic] customize email usertag


> Quoting Ayayu Infomation desk (info@ayayu.com):
> > I would like to customize email usertag.
> > To use Japanese characters for e-mail subject, I need MIME::Base64
> > encode
> > in email usertag such as perl regular coding as follows.
> >
> > use MIME::Base64();
> > $subject = "JAPANESE CHARACTERS";
> > chomp($subject);
> > $subject = "=?ISO-2022-JP?B?$subject?=";
> >
> > But if I add line below in email usertag, Inertanl sever error
occured.
> >
> > $subject = MIME::Base64::encode($subject);
> >
> > Is it impossible to use external library in usertag?
> > How should I do such a requirement?
> >
>
> It should work as long as it is a Global UserTag.
> Look at the error log and see what the error was.
>
> --
> Red Hat, Inc., 131 Willow Lane, Floor 2, Oxford, OH  45056
> phone +1.513.523.7621 fax 7501 <mheins@redhat.com>
>
> Friends don't let friends use Outlook. -- Bob Blaylock
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>