[BUGS] celeste pop user configuration bug

Ned Konz ned at bike-nomad.com
Wed Feb 12 04:26:05 UTC 2003


On Tuesday 11 February 2003 04:19 pm, shane at shaneroberts.com wrote:
> Celeste will not let me use:
> shane at shaneroberts.com
>
> as my pop user name.  It always truncates it to "shane".
>
> My ISP (and others) use the full email address as a user name.

Looks like that's on purpose (in Celeste class>>setPopUserName):

	"be kind, if they include the host name here"
	(PopUserName includes: $@) ifTrue: [
		PopUserName _ PopUserName copyFrom: 1 to: (PopUserName indexOf: 
$@)-1 ].


If you just remove that part it should work.
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list