Eric Kiel | 2 Oct 2006 21:27
Picon

Auto Login by url

Is it possible to auto login to Nocc with a url that has the userid and password in the url?

--
Eric Kiel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nocc-discuss mailing list
Nocc-discuss <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nocc-discuss
Arnaud Boudou | 4 Oct 2006 20:09

Re: Auto Login by url

Eric Kiel wrote:
> Is it possible to auto login to Nocc with a url that has the userid and 
> password in the url?
> 

You may use the RSS url, then replace "rss.php" by "action.php"

Regards
--

-- 
Arnaud Boudou

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Peter Krom | 11 Oct 2006 12:59
Picon

newbie: Subject field not correct (see headers)


----- Original Message ----- 
From: "Peter Krom" <peter <at> krommetje.nl>
To: <nocc-discuss <at> lists.sourceforge.net>
Sent: Wednesday, October 11, 2006 12:50 PM
Subject: newbie: Subject field not correct (see headers)

> Received: from a238060.upc-a.chello.nl (EHLO localhost) [62.163.238.60]
> by smtp.krommetje.nl (192.168.1.15)
> with SMTP (Hamster-Fr 2.0.2.8) ; Mon, 09 Oct 2006 14:22:16 +0200
> User-Agent: NOCC <http://nocc.sourceforge.net/> Hamster-Fr/2.0.2.8(handled
> by mailrelay.krommetje.nl)
> To: <MUNGED>
> Subject: =?UTF-8?B?dGVzdCBub2Nj?=
> From: <MUNGED>
> Date: Mon, 09 Oct 2006 14:22:16 +0200
> Reply-To: <MUNGED>
> Errors-To: <MUNGED>
> X-Priority: 3 (Normal)
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="UTF-8"
> Content-Transfer-Encoding: 8bit
> Lines: 6
> Message-ID: <egdluo.30k.1 <at> krommetje.nl>
>
> test nocc
>
> ___________________________________
> NOCC, http://nocc.sourceforge.net
>
>
> Look at the subject field, it is coded into B64 and thus killed by my
> mailserver and not routed out.. How can I stop this behaviour?
>

---
avast! Antivirus: Uitgaande bericht is niet besmet.
Virus Gegevensbestand (VPS): 0641-2, 2006-10-10
Getest op: 2006-10-11 12:59:30
avast! auteursrecht (c) 1988-2006 ALWIL Software.
http://www.avast.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Arnaud Boudou | 11 Oct 2006 13:11

Re: newbie: Subject field not correct (see headers)

Peter Krom wrote:
>> To: <MUNGED>
>> Subject: =?UTF-8?B?dGVzdCBub2Nj?=
>> From: <MUNGED>
>>
>> Look at the subject field, it is coded into B64 and thus killed by my
>> mailserver and not routed out.. How can I stop this behaviour?
>>

Open send.php then modify line 126 :

replace

$mail->subject = '=?'.$charset.'?B?' . base64_encode($mail_subject) . '?=';

with

$mail->subject = $mail_subject;

But be careful, as Nocc works with UTF-8 charset, and a subject header 
may only contains characters in the ASCII range, subjects with direct 
UTF-8 characters may be wrongly displayed by some mail clients.

--

-- 
Arnaud Boudou

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Eric Kiel | 27 Oct 2006 18:23
Picon

Address Book

When I open the address book and add an address, and then close the address book, and then reopen it, is there a way to check what addresses are already in the to: field?

--
Eric Kiel

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nocc-discuss mailing list
Nocc-discuss <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nocc-discuss
Arnaud Boudou | 29 Oct 2006 19:37

Re: Address Book

Eric Kiel wrote:
> When I open the address book and add an address, and then close the 
> address book, and then reopen it, is there a way to check what addresses 
> are already in the to: field?
> 

At the moment, this feature is not implemented into NOCC.

--

-- 
Arnaud Boudou
http://goddess-gate.com/dc2/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane