view lisp/sb-mail.xpm @ 59098:a6e330cd3745

mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5 in upper case. Reported by Wojciech Polak <polak@gnu.org> and tiny patch from Sergey Poznyakoff.
author Simon Josefsson <jas@extundo.com>
date Mon, 27 Dec 2004 11:30:04 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_mail_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
" .................. ",
".++++++++++++++++++@",
".++##############++@",
".+#++##########++#+@",
".+###++######++###+@",
".+#####++##++#####+@",
".+#######++#######+@",
".+################+@",
".+####+######+####+@",
".+################+@",
".+##+##########+##+@",
".+################+@",
".++##############++@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};