9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ever growing mail
@ 2002-11-15 22:00 presotto
  2002-11-18 14:16 ` paurea
  0 siblings, 1 reply; 2+ messages in thread
From: presotto @ 2002-11-15 22:00 UTC (permalink / raw)
  To: 9fans

I've moved to sources paurea@gsyc.escet.urjc.es's changes to imap4d.
I went through the code and changed ALL responses to upper case.  I
also documented the challenge-response option in /sys/man/8/pop3.

I also moved dan cross's ESMTP changes to sources.  Smtpd
now allows a new authentiation option, PLAIN authentication.  Smtp
encorporates both that change and a change to start TLS on the
connection.  /sys/man/8/smtp reflects the new options.

Tell me if these break anything.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] ever growing mail
  2002-11-15 22:00 [9fans] ever growing mail presotto
@ 2002-11-18 14:16 ` paurea
  0 siblings, 0 replies; 2+ messages in thread
From: paurea @ 2002-11-18 14:16 UTC (permalink / raw)
  To: 9fans

presotto@plan9.bell-labs.com writes:
 > From: presotto@plan9.bell-labs.com
 > Subject: [9fans] ever growing mail
 > Date: Fri, 15 Nov 2002 17:00:38 -0500
 >
 > I've moved to sources paurea@gsyc.escet.urjc.es's changes to imap4d.
 > I went through the code and changed ALL responses to upper case.  I
 > also documented the challenge-response option in /sys/man/8/pop3.

You forgot to change the fetch.c:

diff ./fetch.c /n/dump/2002/1118/sys/src/cmd/ip/imap4d/fetch.c

109c109
< 	Bprint(&bout, "* %lud FETCH (", m->seq);
---
> 	Bprint(&bout, "* %lud fetch (", m->seq);
144c144
< 			Bprint(&bout, "%sRFC822.SIZE %lud", sep, msgSize(m));
---
> 			Bprint(&bout, "%srfc822.size %lud", sep, msgSize(m));
148c148
< 			Bprint(&bout, "%sRFC822", sep);
---
> 			Bprint(&bout, "%srfc822", sep);

--
                 Saludos,
                         Gorka

"Curiosity sKilled the cat"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-18 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-15 22:00 [9fans] ever growing mail presotto
2002-11-18 14:16 ` paurea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).