[FIX] Celeste Patches, now with preamble

dsiegel at acm.org dsiegel at acm.org
Mon Jul 5 13:38:49 UTC 2004


Giovanni Giorgi <jj at objectsroot.com> wrote:
> Ok I will incorporate it in the new release as soon as possible (I have
> done a "work-trip" to Rome in the last week ;) and I have zero time to
> hack on Celeste ;))

Great.

> For the "SMTP HELO" issue I have not understood: it is only necessary to
> get a (G)UI for the MailAccount, for configuring it?
> I can incorporate it in the Celeste Preference panel if you like...

I'm not sure I understand your question.

There should be a UI for creating and editting MailAccount
instances (as you've probably realized, being able to switch
between MailAccounts would be a good thing). If that UI
can be integrated into Preferences, that'd work for me.

On the SMTP HELO issue:
a. my ISP requires authentication.
b. after turning authentication on in the MailAccount,
I was able to post, before turning it on, I couldn't.
c. I haven't checked the actual messages being
sent back and forth when the SMTP socket logs in.
d. judging by SMTPClient>login, it doesn't actually
send HELO, but starts by sending 'AUTH LOGIN'.
e. when I implemented this functionality myself
in an earlier version of Celeste, my code had

	self sendCommand: 'EHLO aSqueakSystem'.
	self checkSMTPResponse.
before
	self sendCommand: 'AUTH LOGIN'.

-dms

> dsiegel at acm.org ha scritto in data 05/07/2004 6.13:
> 
> >from preamble:
> >
> >"Change Set:		Celeste Patches
> >Date:			4 July 2004
> >Author:			dms
> >
> >Massively speeds up trimming
> >large token bags. Necessary
> >if you build a spam database
> >from a 330meg email file.
> >
> >Fixes Undeclared in Celeste>messageText
> >"!
> >  
> >
> >------------------------------------------------------------------------
> >
> >
> >  
> >
> 
> 
> -- 
> .............................................................
> Giovanni Giorgi               ObjectWay SpA - Milano
> http://www.objectway.it    via Boltraffio, 7 - 20156 Milano
> .............................................................
> 
> 
> 
> 
> -- 
> La presente comunicazione potrebbe contenere informazioni riservate e/o
> protette
> da segreto professionale ed e' esclusivamente ai destinatari della
> medesima qui indicati. Se avete ricevuto per errore la presente comunicazione,
> siete invitati a segnalarcelo, rispondendo a questo stesso indirizzo di
> e-mail,
> e a cancellare il presente messaggio dal Vostro sistema. E' strettamente
> proibito
> e potrebbe essere fonte di violazione di legge qualsiasi uso, comunicazione,
> copia
> o diffusione dei contenuti di questa comunicazione da parte di chi la abbia
> ricevuta per errore o in violazione degli scopi della presente.
> Il messaggio e' stato analizzato alla ricerca di virus o contenuti pericolosi
> ed
> e' risultato NON infetto.



More information about the Squeak-dev mailing list