Search found 638 matches

by Kirill
11 Jan 2008, 19:07
Forum: Help
Topic: Mail subject in utf8
Replies: 6
Views: 5847

Re: Mail subject in utf8

:( Ok.
by Kirill
11 Jan 2008, 18:39
Forum: Help
Topic: Mail subject in utf8
Replies: 6
Views: 5847

Re: Mail subject in utf8

deboutv wrote:In that case the email will not be compliant with the RFC...
Why? Message line have char-limit?
by Kirill
11 Jan 2008, 17:26
Forum: Help
Topic: Mail subject in utf8
Replies: 6
Views: 5847

Re: Mail subject in utf8

deboutv wrote:The email is correct. Report the bug to Evolution ;)
I think so. But may be can set or change phpmailer for concate all parts of subj in one line?

deboutv, thank you for your plugins. Very usefull.
by Kirill
11 Jan 2008, 15:26
Forum: Help
Topic: Mail subject in utf8
Replies: 6
Views: 5847

Mail subject in utf8

For example i have this

Code: Select all

Subject: =?utf-8?B?WzHQoSDQn9GA0L7QtNGD0LrRgtGLIDAwMDA0NzBdOiDQn9GA0LjQvNC10YfQ?=
 =?utf-8?B?sNC90LjRjyDQtNC70Y8g0J/Qu9C+0YLQvdC+0YHRgtGMINCi0J4g0Lgg0JLQ?=
 =?utf-8?B?nCAo0LrQsNGA0YLQutC+KQ==?=
Mailer, like Thunderbird, Evolution no corectly show mailer subject.
by Kirill
11 Jan 2008, 12:02
Forum: Help
Topic: sort developer by full name
Replies: 0
Views: 1823

sort developer by full name

How I can set, that order will be on Full Name? At now in combo sorting by login name.
by Kirill
11 Jan 2008, 11:57
Forum: Help
Topic: Can't connect to MS SQL Server
Replies: 2
Views: 3859

Re: Can't connect to MS SQL Server

may be must set db owner for this user for this db?
by Kirill
10 Jan 2008, 07:55
Forum: Help
Topic: Help Me
Replies: 5
Views: 4020

Re: Help Me

no other :(
by Kirill
09 Jan 2008, 10:34
Forum: Help
Topic: Help Me
Replies: 5
Views: 4020

Re: Help Me

In Mantis not realised clear issue history.
You can clear in table %prefix%_bug_history_table delete with this line

Code: Select all

delete from %prefix%_bug_history_table where bug_id = %bug_id_number%
you must replace %prefix% and %bug_id_number% with your value.
by Kirill
09 Jan 2008, 10:10
Forum: Help
Topic: Getting SPAM using notes
Replies: 1
Views: 2281

Re: Getting SPAM using notes

May be set access only for registred users?
by Kirill
09 Jan 2008, 09:55
Forum: Help
Topic: apache crashes with mantis
Replies: 2
Views: 3191

Re: apache crashes with mantis

Try reinstall xampp.
I have xampp - all work perfect.
by Kirill
09 Jan 2008, 09:53
Forum: Help
Topic: I got a problem with mantis on sending mail automatic!
Replies: 1
Views: 2460

Re: I got a problem with mantis on sending mail automatic!

$g_phpMailer_method = 2; // this smtp method used
$g_smtp_host = 'xxx.xxx.com';
$g_smtp_username = 'myaccount';
$g_smtp_password = 'mypassword';
and

$g_from_email = 'myaccount@xxx.xxx.com';
$g_return_path_email = 'myaccount@xxx.xxx.com';
by Kirill
09 Jan 2008, 09:50
Forum: Help
Topic: Migration > 1.1.0
Replies: 1
Views: 2479

Re: Migration > 1.1.0

You must create backup db.
Restore to server2.
And upgrade with upgrade.php to 1.1.0
by Kirill
29 Dec 2007, 16:24
Forum: Customizations
Topic: NewYear or Christmas
Replies: 2
Views: 3629

Re: NewYear or Christmas

vboctor, thank you very much!!!
by Kirill
26 Dec 2007, 21:08
Forum: Help
Topic: Mantis installation
Replies: 1
Views: 6778

Re: Mantis installation

If yor have one account, for example admin/pass, which have permition to modify database, you must input this in first fields. If you have two accounts, one of this don't have permition (admin/pass), and second (root/morepass) with permition, you must input admin/pass in first fields, and root/rootp...
by Kirill
26 Dec 2007, 11:27
Forum: General Discussion
Topic: Can't create new Users
Replies: 1
Views: 2996

Re: Can't create new Users

You must config mail-function in file config.php

Code: Select all

 $g_phpMailer_method   = 2; //smtp-mail
 $g_smtp_host      = 'smtp.email.com';
 $g_smtp_username = 'username';
 $g_smtp_password = 'password';