blob: c04c4e80055de4035539abc0f44105e3ea03b3a5 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 8841 `
go object windows amd64 go1.4.2 X:precisestack
$$
package mail
import log "log"
import ioutil "io/ioutil"
import runtime "runtime"
import time "time"
import bufio "bufio"
import textproto "net/textproto"
import errors "errors"
import io "io"
import unicode "unicode"
import base64 "encoding/base64"
import strconv "strconv"
import strings "strings"
import fmt "fmt"
import bytes "bytes"
type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
func (@"time".l·2 *@"time".Location "esc:0x0") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x1") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName (@"time".name·5 string "esc:0x0", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630B8A000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630B8A000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 0x9C5FFF26ED75Fp-93 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xDF8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xDF8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 0x9299FF347E9E9p-87 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3B9ACA00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3B9ACA00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 0x112E0BE826D695p-82 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x2") Add (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x0") Before (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x0") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x0") Format (@"time".layout·3 string "esc:0x0") (? string)
func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 *@"time".Location "esc:0x2") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x2") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x0") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 @"time".Time "esc:0x0") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xE7791F700 }
func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x0") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x1") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"".Address struct { Name string; Address string }
func (@"".a·2 *@"".Address "esc:0x0") String () (? string)
type @"".Header map[string][]string
func (@"".h·3 @"".Header "esc:0x0") AddressList (@"".key·4 string "esc:0x0") (? []*@"".Address, ? error)
func (@"".h·3 @"".Header "esc:0x0") Date () (? @"time".Time, ? error)
func (@"".h·2 @"".Header "esc:0x0") Get (@"".key·3 string "esc:0x0") (? string)
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"".Message struct { Header @"".Header; Body @"io".Reader }
func @"".ReadMessage (@"".r·3 @"io".Reader) (@"".msg·1 *@"".Message, @"".err·2 error)
var @"".ErrHeaderNotPresent error
func @"".ParseAddress (@"".address·3 string "esc:0x0") (? *@"".Address, ? error)
func @"".ParseAddressList (@"".list·3 string "esc:0x0") (? []*@"".Address, ? error)
func @"".init ()
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
$$
�_go_.6 0 0 0 644 155399 `
go object windows amd64 go1.4.2 X:precisestack
!
��go13ldbufio.abytes.a"encoding/base64.aerrors.a
fmt.aio.aio/ioutil.a
log.anet/textproto.astrconv.astrings.a time.aunicode.a�þ "".debugT.Printf��à��ÆeH‹ %(���H‹‰����H;awè����ëãHƒì(€|$0�t6H‹\$8H‰$H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HƒÄ(Ã������.��0runtime.morestack_noctxt���´��log.Printf���`P��"".args�0&type.[]interface {}�"".format�type.string�"".d��type."".debugT�!PAO�p�N!6�
�Y�Tgclocals·ad1cd1444cd4f1a002c99da50c2a83e0�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ"".ReadMessage��à��ÌeH‹ %(���H‹‰����H;awè����ëãHƒìXHÇD$x����HDŽ$€�������H‹\$`H‰$H‹\$hH‰\$è����H‹\$H‰\$(H����H‰$è����H‹L$H‰ÏHƒù�„e��1Àè����H‰L$@H‰ $Hƒ<$�„>��H‹\$(H‰\$è����H‹D$@H‰D$ H‰$è����H‹\$H‰\$0H‹D$H‹\$H‰œ$€���Hƒø�H‰D$xtHÇD$p����HƒÄXÃH����H‰$è����H‹D$H‰D$8H‰$Hƒ<$�„²���H‹\$0H‰\$è����H‹����1íH9ètcH‹\$8H‰$Hƒ<$�tJHƒ$H‹\$ H‹+H‰D$HH‰D$H‰l$PH‰l$è����H‹\$8H‰\$pHÇD$x����HDŽ$€�������HƒÄXÉ%����ë­H����H‰$H����H‰\$H����H‰\$è����H‹D$ékÿÿÿ‰%����éBÿÿÿ‰%����é¶þÿÿ‰é”þÿÿ"������.��0runtime.morestack_noctxt���”��bufio.NewReader���¶��2type.net/textproto.Reader���È��"runtime.newobject���úì� runtime.duffzero���À��.runtime.writebarrierptr���æ��Lnet/textproto.(*Reader).ReadMIMEHeader���Þ��type."".Message���ð��"runtime.newobject���À��.runtime.writebarrierptr���Î��>go.itab.*bufio.Reader.io.Reader���È��2runtime.writebarrieriface���°��$type.*bufio.Reader���Æ��type.io.Reader���Þ��>go.itab.*bufio.Reader.io.Reader���ò�� runtime.typ2Itab���P°��"".autotmp_0007�? type.*"".Message�"".autotmp_0006�/4type.*net/textproto.Reader�"".autotmp_0005��4type.*net/textproto.Reader�$net/textproto.r·2�_$type.*bufio.Reader� "".hdr�O:type.net/textproto.MIMEHeader�
"".tp�o4type.*net/textproto.Reader� "".err�0type.error� "".msg�  type.*"".Message�"".r��type.io.Reader�(!°Ê¯°Ÿ¯°d�ð�&l6s* 
|$G�&�I<E(DU8�Tgclocals·a67ba4e1343ca47e3202fe6616bb4172�Tgclocals·e904885db9c99f571954cf4e3d039996���:c:/go/src/net/mail/message.goþ"".init·1��À��¬eH‹ %(���H‹‰����H„$HýÿÿH;Awè����ëÛHì8��H¼$˜��1Àè����Hœ$˜��HÇ����HÇC����Hœ$˜��HƒÃH-����H‰ßH‰îH¥H¥H¼$¸��1Àè����Hœ$¸��H-����H‰ßH‰îH¥H¥Hœ$¸��HƒÃH-����H‰ßH‰îH¥H¥H¼$X��1Àè����Hœ$X��H-����H‰ßH‰îH¥H¥Hœ$X��HƒÃH-����H‰ßH‰îH¥H¥H¼$x��1Àè����Hœ$x��H-����H‰ßH‰îH¥H¥Hœ$x��HƒÃHÇ����HÇC����H¼$X��1Àè����Hœ$X��H-����H‰ßH‰îH¥H¥Hœ$X��HƒÃH-����H‰ßH‰îH¥H¥Hœ$X��HƒÃ H-����H‰ßH‰îH¥H¥Hœ$˜��H¬$8��H‰ïH‰Þè����HDŽ$ˆ�������HDŽ$€������Hœ$8��H‰œ$°���H‹œ$ˆ���H‹¬$€���H9ë&��H‹´$°���Hƒþ�„C��H‹H‹~H‰”$ø���H‰¼$���H´$¸��H¼$��è����E1íHÇD$p���Hœ$��I‰ÜH‹l$pI9퍃��L‰¤$¨���Iƒü�„×��I‹$I‹|$L‰l$xH‰”$��H‰¼$��Hœ$X��H¼$ø��H‰Þè����E1ÛHÇD$`���Hœ$ø��I‰ÚH‹l$`I9ë��L‰”$ ���Iƒú�„b��I‹I‹zL‰\$hH‰”$È���H‰¼$Ð���Hœ$x��H¼$Ø��H‰Þè����E1ÉHÇD$P���Hœ$Ø��I‰ØH‹l$PI9鍁��L‰„$˜���Iƒø�„ï��I‹I‹xL‰L$XH‰”$Ø���H‰¼$à���Hœ$X��H¼$ˆ��H‰Þè����1ÒHÇD$@���Hœ$ˆ��H‰ØH‹l$@H9ê��H‰„$���Hƒø�„~��H‹0H‹hH‰T$HH‰´$��H‰´$¸���H‰¬$ ��H‰¬$À���Hœ$¸��Hƒû�„9��H-����H‰ßH‰îè����HÇÂ���HÇÁ���H‰”$0��H‰Œ$8��H‰œ$(��H‰$H‹œ$ø���H‰\$H‹œ$���H‰\$è����H‹œ$(��HƒÃH‰$H‹œ$��H‰\$H‹œ$��H‰\$è����H‹œ$(��HƒÃ0H‰$H‹œ$È���H‰\$H‹œ$Ð���H‰\$è����H‹œ$(��HƒÃPH‰$H‹œ$Ø���H‰\$H‹œ$à���H‰\$è����H‹œ$(��HƒÃpH‰$H‹œ$¸���H‰\$H‹œ$À���H‰\$è����H‹œ$(��H‰$H‹œ$0��H‰\$H‹œ$8��H‰\$è����H‹\$H‰œ$è���H‹\$ H‰œ$ð���H‹����H‹ ����H‹����H‰ÃH)ËHƒû}OH����H‰$H‰”$(��H‰T$H‰Œ$0��H‰L$H‰„$8��H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÆH‰ÓH‰´$0��H‰„$8��H‰”$(��H‰ÍHkíHëH‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H‹”$(��H‹Œ$0��H‹„$8��H����H‰$H‰”$@��H‰T$H‰Œ$H��H‰L$H‰„$P��H‰D$è����L‹l$xL‹¤$¨���L‹\$hL‹”$ ���L‹L$XL‹„$˜���H‹„$���H‹T$HHƒÀHÿÂH‹l$@H9êŒþüÿÿIƒÀIÿÁH‹l$PI9éŒüÿÿIƒÂIÿÃH‹l$`I9ëŒÿûÿÿIƒÄIÿÅH‹l$pI9íŒ}ûÿÿH‹œ$°���HƒÃH‰œ$°���H‹œ$ˆ���HÿÃH‰œ$ˆ���H‹œ$ˆ���H‹¬$€���H9ëŒÚúÿÿHÄ8��ÉéÀüÿÿ‰�é{üÿÿA‰�é üÿÿA‰é–ûÿÿA‰$é ûÿÿ‰é¶úÿÿJ������>��0runtime.morestack_noctxt���nð� runtime.duffzero���Â��"go.string."Mon, "���ôð� runtime.duffzero���’��go.string."2"���Ì��go.string."02"���þð� runtime.duffzero���œ�� go.string."2006"���Ö��go.string."06"���ˆð� runtime.duffzero���¦��go.string.":05"���Žè� runtime.duffzero���¬��"go.string."-0700"���æ��go.string."MST"��� ��.go.string."-0700 (MST)"���ê� runtime.duffcopy���è� runtime.duffcopy���Â
� runtime.duffcopy���˜ � runtime.duffcopy���î Ø� runtime.duffcopy���ä��""".statictmp_0039���úÀ� runtime.duffcopy���Œ��4runtime.writebarrierstring���ê��4runtime.writebarrierstring���È��4runtime.writebarrierstring���¦��4runtime.writebarrierstring���„��4runtime.writebarrierstring���Ú��*runtime.concatstrings���œ��"".dateLayouts���ª�"".dateLayouts���¸ �"".dateLayouts���Þ��type.[]string���Ð��"runtime.growslice���Š��4runtime.writebarrierstring���È��"".dateLayouts���¨��2runtime.writebarrierslice����ð ��T"".autotmp_0043��type.int�"".autotmp_0042��type.int�"".autotmp_0041��type.[]string�"".autotmp_0038�Ÿtype.[]string�"".autotmp_0037��type.string�"".autotmp_0036�Ï
type.*string�"".autotmp_0035�ï type.int�"".autotmp_0034�ß type.int�"".autotmp_0033��type.string�"".autotmp_0032�¿
type.*string�"".autotmp_0031�Ï type.int�"".autotmp_0030�¿ type.int�"".autotmp_0029��type.string�"".autotmp_0028�¯
type.*string�"".autotmp_0027�¯ type.int�"".autotmp_0026�Ÿ type.int�"".autotmp_0025��type.string�"".autotmp_0024�Ÿ
type.*string�"".autotmp_0023� type.int�"".autotmp_0022�ÿ
type.int�"".autotmp_0021�¿type.string�"".autotmp_0020�
type.*string�"".autotmp_0019�ï
type.int�"".autotmp_0018�ß
type.int�"".autotmp_0017�ïtype.[]string�"".autotmp_0016�ÿtype.[8]string�"".autotmp_0015�ßtype.[3]string�"".autotmp_0014�¿type.[2]string�"".autotmp_0013�ÿtype.[2]string�"".autotmp_0012�¿type.[2]string�"".autotmp_0011�ÿtype.[2]string�"".s�Ÿ type.string�"".zone�ÿ type.string�"".second�¿ type.string�"".year�ß type.string� "".day�ßtype.string� "".dow�ÿtype.string�"".zones�¿type.[3]string�"".seconds�ÿtype.[2]string�"".years�¿type.[2]string�"".days�ÿtype.[2]string�"".dows�¿type.[2]string�,ð û ï ð 8�à�n,CEECb…jkkzî´"@  �$�ż+{]O�Tgclocals·5b049eb50853bef5b7cf0889ee335b7c�Tgclocals·d46aa3faf68b8b0d20d8b8c6956e3e50���:c:/go/src/net/mail/message.goþ"".parseDate��à
��à
eH‹ %(���H‹‰����HD$˜H;Awè����ëÞHìè���HDŽ$�������DŽ$������HDŽ$������HDŽ$������HDŽ$ ������H‹����H‹����H‹����H‰œ$à���1ÉH‰„$Ø���H‰D$HH‰”$Ð���H‰ÐH‹l$HH9éþ���H‰D$`Hƒø�„ñ��H‹H‹hH‰L$PH‰”$¨���H‰¬$°���H‰”$ˆ���H‰$H‰¬$���H‰l$H‹œ$ð���H‰\$H‹œ$ø���H‰\$è����H‹l$ H‰¬$¸���‹T$(‰”$À���H‹L$0H‰Œ$È���H‹D$8H‹\$@H‰œ$ ���Hƒø�H‰„$˜���u7H‰¬$���‰”$��H‰Œ$��HDŽ$������HDŽ$ ������HÄè���ÃH‹D$`H‹L$PHƒÀHÿÁH‹l$HH9éŒÿÿÿH����H‹+H‰l$xH‹kH‰¬$€���HÇD$h����HÇD$p����H����H‰$è����H‹D$H‰D$XH‰$Hƒ<$�„ ���H‹\$xH‰\$H‹œ$€���H‰\$è����H‹\$XH‰\$XH‹����1íH9èt=H‹l$XH‰Æ1Ò1É1ÀH‰”$���‰Œ$��H‰„$��H‰´$��H‰¬$ ��HÄè���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$딉%����éTÿÿÿ‰�éþÿÿ������8��0runtime.morestack_noctxt���Î��"".dateLayouts���Ü�"".dateLayouts���ê �"".dateLayouts�����time.Parse���Ô��Xgo.string."mail: header could not be parsed"���®��.type.errors.errorString���À��"runtime.newobject���ª��4runtime.writebarrierstring���Ì��Bgo.itab.*errors.errorString.error���â ��0type.*errors.errorString���ø ��type.error���
��Bgo.itab.*errors.errorString.error���¤
�� runtime.typ2Itab���pÐ��"".autotmp_0058�Ÿ0type.*errors.errorString�"".autotmp_0057�type.string�"".autotmp_0056�type.*string�"".autotmp_0055�¿type.int�"".autotmp_0054�¯type.int�"".autotmp_0053��0type.*errors.errorString�"".autotmp_0052�/type.[]string� "".~r0�ÿtype.error�errors.text·2�ßtype.string� "".err�Ÿtype.error�"".t�_type.time.Time�"".layout�¿type.string� "".~r2�Ptype.error� "".~r1� type.time.Time�"".date��type.string�()ÐÞÏÐåÏÐB�°�&Àdpo7 ‚ ��‡Ø5œ�Tgclocals·8cb0e8a56533912e863d37fbc7e4a4d1�Tgclocals·a3e74faa9f85f52ffb994b0f4e0798ef���:c:/go/src/net/mail/message.goþ"".Header.Get��à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì(HÇD$H����HÇD$P����H‹\$0H‰$H‹\$8H‰\$H‹\$@H‰\$è����H‹L$H‹D$ H‰L$HH‰D$PHƒÄ(Ã������.��0runtime.morestack_noctxt���¢��8net/textproto.MIMEHeader.Get���PP�� "".~r1�0type.string� "".key�type.string�"".h��type."".Header�!PLO�p� Þ3=�
�P �Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ"".Header.Date��€��øeH‹ %(���H‹‰����H;awè����ëãHƒìHHÇD$X����ÇD$`����HÇD$h����HÇD$p����HÇD$x����H‹t$PH‰4$H5����Hl$H‰ïH¥H¥è����H‹L$H‹D$ Hƒø�u11Ò1É1ÀH‰T$X‰L$`H‰D$hH‹����H‰\$pH‹����H‰\$xHƒÄHÃH‰L$8H‰ $H‰D$@H‰D$è����H‹t$‹l$H‹T$ H‹L$(H‹D$0H‰t$X‰l$`H‰T$hH‰L$pH‰D$xHƒÄHÃ������.��0runtime.morestack_noctxt���²�� go.string."Date"���Ô��"".Header.Get���ª��,"".ErrHeaderNotPresent���Â�,"".ErrHeaderNotPresent���†��"".parseDate���`��
"".autotmp_0065��type.time.Time� "".hdr�type.string� "".~r1�@type.error� "".~r0�type.time.Time�"".h��type."".Header� !L�€�ìM+1Q� �i—�Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���:c:/go/src/net/mail/message.goþ*"".Header.AddressList��À��²eH‹ %(���H‹‰����H;awè����ëãHƒìHHÇD$h����HÇD$p����HÇD$x����HDŽ$€�������HDŽ$ˆ�������H‹\$PH‰$H‹\$XH‰\$H‹\$`H‰\$è����H‹L$H‹D$ Hƒø�u>HÇD$h����HÇD$p����HÇD$x����H‹����H‰œ$€���H‹����H‰œ$ˆ���HƒÄHÃH‰L$8H‰ $H‰D$@H‰D$è����H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰t$hH‰l$pH‰T$xH‰Œ$€���H‰„$ˆ���HƒÄHà ������.��0runtime.morestack_noctxt���ä��"".Header.Get���È��,"".ErrHeaderNotPresent���æ�,"".ErrHeaderNotPresent���°��&"".ParseAddressList���€��
"".hdr�type.string� "".~r2�`type.error� "".~r1�0$type.[]*"".Address� "".key�type.string�"".h��type."".Header� !¢T� �þT,>\� �q¯�Tgclocals·24e6837c33f05eaea5195ddf8814fc1e�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���:c:/go/src/net/mail/message.goþ"".ParseAddress�� ��œeH‹ %(���H‹‰����H;awè����ëãHƒì@HÇD$`����HÇD$h����H‹\$HH‰\$0H‹\$PH‰\$8H����H‰$è����H‹\$H‰\$(H‹\$0H‰$H‹\$8H‰\$è����H\$Hl$H‰ïH‰ÞH¥H¥H¥H‹\$(H‰$è����H‹\$(H‰$è����H‹T$H‹L$H‹D$H‰T$XH‰L$`H‰D$hHƒÄ@Ã������.��0runtime.morestack_noctxt���”��$type."".addrParser���¦��"runtime.newobject���ê��2runtime.stringtoslicebyte���²��2runtime.writebarrierslice���Î��:"".(*addrParser).parseAddress���P€��
"".&p�/&type.*"".addrParser�"".s�type.string� "".~r2�0type.error� "".~r1�  type.*"".Address�"".address��type.string�!€¬�Ð� 3��R"2*�Tgclocals·c45f1008acf31f9ce337f7dfa1fa0204�Tgclocals·69e210bfb9d4cfd521b6fdf014e025e0���:c:/go/src/net/mail/message.goþ&"".ParseAddressList�� ��†eH‹ %(���H‹‰����H;awè����ëãHƒìHHÇD$`����HÇD$h����HÇD$p����HÇD$x����HDŽ$€�������H‹\$PH‰\$8H‹\$XH‰\$@H����H‰$è����H‹\$H‰\$0H‹\$8H‰$H‹\$@H‰\$è����H\$Hl$H‰ïH‰ÞH¥H¥H¥H‹\$0H‰$è����H‹\$0H‰$è����H‹t$H‹l$H‹T$H‹L$ H‹D$(H‰t$`H‰l$hH‰T$pH‰L$xH‰„$€���HƒÄHÃ������.��0runtime.morestack_noctxt���Ð��$type."".addrParser���â��"runtime.newobject���¦��2runtime.stringtoslicebyte���î��2runtime.writebarrierslice���Š��B"".(*addrParser).parseAddressList���p��
"".&p�/&type.*"".addrParser�"".s�type.string� "".~r2�Ptype.error� "".~r1� $type.[]*"".Address�"".list��type.string�!á��ªQ¿��p"2L�Tgclocals·9680905063a74374258fdae79a25b518�Tgclocals·69e210bfb9d4cfd521b6fdf014e025e0���:c:/go/src/net/mail/message.goþ("".(*Address).String�� $��š$eH‹ %(���H‹‰����H„$8ÿÿÿH;Awè����ëÛHìH��HDŽ$X������HDŽ$`������H����H,$H‰ïH‰ÞH¥H¥H‹¼$P��Hƒÿ�„›��HoH|$H‰îH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è����H‹”$P��H‹L$0H‰Œ$È���H‹D$8H‰„$Ð���H‹ZHƒû�uH‰Œ$X��H‰„$`��HÄH��ÃHÇÇ���1ÀH‹jH9荝���H‹2H‹JH‰´$è���H‰Œ$ð���H9ȃï��H¶+@€ý!‚×��@€ý~‡Í��HÇÁ���€ù�…›��Hƒú�„¬��H‹2H‹JH‰´$è���H‰Œ$ð���H9ȃ…��H¶+@€ý „h��@€ý „^��1ɀù�…K��1ÿ@€ÿ�„0��H����H‹+H‰¬$¨���H‹kH‰¬$°���H����H‰$è����H‹|$H‰¼$€���Hƒÿ�„ä��1Àè����H‹œ$¨���H‰$H‹œ$°���H‰\$è����H\$Hl$H‰ïH‰ÞH¥H¥H¥H‹œ$€���H‰$Hƒ<$�„†��è����H‹´$P��H‹œ$€���H‰\$h1ÉH‹nH9é ��H‹H‹FH9ÁƒF��H
¶+@€ý\„.��@€ý"„$��@€ý!‚��@€ý~‡ ��HÇÀ���<�upHƒþ�„í��H‹H‹FH‰”$è���H‰L$XH‰„$ð���H9ÁƒÁ��H
¶+@€ý „¤��@€ý „š��1À<�u H‹\$hH‰$ÆD$\è����H‹´$P��H‹L$XH‹\$hH‰$Hƒþ�„Z��H‹H‹FH‰”$è���H‰L$XH‰„$ð���H9Áƒ.��H
¶+@ˆl$è����H‹´$P��H‹L$XHÿÁH‹nH9éŒàþÿÿH‹t$hH‰4$H5����Hl$H‰ïH¥H¥è����H‹\$hH‰$H‹œ$È���H‰\$H‹œ$Ð���H‰\$è����H‹D$hHDŽ$ˆ�������HDŽ$�������1íH9èu&H����H‹ H‹CH‰Œ$X��H‰„$`��HÄH��ÃH‹pH‹PH‹HH9ÊrUH‹�H‰×H)ÏH‰òH)ÊHƒú�t H‰ËHÃH‰ØH‰„$��H‰$H‰¼$ ��H‰|$H‰”$(��H‰T$è����H‹L$H‹D$ ë‚è���� è���� ‰éŸþÿÿHÇÀ���é\þÿÿè���� ‰é þÿÿ1Àé÷ýÿÿ1Àéðýÿÿè���� ‰%����énýÿÿ‰éýÿÿH����H‹+H‰¬$¸���H‹kH‰¬$À���H����H‰$è����H‹|$H‰¼$€���Hƒÿ�„Ã��1Àè����H‹œ$¸���H‰$H‹œ$À���H‰\$è����H\$Hl$H‰ïH‰ÞH¥H¥H¥H‹œ$€���H‰$Hƒ<$�„e��è����H‹œ$€���H‰\$p1ÀH‹œ$P��H‹kH9è}wH‹œ$P��Hƒû�„'��H‹H‹KH‰”$è���H‰D$`H‰Œ$ð���H9ȃû��H¶+H‰è@€ý …,��H‹\$pH‰$ÆD$_è����H‹D$`HÿÀH‹œ$P��H‹kH9è|‰H‹t$pH‰4$H5����Hl$H‰ïH¥H¥è����H‹\$pH‰$H‹œ$È���H‰\$H‹œ$Ð���H‰\$è����H‹D$pHDŽ$˜�������HDŽ$ �������1íH9èu&H����H‹ H‹CH‰Œ$X��H‰„$`��HÄH��ÃH‹xH‹PH‹HH9ÊrUH‹�H‰ÖH)ÎH‰úH)ÊHƒú�t H‰ËHÃH‰ØH‰„$��H‰$H‰´$ ��H‰t$H‰”$(��H‰T$è����H‹L$H‹D$ ë‚è���� @€ý!‚ª��@€ý~‡ ��HÇÁ���€ù�t#<=t<?t<_tH‹\$pH‰$ˆD$è����é¤þÿÿH‹\$pH‰œ$€���ˆD$WH‹����H‰D$x1íH9è„��Hœ$��HÇ����HÇC����Hœ$��Hƒû�„â���HÇÂ���HÇÁ���H‰œ$0��H‰”$8��H‰Œ$@��H����H‰$H\$WH‰\$è����H‹L$H‹D$H‹œ$0��H‰$H‰Œ$ø���H‰L$H‰„$���H‰D$è����H‹Œ$€���H‹D$xH‰„$Ø���H‰$H‰Œ$à���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$0��H‰\$ H‹œ$8��H‰\$(H‹œ$@��H‰\$0è����éqýÿÿ‰éÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$xé·þÿÿ1Éé`þÿÿè���� ‰éÒüÿÿ‰%����éüÿÿ‰é6üÿÿHÿÀéøÿÿHÇÁ���é˜øÿÿè���� ‰éMøÿÿ1Éé3øÿÿè���� ‰é^÷ÿÿb������>��0runtime.morestack_noctxt���Ž��go.string."<"���ü��go.string.">"���¤��*runtime.concatstring3���´��go.string."\""���ð��"type.bytes.Buffer���‚��"runtime.newobject���¾È� runtime.duffzero���ú��2runtime.stringtoslicebyte���Þ��2runtime.writebarrierslice���€ ��2bytes.(*Buffer).WriteByte���¬ ��2bytes.(*Buffer).WriteByte���†��go.string."\" "���¨��6bytes.(*Buffer).WriteString���ø��6bytes.(*Buffer).WriteString���Î��"go.string."<nil>"���À��2runtime.slicebytetostring���â��$runtime.panicslice���ð��$runtime.panicindex���¤��$runtime.panicindex���Ü��$runtime.panicindex���”��,go.string."=?utf-8?q?"���Ð��"type.bytes.Buffer���â��"runtime.newobject���žÈ� runtime.duffzero���Ú��2runtime.stringtoslicebyte���¾��2runtime.writebarrierslice���º��2bytes.(*Buffer).WriteByte���Œ��go.string."?= "���®��6bytes.(*Buffer).WriteString���þ��6bytes.(*Buffer).WriteString���Ô��"go.string."<nil>"���Æ��2runtime.slicebytetostring���è��$runtime.panicslice���è��2bytes.(*Buffer).WriteByte���¢��>go.itab.*bytes.Buffer.io.Writer���î��type.uint8���”��runtime.convT2E���þ��2runtime.writebarrieriface���Ø ��"go.string."=%02X"���Î!��fmt.Fprintf���ô!��$type.*bytes.Buffer���Š"��type.io.Writer���¢"��>go.itab.*bytes.Buffer.io.Writer���¶"�� runtime.typ2Itab���ì"��$runtime.panicindex���Ö#��$runtime.panicindex���€$��$runtime.panicindex���0��D"".autotmp_0106��type.uint64�"".autotmp_0105��type.uint64�"".autotmp_0104��type.uint64�"".autotmp_0103��type.string�"".autotmp_0102�Ÿ"type.interface {}�"".autotmp_0100�/&type.[]interface {}�"".autotmp_0099�Ÿtype.*uint8�"".autotmp_0098��type.bool�"".autotmp_0097��$type.*bytes.Buffer�"".autotmp_0096��$type.*bytes.Buffer�"".autotmp_0092��type.string�"".autotmp_0091��type.bool�"".autotmp_0090��type.bool�"".autotmp_0089�$type.*bytes.Buffer�"".autotmp_0088��$type.*bytes.Buffer�"".autotmp_0085��type.int�"".autotmp_0084�átype.uint8�"".autotmp_0083��$type.*bytes.Buffer�"".autotmp_0082�(type.[1]interface {}�"".autotmp_0081��type.int�"".autotmp_0080��type.int�"".autotmp_0079��type.int�"".autotmp_0077��type.int� "".~r0�ßtype.string�bytes.s·2�Ÿtype.string� "".~r0�ÿtype.string�bytes.s·2�¿type.string�"".i�Ïtype.int�"".b�¯$type.*bytes.Buffer�"".i�ßtype.int�"".b�¿$type.*bytes.Buffer�"".s�ÿtype.string� "".~r0�type.string�"".a�� type.*"".Address�8,­¯‚ƒ��º¸Dt
›
±š Q !(·/©A
!(·, ® >+(
�Z�‘¯<ƒ¼¤‘
<°b¤Q –4 [�Tgclocals·60e60903d0890b79099524ef4cd0028e�Tgclocals·18e62bd6ffa45d2c13ecdb086afbb364���:c:/go/src/net/mail/message.goþ "".newAddrParser�� ��ŒeH‹ %(���H‹‰����H;awè����ëãHƒì0H����H‰$è����H‹\$H‰\$(H‹\$8H‰$H‹\$@H‰\$è����H\$Hl$H‰ïH‰ÞH¥H¥H¥H‹\$(H‰$è����H‹\$(H‰\$HHƒÄ0à ������.��0runtime.morestack_noctxt���H��$type."".addrParser���Z��"runtime.newobject���ž��2runtime.stringtoslicebyte���æ��2runtime.writebarrierslice���0`��
"".&p�&type.*"".addrParser� "".~r1� &type.*"".addrParser�"".s��type.string�!`d_ ��–!V��,"B�Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���:c:/go/src/net/mail/message.goþB"".(*addrParser).parseAddressList�� ��eH‹ %(���H‹‰����HD$ÐH;Awè����ëÞHì°���HDŽ$À�������HDŽ$È�������HDŽ$Ð�������HDŽ$Ø�������HDŽ$à�������HDŽ$€�������HDŽ$ˆ�������HDŽ$�������H‹œ$¸���H‰$è����H‹œ$¸���H‰$è����H‹\$H‰\$HH‹D$H‹L$H‰L$xHƒø�H‰D$pt<HDŽ$À�������HDŽ$È�������HDŽ$Ð�������H‰„$Ø���H‰Œ$à���HÄ°���ÃH‹”$€���H‹Œ$ˆ���H‹œ$���H‰ØH)ËHƒû}OH����H‰$H‰”$˜���H‰T$H‰Œ$ ���H‰L$H‰„$¨���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÆH‰´$ ���H‰„$¨���H‰”$˜���HÊH‰$H‹\$HH‰\$è����H‹”$˜���H‹Œ$ ���H‹„$¨���H‰”$€���H‰Œ$ˆ���H‰„$���H‹œ$¸���H‰$è����H‹œ$¸���H‰$è����¶\$€û�tPH‹œ$€���H‰œ$À���H‹œ$ˆ���H‰œ$È���H‹œ$���H‰œ$Ð���HDŽ$Ø�������HDŽ$à�������HÄ°���ÃH‹œ$¸���H‰$ÆD$,è����¶\$€û�…���H����H‹+H‰l$`H‹kH‰l$hHÇD$P����HÇD$X����H����H‰$è����H‹D$H‰D$@H‰$Hƒ<$�„¡���H‹\$`H‰\$H‹\$hH‰\$è����H‹\$@H‰\$@H‹����1íH9ètAH‹L$@HDŽ$À�������HDŽ$È�������HDŽ$Ð�������H‰„$Ø���H‰Œ$à���HÄ°���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$됉%����éSÿÿÿéýÿÿ&������8��0runtime.morestack_noctxt���¬��4"".(*addrParser).skipSpace���Î��:"".(*addrParser).parseAddress���ä��$type.[]*"".Address���Ö��"runtime.growslice���Þ��.runtime.writebarrierptr���à��4"".(*addrParser).skipSpace���‚��,"".(*addrParser).empty���â ��0"".(*addrParser).consume���Œ
��@go.string."mail: expected comma"���à
��.type.errors.errorString���ò
��"runtime.newobject���Ö ��4runtime.writebarrierstring���ø ��Bgo.itab.*errors.errorString.error���– ��0type.*errors.errorString���¬ ��type.error���Ä ��Bgo.itab.*errors.errorString.error���Ø �� runtime.typ2Itab���`à��"".autotmp_0135�ß0type.*errors.errorString�"".autotmp_0130�/$type.[]*"".Address�"".autotmp_0129��0type.*errors.errorString�"".autotmp_0128��type.bool� "".~r0�¿type.error�errors.text·2�Ÿtype.string� "".err�type.error�"".addr�Ï type.*"".Address�"".list�_$type.[]*"".Address� "".~r1�@type.error� "".~r0�$type.[]*"".Address�"".p��&type.*"".addrParser�6)àáßàÓßàèßàH��< e$* <ØP$€ �&�•ÕDAÉ2¦�Tgclocals·4a0bb136639836c86d1f426111a5a477�Tgclocals·09d4fb905c22630e11a50d29280e23bd���:c:/go/src/net/mail/message.goþ:"".(*addrParser).parseAddress��À-��¬-eH‹ %(���H‹‰����H„$`ÿÿÿH;Awè����ëÛHì ��HDŽ$8������HDŽ$@������Hœ$à���HÇ����HÇC����Hœ$à���Hƒû�„â
��HÇÂ���HÇÁ���H‰œ$��H‰”$��H‰Œ$��H����H‰$H‹œ$(��H‰\$Hƒ|$�„Œ
��è����H‹L$H‹D$H‹œ$��H‰$H‰Œ$À���H‰L$H‰„$È���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$��H‰\$H‹œ$��H‰\$ H‹œ$��H‰\$(è����H‹œ$(��H‰$è����H‹œ$(��H‰$è����¶\$€û�„ô���H����H‹+H‰¬$€���H‹kH‰¬$ˆ���HÇD$`����HÇD$h����H����H‰$è����H‹D$H‰D$8H‰$Hƒ<$�„���H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹\$8H‰\$8H‹����1íH9èt)H‹L$8HDŽ$0������H‰„$8��H‰Œ$@��HÄ ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$먉%����éeÿÿÿH‹œ$(��H‰$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹l$H‹t$ H‰´$@��Hƒý�H‰¬$8��u{H����H‰$è����H‹|$H‰ùHƒÿ�tY1Àè����H‰L$0H‰ $Hƒ<$�t9Hƒ$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H‹\$0H‰œ$0��HÄ ��É%����뾉ë£Hœ$à���HÇ����HÇC����Hœ$à���Hƒû�„ì��HÇÁ���HÇÂ���H‰œ$��H‰Œ$��H‰”$��H‰,$H‰t$è����H‹L$H‹D$H‹œ$��H‰$H‰Œ$À���H‰L$H‰„$È���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$��H‰\$H‹œ$��H‰\$ H‹œ$��H‰\$(è����Hœ$à���HÇ����HÇC����Hœ$à���Hƒû�„��HÇÁ���HÇÂ���H‰œ$��H‰Œ$��H‰”$��H����H‰$H‹œ$(��H‰\$Hƒ|$�„±��è����H‹L$H‹D$H‹œ$��H‰$H‰Œ$À���H‰L$H‰„$È���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$��H‰\$H‹œ$��H‰\$ H‹œ$��H‰\$(è����H‹¼$(��1öH‰´$°���1ÒH‰”$¸���Hƒÿ�„þ��H‹H‹GH‹oH‰¬$���H‰Œ$ð���Hƒø�H‰„$ø���†Ê��¶)@€ý<tGH‰<$è����H‹t$H‹T$H‹D$H‹\$ H‰œ$@��Hƒø�H‰„$8��tHDŽ$0������HÄ ��ÃH‰´$°���H‰´$Ð���H‰”$¸���H‰”$Ø���Hœ$à���HÇ����HÇC����Hœ$à���Hƒû�„*��HÇÁ���HÇÂ���H‰œ$��H‰Œ$��H‰”$��H����H‰$Hœ$Ð���H‰\$è����H‹L$H‹D$H‹œ$��H‰$H‰Œ$À���H‰L$H‰„$È���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$��H‰\$H‹œ$��H‰\$ H‹œ$��H‰\$(è����H‹œ$(��H‰$è����H‹œ$(��H‰$ÆD$<è����¶\$€û�…ô���H����H‹+H‰¬$���H‹kH‰¬$˜���HÇD$P����HÇD$X����H����H‰$è����H‹D$H‰D$8H‰$Hƒ<$�„���H‹œ$���H‰\$H‹œ$˜���H‰\$è����H‹\$8H‰\$8H‹����1íH9èt)H‹T$8HDŽ$0������H‰„$8��H‰”$@��HÄ ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$먉%����éeÿÿÿH‹œ$(��H‰$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹D$H‹\$ H‰œ$@��Hƒø�H‰„$8��tHDŽ$0������HÄ ��ÃH‹œ$(��H‰$ÆD$>è����¶\$€û�…è���H����H‹+H‰l$pH‹kH‰l$xHÇD$@����HÇD$H����H����H‰$è����H‹D$H‰D$8H‰$Hƒ<$�„‰���H‹\$pH‰\$H‹\$xH‰\$è����H‹\$8H‰\$8H‹����1íH9èt)H‹T$8HDŽ$0������H‰„$8��H‰”$@��HÄ ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$먉%����ékÿÿÿH‹œ$ ���H‰œ$Ð���H‹œ$¨���H‰œ$Ø���Hœ$à���HÇ����HÇC����Hœ$à���Hƒû�„‚��HÇÁ���HÇÂ���H‰œ$��H‰Œ$��H‰”$��H����H‰$Hœ$Ð���H‰\$è����H‹L$H‹D$H‹œ$��H‰$H‰Œ$À���H‰L$H‰„$È���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$��H‰\$H‹œ$��H‰\$ H‹œ$��H‰\$(è����H����H‰$è����H‹D$H‰D$0H‰$Hƒ<$�„‰���H‹œ$°���H‰\$H‹œ$¸���H‰\$è����H‹\$0H‰$Hƒ<$�tQHƒ$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H‹\$0H‰œ$0��HDŽ$8������HDŽ$@������HÄ ��É%����릉%����ékÿÿÿ‰éwþÿÿ‰éÏúÿÿè���� ‰éûùÿÿ‰%����éCùÿÿ‰éòøÿÿ‰é øÿÿ‰%����éhõÿÿ‰éõÿÿ–������>��0runtime.morestack_noctxt���¬��$type."".addrParser���ð��runtime.convT2E���Ú��2runtime.writebarrieriface���è��"".debug���ü��8go.string."parseAddress: %q"���ò�� "".debugT.Printf���”��4"".(*addrParser).skipSpace���¶��,"".(*addrParser).empty���à��8go.string."mail: no address"���À��.type.errors.errorString���Ò��"runtime.newobject���Â��4runtime.writebarrierstring���ä��Bgo.itab.*errors.errorString.error���Ò��0type.*errors.errorString���è��type.error���€ ��Bgo.itab.*errors.errorString.error���” �� runtime.typ2Itab���Ü ��@"".(*addrParser).consumeAddrSpec���Þ
��type."".Address���ð
��"runtime.newobject���š ð� runtime.duffzero���‚ ��4runtime.writebarrierstring���€��runtime.convI2E���ê��2runtime.writebarrieriface���ø��"".debug���Œ��\go.string."parseAddress: not an addr-spec: %v"���‚�� "".debugT.Printf���®��$type."".addrParser���ò��runtime.convT2E���Ü��2runtime.writebarrieriface���ê��"".debug���þ��Rgo.string."parseAddress: state is now %q"���ô�� "".debugT.Printf���¾��<"".(*addrParser).consumePhrase���¦��type.string���Ò��runtime.convT2E���¼��2runtime.writebarrieriface���Ê��"".debug���Þ��Pgo.string."parseAddress: displayName=%q"���Ô�� "".debugT.Printf���ö��4"".(*addrParser).skipSpace���¢��0"".(*addrParser).consume���Ì��>go.string."mail: no angle-addr"���¬��.type.errors.errorString���¾��"runtime.newobject���®��4runtime.writebarrierstring���Ð��Bgo.itab.*errors.errorString.error���¾��0type.*errors.errorString���Ô��type.error���ì��Bgo.itab.*errors.errorString.error���€�� runtime.typ2Itab���È��@"".(*addrParser).consumeAddrSpec���!��0"".(*addrParser).consume���º!��Jgo.string."mail: unclosed angle-addr"���Ž"��.type.errors.errorString��� "��"runtime.newobject���„#��4runtime.writebarrierstring���¦#��Bgo.itab.*errors.errorString.error���”$��0type.*errors.errorString���ª$��type.error���Â$��Bgo.itab.*errors.errorString.error���Ö$�� runtime.typ2Itab���è&��type.string���”'��runtime.convT2E���þ'��2runtime.writebarrieriface���Œ(��"".debug��� (��Bgo.string."parseAddress: spec=%q"���–)�� "".debugT.Printf���¤)��type."".Address���¶)��"runtime.newobject���¦*��4runtime.writebarrierstring���Ž+��4runtime.writebarrierstring���¸,��$runtime.panicindex���@À��b"".autotmp_0183�� type.*"".Address�"".autotmp_0182��"type.interface {}�"".autotmp_0181��*type.*[1]interface {}�"".autotmp_0180��&type.[]interface {}�"".autotmp_0179��type.error�"".autotmp_0178��type.*uint8�"".autotmp_0177��type.error�"".autotmp_0176��0type.*errors.errorString�"".autotmp_0175��type.error�"".autotmp_0174��type.*uint8�"".autotmp_0173��type.error�"".autotmp_0172��0type.*errors.errorString�"".autotmp_0171��"type.interface {}�"".autotmp_0170��*type.*[1]interface {}�"".autotmp_0169��&type.[]interface {}�"".autotmp_0168��"type.interface {}�"".autotmp_0167��*type.*[1]interface {}�"".autotmp_0166��&type.[]interface {}�"".autotmp_0165��"type.interface {}�"".autotmp_0164��*type.*[1]interface {}�"".autotmp_0163��&type.[]interface {}�"".autotmp_0162�ß type.*"".Address�"".autotmp_0161��type.error�"".autotmp_0158�Ï0type.*errors.errorString�"".autotmp_0157�¿"type.interface {}�"".autotmp_0155�/&type.[]interface {}�"".autotmp_0154��type.string�"".autotmp_0153��(type.[1]interface {}�"".autotmp_0152��0type.*errors.errorString�"".autotmp_0151��type.bool�"".autotmp_0150��0type.*errors.errorString�"".autotmp_0149��type.bool�"".autotmp_0148�Ÿtype.string�"".autotmp_0147��(type.[1]interface {}�"".autotmp_0146��(type.[1]interface {}�"".autotmp_0145��(type.[1]interface {}�"".autotmp_0144��0type.*errors.errorString�"".autotmp_0142�(type.[1]interface {}� "".~r0�¿type.error�errors.text·2�ßtype.string� "".~r0�Ÿtype.error�errors.text·2�Ÿtype.string� "".~r0�ÿtype.error�errors.text·2�¿type.string�"".displayName�ßtype.string�"".spec�ÿtype.string� "".err� type.error�"".addr� type.*"".Address�"".p��&type.*"".addrParser�n,Àù¿Àó¿À†¿Àú¿À™¿ÀпÀð¿Àh�à�¤ÌDùô=Y ށ@%$ô=$è|- #�Š�·_8J
I xeʁd8 
dH2ˆ84UE�Tgclocals·72a0205d4047362e85f070aed53c6363�Tgclocals·3883edf79ca2db94f62223ecbfa51888���:c:/go/src/net/mail/message.goþ@"".(*addrParser).consumeAddrSpec��À(��¤(eH‹ %(���H‹‰����H„$ÿÿÿH;Awè����ëÛHìp��HDŽ$€������HDŽ$ˆ������HDŽ$������HDŽ$˜������HDŽ$������HDŽ$˜������HDŽ$€������HDŽ$ˆ������Hœ$ø���HÇ����HÇC����Hœ$ø���Hƒû�„V ��HÇÅ���HÇÂ���H‰œ$8��H‰¬$@��H‰”$H��H����H‰$H‹œ$x��H‰\$Hƒ|$�„� ��è����H‹T$H‹L$H‹œ$8��H‰$H‰”$è���H‰T$H‰Œ$ð���H‰L$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$8��H‰\$H‹œ$@��H‰\$ H‹œ$H��H‰\$(è����H‹Œ$x��Hƒù�„a��H‹)H‰¬$��H‹iH‰¬$��H‹iH‰¬$��HDŽ$P������HDŽ$X������HDŽ$`������HDŽ$h������HŒ$P��H-����H‰)H¬$��H‰iH¬$x��H‰iH¬$��H‰iQj�è����YYH…À…·��HDŽ$¨�������HDŽ$°�������H‹œ$x��H‰$è����H‹œ$x��H‰$è����¶\$€û�„#��H����H‹+H‰¬$ˆ���H‹kH‰¬$���HÇD$h����HÇD$p����H����H‰$è����H‹L$H‰L$@H‰ $Hƒ<$�„¾���H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹\$@H‰\$@H‹ ����1íH9étUH‹T$@H‰L$hH‰T$pHDŽ$€������HDŽ$ˆ������H‰Œ$Ø���H‰Œ$��H‰”$à���H‰”$˜��è����HÄp��ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$éyÿÿÿ‰%����é6ÿÿÿH‹œ$x��Hƒû�„3��H‹ H‹CH‹kH‰¬$0��H‰Œ$ ��Hƒø�H‰„$(��†ÿ��¶)@€ý"…b��¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹œ$x��H‰$è����H‹\$H‰œ$¨���H‹\$H‰œ$°���H‹\$H‰œ$��H‹\$ H‰œ$˜��Hƒ¼$���„��Hœ$ø���HÇ����HÇC����Hœ$ø���Hƒû�„ë���HÇÂ���HÇÅ���H‰œ$8��H‰”$@��H‰¬$H��H‹œ$��H‰$H‹œ$˜��H‰\$è����H‹T$H‹L$H‹œ$8��H‰$H‰”$è���H‰T$H‰Œ$ð���H‰L$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$8��H‰\$H‹œ$@��H‰\$ H‹œ$H��H‰\$(è����HDŽ$€������HDŽ$ˆ������è����HÄp��ÉéÿÿÿH‹œ$x��H‰$ÆD$@è����¶\$€û�…#��H����H‹+H‰¬$˜���H‹kH‰¬$ ���HÇD$H����HÇD$P����H����H‰$è����H‹L$H‰L$@H‰ $Hƒ<$�„¾���H‹œ$˜���H‰\$H‹œ$ ���H‰\$è����H‹\$@H‰\$@H‹ ����1íH9étUH‹T$@H‰L$HH‰T$PHDŽ$€������HDŽ$ˆ������H‰Œ$Ø���H‰Œ$��H‰”$à���H‰”$˜��è����HÄp��ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$éyÿÿÿ‰%����é6ÿÿÿHDŽ$¸�������HDŽ$À�������H‹œ$x��H‰$è����H‹œ$x��H‰$è����¶\$€û�„��H����H‹+H‰l$xH‹kH‰¬$€���HÇD$X����HÇD$`����H����H‰$è����H‹L$H‰L$@H‰ $Hƒ<$�„»���H‹\$xH‰\$H‹œ$€���H‰\$è����H‹\$@H‰\$@H‹ ����1íH9étUH‹T$@H‰L$XH‰T$`HDŽ$€������HDŽ$ˆ������H‰Œ$Ø���H‰Œ$��H‰”$à���H‰”$˜��è����HÄp��ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$éyÿÿÿ‰%����é9ÿÿÿH‹œ$x��H‰$ÆD$è����H‹T$H‰”$¸���H‹L$H‰Œ$À���H‹\$ H‰œ$��H‹\$(H‰œ$˜��Hƒ¼$���t&HDŽ$€������HDŽ$ˆ������è����HÄp��ÃH‹œ$¨���H‰$H‹´$°���H‰t$H5����Hl$H‰ïH¥H¥H‰T$ H‰L$(è����H‹T$0H‹L$8H‰”$È���H‰”$€��H‰Œ$Ð���H‰Œ$ˆ��HDŽ$������HDŽ$˜������è����HÄp��ö����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹œ$x��H‰$ÆD$è����H‹\$H‰œ$¨���H‹\$H‰œ$°���H‹\$ H‰œ$��H‹\$(H‰œ$˜��é”úÿÿè���� ‰éÆùÿÿè����HÄp��Éé˜÷ÿÿ‰%����éôöÿÿ‰é£öÿÿ„������>��0runtime.morestack_noctxt���¼��$type."".addrParser���€��runtime.convT2E���ê��2runtime.writebarrieriface���ø��"".debug���Œ��>go.string."consumeAddrSpec: %q"���‚�� "".debugT.Printf���ê��"".func·001���È��"runtime.deferproc���° ��4"".(*addrParser).skipSpace���Ò ��,"".(*addrParser).empty���ü ��<go.string."mail: no addr-spec"���Ü
��.type.errors.errorString���î
��"runtime.newobject���Þ ��4runtime.writebarrierstring���€ ��Bgo.itab.*errors.errorString.error���¨ ��&runtime.deferreturn���Æ ��0type.*errors.errorString���Ü ��type.error���ô ��Bgo.itab.*errors.errorString.error���ˆ�� runtime.typ2Itab���Ú��"".debug���î��dgo.string."consumeAddrSpec: parsing quoted-string"���Î�� "".debugT.Printf���ð��H"".(*addrParser).consumeQuotedString���Ð��runtime.convI2E���º��2runtime.writebarrieriface���È��"".debug���Ü��Ngo.string."consumeAddrSpec: failed: %v"���Ò�� "".debugT.Printf���Ž��&runtime.deferreturn���Ø��0"".(*addrParser).consume���‚��Pgo.string."mail: missing @ in addr-spec"���â��.type.errors.errorString���ô��"runtime.newobject���ä��4runtime.writebarrierstring���†��Bgo.itab.*errors.errorString.error���®��&runtime.deferreturn���Ì��0type.*errors.errorString���â��type.error���ú��Bgo.itab.*errors.errorString.error���Ž�� runtime.typ2Itab���Œ��4"".(*addrParser).skipSpace���®��,"".(*addrParser).empty���Ø��Pgo.string."mail: no domain in addr-spec"���²��.type.errors.errorString���Ä��"runtime.newobject���®��4runtime.writebarrierstring���Ð��Bgo.itab.*errors.errorString.error���ø��&runtime.deferreturn���– ��0type.*errors.errorString���¬ ��type.error���Ä ��Bgo.itab.*errors.errorString.error���Ø �� runtime.typ2Itab���°!��8"".(*addrParser).consumeAtom���ê"��&runtime.deferreturn���º#��go.string."@"���ð#��*runtime.concatstring3���€%��&runtime.deferreturn���ž%��"".debug���²%��Zgo.string."consumeAddrSpec: parsing dot-atom"���’&�� "".debugT.Printf���¾&��8"".(*addrParser).consumeAtom���º'��$runtime.panicindex���Ø'��&runtime.deferreturn���Pà��J"".autotmp_0231�Ïtype.string�"".autotmp_0230��type.error�"".autotmp_0229��type.*uint8�"".autotmp_0228��type.error�"".autotmp_0227��0type.*errors.errorString�"".autotmp_0226��type.error�"".autotmp_0225��type.*uint8�"".autotmp_0224��type.error�"".autotmp_0223��0type.*errors.errorString�"".autotmp_0222��"type.interface {}�"".autotmp_0221��*type.*[1]interface {}�"".autotmp_0220��&type.[]interface {}�"".autotmp_0219��type.error�"".autotmp_0217�¯type.error�"".autotmp_0216�ß0type.*errors.errorString�"".autotmp_0215�?–type.struct { F uintptr; A0 *error; A1 **"".addrParser; A2 *"".addrParser }�"".autotmp_0213�"type.interface {}�"".autotmp_0211�o&type.[]interface {}�"".autotmp_0210��0type.*errors.errorString�"".autotmp_0209��type.bool�"".autotmp_0208��0type.*errors.errorString�"".autotmp_0207��type.bool�"".autotmp_0206��(type.[1]interface {}�"".autotmp_0205��0type.*errors.errorString�"".autotmp_0203�ï(type.[1]interface {}� "".~r0�¯type.error�errors.text·2�ïtype.string� "".~r0�Ïtype.error�errors.text·2�¯type.string� "".~r0�type.error�errors.text·2�Ïtype.string�"".domain�ïtype.string�"".localPart�type.string�"".orig�Ï$type."".addrParser� "".err�0type.error�"".spec�type.string�"".p��&type.*"".addrParser�€,àõµßà²ßàßàäßà¸ßàŠßà«ßà(� �’¶Œù5
y£LAE î&$£J &‹/AJ !�‚�ÿ£4_8d1£Á & N8d1?\5 d1,\ DGJb6�Tgclocals·a834596163f3ad56b78309b617eeed93�Tgclocals·b8104dcfdeb1c2067f2ce98d0027786c���:c:/go/src/net/mail/message.goþ<"".(*addrParser).consumePhrase��€)��ì(eH‹ %(���H‹‰����H„$(ÿÿÿH;Awè����ëÛHìX��HDŽ$x������HDŽ$€������HDŽ$h������HDŽ$p������Hœ$è���HÇ����HÇC����Hœ$è���Hƒû�„ª ��HÇÂ���HÇÁ���H‰œ$@��H‰”$H��H‰Œ$P��H����H‰$H‹œ$`��H‰\$Hƒ|$�„T ��è����H‹L$H‹D$H‹œ$@��H‰$H‰Œ$È���H‰L$H‰„$Ð���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$@��H‰\$H‹œ$H��H‰\$ H‹œ$P��H‰\$(è����HDŽ$ø�������HDŽ$�������HDŽ$������HÇD$X����HÇD$`����H‹œ$`��H‰$è����H‹œ$`��H‰$è����H‹Œ$`��¶\$€û�„ô���H����H‹+H‰l$hH‹kH‰l$pHÇD$H����HÇD$P����H����H‰$è����H‹D$H‰D$@H‰$Hƒ<$�„•���H‹\$hH‰\$H‹\$pH‰\$è����H‹\$@H‰\$@H‹����1íH9èt5H‹L$@HDŽ$h������HDŽ$p������H‰„$x��H‰Œ$€��HÄX��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뜉%����é_ÿÿÿHƒù�„[��H‹H‹AH‹iH‰¬$ ��H‰”$��Hƒø�H‰„$��†'��¶*@€ý"…á��H‰ $è����L‹D$L‰D$XH‹|$H‰|$`L‹\$H‹\$ H‰œ$€��Iƒû�L‰œ$x��…��L‰„$ˆ���H����L‹ L‰Œ$¨���H‹CH‰¼$���H‰„$°���H9ÇŒ[��H9Ç‚Y��L‰„$¸���H‰„$À���H9À…9��L‰$H‰D$L‰L$H‰D$è����L‹œ$x��L‹D$XH‹|$`¶\$ €û�„��HÇÀ���<�„ß��L‰D$xH����L‹ L‰Œ$˜���H‹CH‰¼$€���H‰„$ ���H9ÇŒ°��H‰ùH)ÁH9Ï‚¨��L‰ÂH‰þH)ÎHƒþ�t H‰ËHÓH‰ÚH‰”$¸���H‰´$À���H9Æ…p��H‰$H‰t$L‰L$H‰D$è����L‹œ$x��L‹D$XH‹|$`¶\$ €û�„8��HÇÀ���<�„$��L‰$H‰|$H����Hl$H‰ïH‰ÞH¥H¥è����L‹œ$x��L‹D$XH‹|$`H‹\$ Hƒû…ß��L‰$H‰|$è����L‹D$L‰D$XH‹|$H‰|$`L‹\$ H‹\$(H‰œ$€��Iƒû�L‰œ$x��„¥��Iƒû�„#��H‹œ$���Hƒû�…��Hœ$è���HÇ����HÇC����Hœ$è���Hƒû�„á��HÇÁ���HÇÂ���H‰œ$@��H‰Œ$H��H‰”$P��L‰$H‹œ$€��H‰\$è����H‹L$H‹D$H‹œ$@��H‰$H‰Œ$È���H‰L$H‰„$Ð���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$@��H‰\$H‹œ$H��H‰\$ H‹œ$P��H‰\$(è����Hœ$è���HÇ����HÇC����Hœ$è���Hƒû�„ô���HÇÁ���HÇÂ���H‰œ$@��H‰Œ$H��H‰”$P��H‹œ$x��H‰$H‹œ$€��H‰\$è����H‹L$H‹D$H‹œ$@��H‰$H‰Œ$È���H‰L$H‰„$Ð���H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$@��H‰\$H‹œ$H��H‰\$H‹œ$P��H‰\$ è����H‹D$(H‹L$0HDŽ$h������HDŽ$p������H‰„$x��H‰Œ$€��HÄX��Ééÿÿÿ‰éþÿÿH‹œ$ø���H‰$H‹œ$���H‰\$H‹´$��H‰t$H5����Hl$H‰ïH¥H¥è����H‹L$(H‹D$0H‰Œ$h��H‰„$p��HDŽ$x������HDŽ$€������HÄX��ÃL‰„$Ø���H‰¼$à���Hœ$è���HÇ����HÇC����Hœ$è���Hƒû�„´��HÇÂ���HÇÁ���H‰œ$@��H‰”$H��H‰Œ$P��H����H‰$Hœ$Ø���H‰\$è����H‹L$H‹D$H‹œ$@��H‰$H‰Œ$È���H‰L$H‰„$Ð���H‰D$è����¶����ˆ$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$@��H‰\$H‹œ$H��H‰\$ H‹œ$P��H‰\$(è����H‹”$ø���H‹Œ$���H‹„$��H‰ÃH)ËHƒû}OH����H‰$H‰”$(��H‰T$H‰Œ$0��H‰L$H‰„$8��H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÅH‰ÓH‰¬$0��H‰„$8��H‰”$(��H‰ÍHkíHëH‰$H‹\$XH‰\$H‹\$`H‰\$è����H‹”$(��H‹Œ$0��H‹„$8��H‰”$ø���H‰Œ$���H‰„$��éÅ÷ÿÿ‰éEþÿÿéPûÿÿ1ÀéÈúÿÿè���� 1Àéÿùÿÿè���� H‰ $ÆD$è����L‹D$L‰D$XH‹|$H‰|$`L‹\$ H‹\$(H‰œ$€��éùÿÿè���� ‰éžøÿÿ‰%����é öÿÿ‰éOöÿÿf������>��0runtime.morestack_noctxt���Ü��$type."".addrParser��� ��runtime.convT2E���Š��2runtime.writebarrieriface���˜��"".debug���¬��>go.string."consumePhrase: [%s]"���¢�� "".debugT.Printf���°��4"".(*addrParser).skipSpace���Ò��,"".(*addrParser).empty���Œ��@go.string."mail: missing phrase"���à��.type.errors.errorString���ò��"runtime.newobject���Ö��4runtime.writebarrierstring���ø��Bgo.itab.*errors.errorString.error���þ ��0type.*errors.errorString���”
��type.error���¬
��Bgo.itab.*errors.errorString.error����� runtime.typ2Itab���€ ��H"".(*addrParser).consumeQuotedString���Ž ��go.string."=?"���Ò�� runtime.eqstring���È��go.string."?="���È�� runtime.eqstring���Æ��go.string."?"���î��strings.Count���Ì��("".decodeRFC2047Word���¾��runtime.convI2E���¨��2runtime.writebarrieriface���¶��"".debug���Ê��Lgo.string."consumePhrase: hit err: %v"���À�� "".debugT.Printf���š��runtime.convI2E���„��2runtime.writebarrieriface���’��Xgo.string."mail: missing word in phrase: %v"���†��fmt.Errorf���ð��go.string." "���’��strings.Join���Ò ��type.string���þ ��runtime.convT2E���è!��2runtime.writebarrieriface���ö!��"".debug���Š"��Lgo.string."consumePhrase: consumed %q"���€#�� "".debugT.Printf���Ö#��type.[]string���È$��"runtime.growslice���ö%��4runtime.writebarrierstring���'��$runtime.panicslice���¬'��$runtime.panicslice���Ì'��8"".(*addrParser).consumeAtom���¬(��$runtime.panicindex���P°��d"".autotmp_0291��"type.interface {}�"".autotmp_0290��*type.*[1]interface {}�"".autotmp_0289��&type.[]interface {}�"".autotmp_0288��"type.interface {}�"".autotmp_0287��*type.*[1]interface {}�"".autotmp_0286��&type.[]interface {}�"".autotmp_0285��type.uint64�"".autotmp_0284��type.uint64�"".autotmp_0283��type.int�"".autotmp_0282��type.int�"".autotmp_0281�_type.[]string�"".autotmp_0280��"type.interface {}�"".autotmp_0279��*type.*[1]interface {}�"".autotmp_0278��&type.[]interface {}�"".autotmp_0277��type.uint64�"".autotmp_0276��type.uint64�"".autotmp_0275��type.uint64�"".autotmp_0273��type.string�"".autotmp_0269�¿type.string�"".autotmp_0268��type.bool�"".autotmp_0267��type.error�"".autotmp_0264�¯0type.*errors.errorString�"".autotmp_0263�Ÿ"type.interface {}�"".autotmp_0261�/&type.[]interface {}�"".autotmp_0260��type.string�"".autotmp_0259��type.error�"".autotmp_0258��(type.[1]interface {}�"".autotmp_0257��(type.[1]interface {}�"".autotmp_0256��type.int�"".autotmp_0254�ÿtype.string�"".autotmp_0253��(type.[1]interface {}�"".autotmp_0252��type.int�"".autotmp_0250��type.int�"".autotmp_0249��type.int�"".autotmp_0248��type.int�"".autotmp_0246��type.int�"".autotmp_0245��type.int�"".autotmp_0244��0type.*errors.errorString�"".autotmp_0242�ß(type.[1]interface {}�"strings.suffix·3�ÿtype.string�strings.s·2�¿type.string�"strings.prefix·3�ßtype.string�strings.s·2�Ÿtype.string� "".~r0�Ÿtype.error�errors.text·2�ßtype.string�"".word�ÿtype.string�"".words�¿type.[]string� "".err�0type.error�"".phrase�type.string�"".p��&type.*"".addrParser�8,°Ï¯°Ä ¯°…¯°ù�À�‚š\ù$'ôD/²4æ¤X ýë/.4�j�ρGa2Õ©½¹m v†¶dWM0+�Tgclocals·be981699206bf7a62d073b4897cb6eb8�Tgclocals·cdaad0871a66f88d9b376d63bbfe75d7���:c:/go/src/net/mail/message.goþH"".(*addrParser).consumeQuotedString��€��äeH‹ %(���H‹‰����H„$XÿÿÿH;Awè����ëÛHì(��L‹Œ$0��HDŽ$H������HDŽ$P������HDŽ$8������HDŽ$@������HÇÀ���H\$VHÇ����ÆC�ÆC �H\$VHƒû�„Ý��E1ÛIÇÂ
���H‰ÞH‰œ$��H‰œ$È���L‰œ$��L‰œ$Ð���L‰”$ ��L‰”$Ø���I‹YH9Ï��H����H‹+H‰¬$˜���H‹kH‰¬$ ���HÇD$x����HDŽ$€�������H����H‰$è����H‹D$H‰D$`H‰$Hƒ<$�„›���H‹œ$˜���H‰\$H‹œ$ ���H‰\$è����H‹\$`H‰\$`H‹����1íH9èt5H‹L$`HDŽ$8������HDŽ$@������H‰„$H��H‰Œ$P��HÄ(��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뜉%����éYÿÿÿI‹I‹II‹iH‰¬$ð���H‰”$à���H‰D$HH‰Œ$è���H9ȃX��H¶+H‰é@€ý"…å���HÿÀI‹yI‹QH9‚Ê���L‰ $Hƒ<$�„¯���I‹ H‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰Œ$à���H‰L$H‰´$è���H‰t$H‰”$ð���H‰T$è����H‹œ$È���H‰$H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H‹L$H‹D$ H‰Œ$8��H‰„$@��HDŽ$H������HDŽ$P������HÄ(��É%����éEÿÿÿè���� @€ý\…��I‹iH‰ÃHÿÃH9ë…���H����H‹+H‰¬$ˆ���H‹kH‰¬$���HÇD$h����HÇD$p����H����H‰$è����H‹D$H‰D$`H‰$Hƒ<$�„›���H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹\$`H‰\$`H‹����1íH9èt5H‹T$`HDŽ$8������HDŽ$@������H‰„$H��H‰”$P��HÄ(��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뜉%����éYÿÿÿH‰ÁHÿÁI‹9I‹QI‹iH‰¬$ð���H‰¼$à���H‰”$è���H9уÈ���H¶+@ˆl$FL‰ÚL‰ÑL‰ÓL)ÛHƒû}\H����H‰$H‰´$��H‰t$H‰”$��H‰T$H‰Œ$ ��H‰L$HÇD$ ���è����L‹Œ$0��H‹D$HH‹t$(H‹T$0H‹L$8I‰ÓIÿÃI‰ÊH¶l$F@ˆ+H‰´$��L‰œ$��H‰Œ$ ��H‰´$È���L‰œ$Ð���H‰Œ$Ø���HƒÀé¯ûÿÿè���� @ˆl$E@€ý\„+��@€ý"„!��@€ý!‚��@€ý~‡��HÇÂ���€ú�„À���H‰÷L‰ÞL‰ÒL‰ÓL)ÛHƒû}aH����H‰$H‰¼$��H‰|$H‰´$��H‰t$H‰”$ ��H‰T$HÇD$ ���è����L‹Œ$0��¶L$EH‹D$HH‹|$(H‹t$0H‹T$8I‰óIÿÃI‰ÒH7ˆ H‰¼$��L‰œ$��H‰”$ ��H‰þH‰¼$È���L‰œ$Ð���H‰”$Ø���HÿÀé«úÿÿ€ù „7ÿÿÿ€ù „.ÿÿÿˆL$GHœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„ð���HÇÁ���HÇÂ���H‰œ$ø���H‰Œ$���H‰”$��H����H‰$H\$GH‰\$è����H‹L$H‹D$H‹œ$ø���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ø���H‰\$H‹œ$���H‰\$H‹œ$��H‰\$ è����H‹D$(H‹L$0HDŽ$8������HDŽ$@������H‰„$H��H‰Œ$P��HÄ(��Éé ÿÿÿ1Òéúýÿÿ1Òéóýÿÿè���� ‰éùÿÿD������>��0runtime.morestack_noctxt���¶��Pgo.string."mail: unclosed quoted-string"���œ��.type.errors.errorString���®��"runtime.newobject���ž��4runtime.writebarrierstring���À��Bgo.itab.*errors.errorString.error���Æ��0type.*errors.errorString���Ü��type.error���ô��Bgo.itab.*errors.errorString.error���ˆ�� runtime.typ2Itab���’
��2runtime.writebarrierslice���è
��2runtime.slicebytetostring���þ ��$runtime.panicslice���Ê ��Pgo.string."mail: unclosed quoted-string"���ª ��.type.errors.errorString���¼ ��"runtime.newobject���¬��4runtime.writebarrierstring���Î��Bgo.itab.*errors.errorString.error���Ô��0type.*errors.errorString���ê��type.error���‚��Bgo.itab.*errors.errorString.error���–�� runtime.typ2Itab���ê��type.[]uint8���Ü��"runtime.growslice���º��$runtime.panicindex���ð��type.[]uint8���â��"runtime.growslice�����type.uint8���¶��runtime.convT2E��� ��2runtime.writebarrieriface���®��hgo.string."mail: bad character in quoted-string: %q"���¢��fmt.Errorf���Ê��$runtime.panicindex���PÐ��V"".autotmp_0353��type.uint64�"".autotmp_0352��type.uint64�"".autotmp_0351��type.int�"".autotmp_0350�ÿ"type.interface {}�"".autotmp_0348�_&type.[]interface {}�"".autotmp_0347��type.uint64�"".autotmp_0346��type.uint64�"".autotmp_0345��type.int�"".autotmp_0344��type.int�"".autotmp_0343��type.[]uint8�"".autotmp_0340��type.int�"".autotmp_0339��type.int�"".autotmp_0338��type.[]uint8�"".autotmp_0337�Ãtype.uint8�"".autotmp_0336��type.int�"".autotmp_0335��type.error�"".autotmp_0334��type.*uint8�"".autotmp_0333��type.error�"".autotmp_0332��0type.*errors.errorString�"".autotmp_0330��type.error�"".autotmp_0327�0type.*errors.errorString�"".autotmp_0325�£type.[10]uint8�"".autotmp_0324��type.error�"".autotmp_0323�Átype.uint8�"".autotmp_0322�ß(type.[1]interface {}�"".autotmp_0321��type.int�"".autotmp_0320��type.[]uint8�"".autotmp_0319��type.int�"".autotmp_0317��0type.*errors.errorString�"".autotmp_0316��type.int�"".autotmp_0315��0type.*errors.errorString�"".autotmp_0314��type.int�"".autotmp_0313�/type.[]uint8� "".~r0�ÿtype.error�errors.text·2�¿type.string� "".~r0�ßtype.error�errors.text·2�Ÿtype.string�"".c�Åtype.uint8� "".qsb�¿type.[]uint8�"".i�¿type.int� "".err�0type.error�
"".qs�type.string�"".p��&type.*"".addrParser�D,ÐóÏÐÑÏÐôÏÐçÏÐ1�€�vîd` ƒ;
"me
€ñ=¸ ¤  �8�–8º+ª8˜í
vT �Tgclocals·16fee6aecc70ad80763bf921ad1184a2�Tgclocals·434db4c64b31dde074889275e9526c27���:c:/go/src/net/mail/message.goþ8"".(*addrParser).consumeAtom��à ��à eH‹ %(���H‹‰����H;awè����ëãHì€���HDŽ$¨�������HDŽ$°�������HDŽ$˜�������HDŽ$ �������H‹œ$ˆ���Hƒû�„Ã��H‹ H‹CH‹kH‰l$xH‰L$hHƒø�H‰D$p†˜��¶)@ˆ,$ÆD$�è����H‹”$ˆ���¶\$€û�…ô���H����H‹+H‰l$HH‹kH‰l$PHÇD$8����HÇD$@����H����H‰$è����H‹D$H‰D$0H‰$Hƒ<$�„•���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$0H‰\$0H‹����1íH9èt5H‹L$0HDŽ$˜�������HDŽ$ �������H‰„$¨���H‰Œ$°���HÄ€���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뜉%����é_ÿÿÿHÇÀ���H‹ZH9Ã~jH‰ÓH‹H‹KH‹kH‰l$xH‰T$hH‰D$(H‰L$pH9ȃ;��H¶+@ˆ,$¶œ$���ˆ\$è����H‹”$ˆ���H‹D$(¶\$€û�t HÿÀH‹ZH9ÖH‹JH‰D$(H9Á‚ã���H‹H‰T$hH‰$H‰D$pH‰D$H‰L$xH‰L$è����H‹´$ˆ���L‹T$L‹L$ H‹~H‹VH‹D$(H9‚���H‹I‰ÐI)ÀH‰úH)ÂHƒú�t H‰ÃHËH‰ÙL‰T$XL‰”$˜���L‰L$`L‰Œ$ ���H‰4$Hƒ<$�tCH‰L$hH‰L$L‰D$pL‰D$H‰T$xH‰T$è����HDŽ$¨�������HDŽ$°�������HÄ€���É%����ë´è���� è���� è���� è���� ‰é6ýÿÿ&������.��0runtime.morestack_noctxt���®��"".isAtext���è��@go.string."mail: invalid string"���¼��.type.errors.errorString���Î��"runtime.newobject���²��4runtime.writebarrierstring���Ô��Bgo.itab.*errors.errorString.error���Ú��0type.*errors.errorString���ð��type.error���ˆ��Bgo.itab.*errors.errorString.error���œ�� runtime.typ2Itab���ð��"".isAtext���¤ ��2runtime.slicebytetostring���À ��2runtime.writebarrierslice���œ ��$runtime.panicslice���ª ��$runtime.panicslice���¸ ��$runtime.panicindex���Æ ��$runtime.panicindex���`€�� "".autotmp_0390��type.uint64�"".autotmp_0389��type.uint64�"".autotmp_0388��$type."".addrParser�"".autotmp_0385�Otype.string�"".autotmp_0384��type.error�"".autotmp_0381�Ÿ0type.*errors.errorString�"".autotmp_0379��type.bool�"".autotmp_0378��type.int�"".autotmp_0377��0type.*errors.errorString� "".~r0�type.error�errors.text·2�otype.string�"".i�¯type.int� "".err�@type.error�"".atom� type.string� "".dot�type.bool�"".p��&type.*"".addrParser�($€Åÿ€™ÿ€,�°�0°T]ôsÅ �$�–P2ßè.#�Tgclocals·21fa5ef325dae85eddaf2a836e7d0561�Tgclocals·1df59501ed491c37e4bc1b3f31fd5037���:c:/go/src/net/mail/message.goþ0"".(*addrParser).consume��€��îeH‹ %(���H‹‰����H;awè����ëãHƒì8H‹\$@H‰$è����H‹D$@¶\$€û�…���Hƒø�„¤���H‹H‹HH‹hHƒù�†ˆ���¶*H‰ë¶l$H@8ëunH‹pH‹HHƒùrYH‰$Hƒ<$�tEH‹�H‰ÊHÿÊH‰ñHÿÉHƒù�tHÿÀH‰D$ H‰D$H‰T$(H‰T$H‰L$0H‰L$è����ÆD$PHƒÄ8É%����ë²è���� ÆD$P�HƒÄ8Ãè���� ‰�éUÿÿÿ ������.��0runtime.morestack_noctxt���V��,"".(*addrParser).empty���‚��2runtime.writebarrierslice���²��$runtime.panicslice���Ô��$runtime.panicindex���0p�� "".~r1� type.bool�"".c�type.uint8�"".p��&type.*"".addrParser�!p­opop�€� Æ!PT

� �*Ö�Tgclocals·64b411f0f44be3f38c26e84fc3239091�Tgclocals·0528ab8f76149a707fd2f0025c2178a3���:c:/go/src/net/mail/message.goþ4"".(*addrParser).skipSpace��à��ÐeH‹ %(���H‹‰����H;awè����ëãHƒìXH‹t$`Hƒþ�txH,$H‰ïH¥H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹T$(H‹L$0H‹D$8H‹\$`H‰$Hƒ<$�t(H‰T$@H‰T$H‰L$HH‰L$H‰D$PH‰D$è����HƒÄXÉ%����ëωë„
������.��0runtime.morestack_noctxt���x��go.string." \t"��� ��bytes.TrimLeft���¤��2runtime.writebarrierslice���°��"".autotmp_0410�/type.[]uint8�"".p��&type.*"".addrParser�!°y¯°�°�Ø!u�
�Oa�Tgclocals·519efd86263089ddb84df3cfe7fd2992�Tgclocals·0528ab8f76149a707fd2f0025c2178a3���:c:/go/src/net/mail/message.goþ*"".(*addrParser).peek�� ��šeH‹ %(���H‹‰����H;awè����ëãH‹\$Hƒû�t!H‹ H‹CH‹kHƒø�v ¶)@ˆl$Ãè���� ‰ëÛ������.��0runtime.morestack_noctxt���†��$runtime.panicindex��� ��� "".~r0�type.uint8�"".p��&type.*"".addrParser�P�P� à3�
�B�Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ,"".(*addrParser).empty��@��8H‹\$H‹kHƒý�tÆD$�ÃÆD$ëø� ��� "".~r0�type.bool�"".p��&type.*"".addrParser� � �ê ��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ("".(*addrParser).len�� ��H‹\$H‹kH‰l$Ã� ��� "".~r0�type.int�"".p��&type.*"".addrParser���ò��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ("".decodeRFC2047Word��€D��ìCeH‹ %(���H‹‰����H„$xþÿÿH;Awè����ëÛHì��HDŽ$ ������HDŽ$(������HDŽ$0������HDŽ$8������H‹œ$��H‰$H‹´$��H‰t$H5����Hl$H‰ïH¥H¥è����H‹T$ H‹L$(H‹D$0H‰”$��H‰„$ ��H‰Œ$˜��Hƒù…��Hƒù�†'��H‹
H‰Œ$`��H‹BH‰„$h��Hƒø…í��H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�„»��H‹œ$��Hƒ¼$˜��†¶��HƒÃ@H‹ H‰Œ$`��H‹CH‰„$h��Hƒø…��H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�„M��H‹œ$��Hƒ¼$˜��†/��HƒÃH,$H‰ïH‰ÞH¥H¥è����H‹\$H‰œ$`��H‹\$H‰œ$h��H‹œ$��Hƒ¼$˜��†à ��HƒÃ H,$H‰ïH‰ÞH¥H¥è����H‹L$H‹D$H‹œ$`��H‰œ$0��H‹”$h��H‰Œ$ ��H‰„$(��Hƒú…° ��H‹´$0��H‰4$H‰”$8��H‰T$H5����LD$L‰ÇH¥H¥è����H‹”$8��¶\$ €û�„i ��H‹œ$��Hƒ¼$˜��†K ��HƒÃ0H‹+H‰¬$à���H‹kH‰¬$è���H����H‰$è����H‹|$H‰|$xHƒÿ�„ ��1Àè����H‹œ$à���H‰$H‹œ$è���H‰\$è����H\$Hl$H‰ïH‰ÞH¥H¥H¥H‹\$xH‰$Hƒ<$�„ª
��è����H‹\$xH‰\$HHDŽ$�������HDŽ$������H‹Œ$ ��H‰Œ$`��H‹„$(��Hƒø…��H‰ $H‰„$h��H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$`��H‹„$h��¶\$ €û�„¾��H‹\$HH‰\$xH‹����1íH9è„p��H‹L$xH‹����H‰\$PH‰„$@��H‰„$ð���H‰Œ$H��H‰Œ$ø���HDŽ$ �������HDŽ$¨�������H����H‰$è����H‹D$H‰D$pH‰$Hƒ<$�„ò��H‹œ$ð���H‰\$H‹œ$ø���H‰\$è����H‹\$pH‰\$pH����H‰$è����H‹|$H‰úHƒÿ�„ ��1ÀHÇÁê���óH«H‰T$hH‰$Hƒ<$�„t��Hƒ$H‹\$PH‰\$è����H‹����1íH9è„��H‹\$hH‰$Hƒ<$�„ü��Hƒ$H‹L$pH‰„$@��H‰D$H‰Œ$H��H‰L$è����H‹\$hH‰\$hH‹����1íH9è„…��H‹T$hH‰„$@��H‰ÁH‰”$H��H‰„$ ���H‰”$¨���H‰ÐH‰Œ$���H‰ $H‰„$��H‰D$è����H‹\$H‰œ$¨��H‹\$H‰œ$°��H‹\$ H‰œ$¸��H‹D$(H‹L$0H‰Œ$��Hƒø�H‰„$��t0HDŽ$ ������HDŽ$(������H‰„$0��H‰Œ$8��HÄ��ÃH‹Œ$0��H‰Œ$`��H‹„$8��Hƒø
…½��H‰ $H‰„$h��H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$`��H‹„$h��¶\$ €û�„s��H����H‰$è����H‹\$H‰\$`H‹”$¨��H‹„$°��H‹œ$¸��H‰œ$è��1ÉH‰„$à��H‰D$@H‰”$Ø��H‰ÐH‹l$@H9é}CH‰„$€���¶(H‰L$8H‹\$`H‰$@¶Ý‰\$è����H‹„$€���HÿÀH‹L$8HÿÁH‹l$@H9é|½H‹D$`HDŽ$À�������HDŽ$È�������1íH9èu>H����H‹ H‹CH‰Œ$ ��H‰„$(��HDŽ$0������HDŽ$8������HÄ��ÃH‹pH‹PH‹HH9ÊrXH‹�H‰×H)ÏH‰òH)ÊHƒú�t H‰ËHÃH‰ØH‰„$Ø��H‰$H‰¼$à��H‰|$H‰”$è��H‰T$è����H‹L$H‹D$ égÿÿÿè���� Hƒø…â��H‰ $H‰„$h��H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$`��H‹„$h��¶\$ €û�„˜��H����H‰$è����H‹\$H‰\$XH‹”$¨��H‹„$°��H‹œ$¸��H‰œ$è��1ÉH‰„$à��H‰D$@H‰”$Ø��H‰ÐH‹l$@H9é}MH‰„$€���¶(H‰L$8@€ý€‚��H‹\$XH‰$ÇD$ýÿ��è����H‹„$€���HÿÀH‹L$8HÿÁH‹l$@H9é|³H‹D$XHDŽ$�������HDŽ$˜�������1íH9èu>H����H‹ H‹CH‰Œ$ ��H‰„$(��HDŽ$0������HDŽ$8������HÄ��ÃH‹pH‹PH‹HH9ÊrXH‹�H‰×H)ÏH‰òH)ÊHƒú�t H‰ËHÃH‰ØH‰„$Ø��H‰$H‰¼$à��H‰|$H‰”$è��H‰T$è����H‹L$H‹D$ égÿÿÿè���� H‹\$XH‰$@¶Ý‰\$è����éöþÿÿH‰„$h��Hƒø…“���H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�teH‹œ$¨��H‰$H‹œ$°��H‰\$H‹œ$¸��H‰\$è����H‹\$H‰œ$ ��H‹\$ H‰œ$(��HDŽ$0������HDŽ$8������HÄ��ÃH����H‹+H‰¬$p��H‹kH‰¬$x��H����H‰$Hœ$p��H‰\$è����H\$H,$H‰ïH‰ÞH¥H¥è���� H����H‰$H����H‰\$H����H‰\$è����H‹D$éIúÿÿ‰%����éøùÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é²ùÿÿ‰%����é€ùÿÿ‰éYùÿÿ‰%����éùÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é^øÿÿH‰„$h��Hƒø…��H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�„Ò���H‹\$HH‰\$xHœ$ð��HÇ����HÇC����HÇC����H‹����1íH9ètiH‹L$xH‰„$@��H‰„$ð��H‰Œ$H��H‰Œ$ø��H����H‰$H����H‰\$H����H‰\$Hœ$ð��H‰\$è����H‹L$ H‹D$(éùÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éeÿÿÿH‹œ$ ��H‰œ$p��H‹œ$(��H‰œ$x��Hœ$€��HÇ����HÇC����Hœ$€��Hƒû�„ó���HÇÁ���HÇÂ���H‰œ$À��H‰Œ$È��H‰”$Ð��H����H‰$Hœ$p��H‰\$è����H‹L$H‹D$H‹œ$À��H‰$H‰Œ$P��H‰L$H‰„$X��H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$À��H‰\$H‹œ$È��H‰\$H‹œ$Ð��H‰\$ è����H‹D$(H‹L$0HDŽ$ ������HDŽ$(������H‰„$0��H‰Œ$8��HÄ��Ééÿÿÿ‰%����éJõÿÿ‰éôôÿÿè���� Hƒú
uGH‹´$0��H‰4$H‰”$8��H‰T$H5����LD$L‰ÇH¥H¥è����H‹”$8��¶\$ €û�…JôÿÿHƒúuGH‹´$0��H‰4$H‰”$8��H‰T$H5����LD$L‰ÇH¥H¥è����H‹”$8��¶\$ €û�…ýóÿÿH‹œ$0��H‰œ$p��H‰”$8��H‰”$x��Hœ$€��HÇ����HÇC����Hœ$€��Hƒû�„ó���HÇÂ���HÇÁ���H‰œ$À��H‰”$È��H‰Œ$Ð��H����H‰$Hœ$p��H‰\$è����H‹L$H‹D$H‹œ$À��H‰$H‰Œ$P��H‰L$H‰„$X��H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$À��H‰\$H‹œ$È��H‰\$H‹œ$Ð��H‰\$ è����H‹D$(H‹L$0HDŽ$ ������HDŽ$(������H‰„$0��H‰Œ$8��HÄ��Ééÿÿÿè���� è���� H����H‹+H‰¬$Ð���H‹kH‰¬$Ø���HDŽ$°�������HDŽ$¸�������H����H‰$è����H‹D$H‰„$ˆ���H‰$Hƒ<$�„¤���H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H‹œ$ˆ���H‰œ$ˆ���H‹����1íH9èt8H‹Œ$ˆ���HDŽ$ ������HDŽ$(������H‰„$0��H‰Œ$8��HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뙉%����éPÿÿÿè���� è���� Ô������>��0runtime.morestack_noctxt���ð��go.string."?"���’��strings.Split���ê��go.string."="���’�� runtime.eqstring���Æ��go.string."="���î�� runtime.eqstring���æ��strings.ToLower���ö��strings.ToLower���® ��(go.string."us-ascii"���Ð �� runtime.eqstring���î
��"type.bytes.Buffer���€ ��"runtime.newobject���¶ È� runtime.duffzero���ò ��2runtime.stringtoslicebyte���Ð ��2runtime.writebarrierslice���ˆ��go.string."b"���°�� runtime.eqstring���Ž��>go.itab.*bytes.Buffer.io.Reader���¼��6encoding/base64.StdEncoding���Ä��Vtype.encoding/base64.newlineFilteringReader���Ö��"runtime.newobject���Æ��2runtime.writebarrieriface���è��8type.encoding/base64.decoder���ú��"runtime.newobject���†��.runtime.writebarrierptr���”��rgo.itab.*encoding/base64.newlineFilteringReader.io.Reader���¤��2runtime.writebarrieriface���Æ��Tgo.itab.*encoding/base64.decoder.io.Reader���î��"io/ioutil.ReadAll���Ð��,go.string."iso-8859-1"���ø�� runtime.eqstring���Â��"type.bytes.Buffer���Ô��"runtime.newobject���¼��2bytes.(*Buffer).WriteRune���Ì��"go.string."<nil>"���î��2runtime.slicebytetostring���–��$runtime.panicslice���Þ��(go.string."us-ascii"���† �� runtime.eqstring���Ð ��"type.bytes.Buffer���â ��"runtime.newobject���Þ"��2bytes.(*Buffer).WriteRune���î#��"go.string."<nil>"���&��2runtime.slicebytetostring���¸&��$runtime.panicslice���è&��2bytes.(*Buffer).WriteRune���¶'��"go.string."utf-8"���Þ'�� runtime.eqstring���È(��2runtime.slicebytetostring���Ê)��.go.string."unreachable"���†*��type.string���²*��runtime.convT2E���â*��runtime.gopanic���ô*��:type.*encoding/base64.decoder���Š+��type.io.Reader���¢+��Tgo.itab.*encoding/base64.decoder.io.Reader���¶+�� runtime.typ2Itab���ð+��Xtype.*encoding/base64.newlineFilteringReader���†,��type.io.Reader���ž,��rgo.itab.*encoding/base64.newlineFilteringReader.io.Reader���²,�� runtime.typ2Itab���’-��$type.*bytes.Buffer���¨-��type.io.Reader���À-��>go.itab.*bytes.Buffer.io.Reader���Ô-�� runtime.typ2Itab���¬.��go.string."q"���Ô.�� runtime.eqstring���Ð/��>go.itab.*bytes.Buffer.io.Reader���¶0�� type."".qDecoder���Ì0��type.io.Reader���ä0��:go.itab."".qDecoder.io.Reader���’1��runtime.convT2I���¾1��$type.*bytes.Buffer���Ô1��type.io.Reader���ì1��>go.itab.*bytes.Buffer.io.Reader���€2�� runtime.typ2Itab���€4��type.string���¬4��runtime.convT2E���–5��2runtime.writebarrieriface���¤5��^go.string."RFC 2047 encoding not supported: %q"���˜6��fmt.Errorf���Ê7��$runtime.panicindex���š8��,go.string."iso-8859-1"���¼8�� runtime.eqstring���´9��"go.string."utf-8"���Ö9�� runtime.eqstring���î;��type.string���š<��runtime.convT2E���„=��2runtime.writebarrieriface���’=��Jgo.string."charset not supported: %q"���†>��fmt.Errorf���’?��$runtime.panicindex��� ?��$runtime.panicindex���²?��Pgo.string."address not RFC 2047 encoded"���ž@��.type.errors.errorString���°@��"runtime.newobject���¦A��4runtime.writebarrierstring���ÔA��Bgo.itab.*errors.errorString.error���àB��0type.*errors.errorString���öB��type.error���ŽC��Bgo.itab.*errors.errorString.error���¢C�� runtime.typ2Itab���ÒC��$runtime.panicindex���àC��$runtime.panicindex���`��"".autotmp_0473��type.uint64�"".autotmp_0472��type.uint64�"".autotmp_0471��type.uint64�"".autotmp_0470��type.string�"".autotmp_0469��type.uint8�"".autotmp_0468��type.*uint8�"".autotmp_0467��type.int�"".autotmp_0466��type.int�"".autotmp_0462��type.string�"".autotmp_0460��type.*uint8�"".autotmp_0459��type.int�"".autotmp_0458��type.int�"".autotmp_0457��type.string�"".autotmp_0456��"type.interface {}�"".autotmp_0455��*type.*[1]interface {}�"".autotmp_0454��&type.[]interface {}�"".autotmp_0453��type.*uint8�"".autotmp_0452��type.*uint8�"".autotmp_0451��type.io.Reader�"".autotmp_0450��type.*uint8�"".autotmp_0449�¿:type.*encoding/base64.decoder�"".autotmp_0448�¯Xtype.*encoding/base64.newlineFilteringReader�"".autotmp_0447��type.*uint8�"".autotmp_0446�type.io.Reader�"".autotmp_0445��type.string�"".autotmp_0444�Ÿ$type.*bytes.Buffer�"".autotmp_0443��$type.*bytes.Buffer�"".autotmp_0442�ï"type.interface {}�"".autotmp_0440�&type.[]interface {}�"".autotmp_0439�type.*uint8�"".autotmp_0437�ÿ0type.*errors.errorString�"".autotmp_0436��type.string�"".autotmp_0435�Ïtype.string�"".autotmp_0434��type.string�"".autotmp_0433��type.[]uint8�"".autotmp_0432��$type.*bytes.Buffer�"".autotmp_0431�_type.[]uint8�"".autotmp_0430��$type.*bytes.Buffer�"".autotmp_0429��type.error�"".autotmp_0428��type.string�"".autotmp_0427��(type.[1]interface {}�"".autotmp_0426�/ type."".qDecoder�"".autotmp_0425��$type.*bytes.Buffer�"".autotmp_0424��:type.*encoding/base64.decoder�"".autotmp_0423��Xtype.*encoding/base64.newlineFilteringReader�"".autotmp_0422��$type.*bytes.Buffer�"".autotmp_0421��type.error�"".autotmp_0420�¯type.string�"".autotmp_0419�(type.[1]interface {}�"".autotmp_0417��type.string�"".autotmp_0416��0type.*errors.errorString�"".autotmp_0415�type.int� "".~r0�type.string� "".~r0�ïtype.string� "".~r0�Ïtype.io.Reader�(encoding/base64.r·3�¯type.io.Reader�,encoding/base64.enc·2�ï<type.*encoding/base64.Encoding�bytes.s·2�Ïtype.string� "".~r0�¯type.error�errors.text·2�ïtype.string�"".b�Ï$type.*bytes.Buffer�"".b�ß$type.*bytes.Buffer� "".err�ïtype.error� "".dec�¿type.[]uint8�"".r�type.io.Reader�
"".in�ÿ$type.*bytes.Buffer� "".enc�Ïtype.string�"".charset�¯type.string�"".fields�ïtype.[]string� "".~r2�@type.error� "".~r1� type.string�"".s��type.string�n,Å îÐ¯çöëS�€"�Ìø\PݨQ´T£W0TTÒTT
Ò@eU?ÁD›
 2ÚÒ�¾�ˆ€òmX9Ÿ“8`OeÅ.tÙ#L .~Ù%,&;5!u(B>Q@
Ÿ7–vY+9ï$vF+O.;–/�Tgclocals·5528151e9c51f1ee3c307fd183fbab01�Tgclocals·8795c346079b98e7d4bada902dc87e1f���:c:/go/src/net/mail/message.goþ "".qDecoder.Read�� ��‚eH‹ %(���H‹‰����HD$H;Awè����ëÞHìð���H����H‰$è����H‹|$H¬$ø���H‰ùH‰îH¥H¥H¥HDŽ$0������HDŽ$8������H‹œ$��Hƒû�u,HDŽ$(������HDŽ$0������HDŽ$8������HÄð���ÃH‰ÍHƒÅH‰L$@H‹9H‹qHƒý�„¸��HÇÂ���HÇÁ���H‰¬$¨���H‰l$H‰”$°���H‰T$H‰Œ$¸���H‰L$H‰´$€���H‰4$H‰|$xH‹_ ÿÓH‹´$��H‹”$��H‹L$@H‹D$(H‹l$0H‰l$`Hƒø�H‰D$Xt$HDŽ$(������H‰„$0��H‰¬$8��HÄð���öi@€ý=…á��H‰ÈHƒÀH)H$H‰ßH‰îH¥H¥Hƒø�„¸��HÇÁ���HÇÂ���H‰„$¨���H‰D$H‰Œ$°���H‰L$H‰”$¸���H‰T$ è����H‹D$0H‹L$8H‰L$PHƒø�H‰D$Ht$HDŽ$(������H‰„$0��H‰Œ$8��HÄð���ÃH‹l$@HƒÅHƒý�„%��HÇÁ���HÇÂ���H‰¬$¨���H‰,$H‰Œ$°���H‰L$H‰”$¸���H‰T$è����H\$H,$H‰ïH‰ÞH¥H¥HÇD$���HÇD$@���è����H‹D$ H‹L$(H‹\$0H‰\$pHƒù�H‰L$h„W��H‹D$@HƒÀHƒø�„=��HÇÂ���HÇÁ���H‰„$Ø���H‰”$à���H‰Œ$è���Hœ$˜���HÇ����HÇC����Hœ$˜���Hƒû�„ç���HÇÁ���HÇÂ���H‰œ$À���H‰Œ$È���H‰”$Ð���H����H‰$Hœ$Ø���H‰\$è����H‹L$H‹D$H‹œ$À���H‰$H‰Œ$ˆ���H‰L$H‰„$���H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$À���H‰\$H‹œ$È���H‰\$H‹œ$Ð���H‰\$ è����H‹L$(H‹D$0HDŽ$(������H‰Œ$0��H‰„$8��HÄð���Ééÿÿÿ‰�é¼þÿÿH‹œ$��Hƒ¼$���v.ˆHDŽ$(�����HDŽ$0������HDŽ$8������HÄð���Ãè���� ‰E�éÓýÿÿ‰�éAýÿÿ@€ý_uHƒþ�vÆ ë­è���� Hƒþ�v@ˆ*ë›è���� ‰E�é@üÿÿ ������8��0runtime.morestack_noctxt���X�� type."".qDecoder���j��"runtime.newobject���–�
������Œ��io.ReadFull���  ��2runtime.slicebytetostring���ô �� strconv.ParseInt���Ø ��type.[]uint8���„ ��runtime.convT2E���î ��2runtime.writebarrieriface���ü ��^go.string."mail: invalid RFC 2047 encoding: %q"���ð��fmt.Errorf���ô��$runtime.panicindex���Â��$runtime.panicindex���æ��$runtime.panicindex���à��"".autotmp_0505�Ï"type.interface {}�"".autotmp_0503�_&type.[]interface {}�"".autotmp_0502��type.*[2]uint8�"".autotmp_0501��type.*[2]uint8�"".autotmp_0500��type.*[2]uint8�"".autotmp_0497�/type.[]uint8�"".autotmp_0496�¯(type.[1]interface {}� "".&qd�ß"type.*"".qDecoder� "".err�type.error� "".err�Ïtype.error� "".err�¯type.error� "".err�ptype.error�"".n�`type.int�"".p�0type.[]uint8�N)àzßà»ßà§ßàáßàNßàW� �näj,˜$
v$Š× ,   � �4׶v‚W�Tgclocals·6b618912efbcdf2e79a93df4f65613c4�Tgclocals·3f63f62d898f86dd9b2c505524c6464a���:c:/go/src/net/mail/message.goþ"".isAtext�� ��†eH‹ %(���H‹‰����H;awè����ëãHƒì(¶D$0€|$1�t<.u
ÆD$8HƒÄ(ÃH‹����H‰$H‹����H‰\$H‹����H‰\$ˆD$è����H‹\$ Hƒû�}
ÆD$8�HƒÄ(ÃÆD$8ëô ������.��0runtime.morestack_noctxt���|��"".atextChars���’�"".atextChars���ª �"".atextChars���Æ��bytes.IndexByte��� P�� "".~r2�type.bool� "".dot�type.bool�"".c��type.uint8�!POP@OP��¦& 
U�
�b.�Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ"".isQtext��`��P¶D$<\t<"t<!r
<~wÆD$ÃÆD$�ëøÆD$�Ã� ��� "".~r1�type.bool�"".c��type.uint8�0�0�¶��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ"".isVchar��@��4¶D$<!r
<~wÆD$ÃÆD$�ëø� ��� "".~r1�type.bool�"".c��type.uint8� � � È��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ"".isWSP��@��4¶D$< t
< tÆD$�ÃÆD$ëø� ��� "".~r1�type.bool�"".c��type.uint8� � � Ö��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ"".func·001��à��ÆeH‹ %(���H‹‰����H;awè����ëãHƒì H‹jH‹JH‹BHƒ}��t!H‹9H‰<$Hƒ<$�tH|$H‰ÆH¥H¥H¥è����HƒÄ É%����ëß������.��"runtime.morestack���¢��2runtime.writebarrierslice����@���!@8?@�p�¾-!�
�P �Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ"".init��à��ÂeH‹ %(���H‹‰����H;awè����ëãHƒì0¶����€û�t¶����€ûuHƒÄ0Ãè���� Æ����è����è����è����è����è����è����è����è����è����è����è����è����H����H,$H‰ïH‰ÞH¥H¥è����H‹L$H‹D$H����H‰$H‰L$ H‰L$H‰D$(H‰D$è����è����Æ����HƒÄ0Ã0������.��0runtime.morestack_noctxt���H��"".initdone·���`��"".initdone·���~��"runtime.throwinit���Ž�"".initdone·���š��unicode.init���¤��time.init���®��strings.init���¸��strconv.init���Â��$net/textproto.init���Ì��log.init���Ö��io/ioutil.init���à��io.init���ê��fmt.init���ô��(encoding/base64.init���þ��bytes.init���ˆ��bufio.init���–��Ngo.string."mail: header not in message"���¼��errors.New���Þ��,"".ErrHeaderNotPresent���˜��2runtime.writebarrieriface���¢��"".init·1���®�"".initdone·����`��"".autotmp_0526�type.error�!`_`¢_�ð�ÚˆóHô � �>²�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���:c:/go/src/net/mail/message.goþ&"".(*debugT).Printf��À��¦eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8¶+@ˆ,$H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ H‹\$`H‰\$(è����HƒÄ0Ã������.��0runtime.morestack_noctxt���Œ�� go.string."mail"���¶��$go.string."debugT"���â��$go.string."Printf"���Š��"runtime.panicwrap���”�� "".debugT.Printf���``��"".args�0&type.[]interface {}�"".format�type.string�""..this��type.*"".debugT�!`±_�à�à� �„\�Tgclocals·0a3395567ab7eee3bb936aced49af517�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ(type..hash.[8]string�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��runtime.strhash���@`�� "".autotmp_0529�type.int�"".autotmp_0528�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[8]string�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ$type..eq.[8]string�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð�� runtime.eqstring���@°��"".autotmp_0533�?type.string�"".autotmp_0532�type.string�"".autotmp_0531�_type.int�"".autotmp_0530�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[8]string�"".p��type.*[8]string�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���:c:/go/src/net/mail/message.goþ "".(*Header).Get��À��¶eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#HÇD$P����HÇD$X����H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‹+H‰,$H‹\$@H‰\$H‹\$HH‰\$è����H‹L$H‹D$ H‰L$PH‰D$XHƒÄ0Ã������.��0runtime.morestack_noctxt���°�� go.string."mail"���Ú��$go.string."Header"���†��go.string."Get"���®��"runtime.panicwrap���ü��"".Header.Get���P`�� "".~r1�0type.string� "".key�type.string�""..this��type.*"".Header�!`¹_�à�à� �–J�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ""".(*Header).Date��€��úeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#HÇD$@����ÇD$H����HÇD$P����HÇD$X����HÇD$`����H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‹+H‰,$è����H‹t$‹l$H‹T$H‹L$ H‹D$(H‰t$@‰l$HH‰T$PH‰L$XH‰D$`HƒÄ0Ã������.��0runtime.morestack_noctxt���ä�� go.string."mail"���Ž��$go.string."Header"���º�� go.string."Date"���â��"runtime.panicwrap���ˆ��"".Header.Date���``�� "".~r1�@type.error� "".~r0�type.time.Time�""..this��type.*"".Header�!`Û_�€�€� �°P�Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ0"".(*Header).AddressList��À��´eH‹ %(���H‹‰����H;awè����ëãHƒì@H‹Y H…Ût H|$HH9;uH‰#HÇD$`����HÇD$h����HÇD$p����HÇD$x����HDŽ$€�������H‹\$H1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$HH‹+H‰,$H‹\$PH‰\$H‹\$XH‰\$è����H‹t$H‹l$ H‹T$(H‹L$0H‹D$8H‰t$`H‰l$hH‰T$pH‰L$xH‰„$€���HƒÄ@Ã������.��0runtime.morestack_noctxt���ì�� go.string."mail"���–��$go.string."Header"���Â��.go.string."AddressList"���ê��"runtime.panicwrap���¸��*"".Header.AddressList���€€�� "".~r2�`type.error� "".~r1�0$type.[]*"".Address� "".key�type.string�""..this��type.*"".Header�!€ø� �
 � �´l�Tgclocals·24e6837c33f05eaea5195ddf8814fc1e�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ*type..hash."".Address�À��¸eH‹ %(���H‹‰����H;awè����ëãHƒì H‹\$(H‰$Hƒ<$�tbHÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t,Hƒ$HÇD$���H‰D$8H‰D$è����H‹\$H‰\$@HƒÄ É%����ëˉ%����ë•������.��0runtime.morestack_noctxt���Š��runtime.strhash���î��runtime.strhash���@@��
"".autotmp_0540��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p�� type.*"".Address�!@h?@� � �
�D\�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ&type..eq."".Address�à��ÂeH‹ %(���H‹‰����H;awè����ëãHƒìHH‹\$PHƒû�„ê���H‹3H‹KH‹\$XHƒû�„Í���H‹H‹CH9Á…³���H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è����¶\$ €û�t}H‹\$PHƒû�tnH‹SH‹CH‹\$XHƒû�tWH‹sH‹KH9Èu@H‰T$(H‰$H‰D$0H‰D$H‰t$8H‰t$H‰L$@H‰L$è����¶\$ €û�t
ÆD$hHƒÄHÃÆD$h�HƒÄHÉ륉ëŽÆD$h�HƒÄHÉé,ÿÿÿ‰éÿÿÿ������.��0runtime.morestack_noctxt���ü�� runtime.eqstring���¾�� runtime.eqstring���@��"".autotmp_0544��type.string�"".autotmp_0543��type.string�"".autotmp_0542�?type.string�"".autotmp_0541�type.string� "".~r3�0type.bool�"".s� type.uintptr�"".q� type.*"".Address�"".p�� type.*"".Address�2!Õ �°�°� �}³�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���:c:/go/src/net/mail/message.goþ(type..hash.[2]string�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��runtime.strhash���@`�� "".autotmp_0547�type.int�"".autotmp_0546�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[2]string�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ$type..eq.[2]string�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð�� runtime.eqstring���@°��"".autotmp_0551�?type.string�"".autotmp_0550�type.string�"".autotmp_0549�_type.int�"".autotmp_0548�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[2]string�"".p��type.*[2]string�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���:c:/go/src/net/mail/message.goþ(type..hash.[3]string�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��runtime.strhash���@`�� "".autotmp_0554�type.int�"".autotmp_0553�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[3]string�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ$type..eq.[3]string�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð�� runtime.eqstring���@°��"".autotmp_0558�?type.string�"".autotmp_0557�type.string�"".autotmp_0556�_type.int�"".autotmp_0555�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[3]string�"".p��type.*[3]string�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���:c:/go/src/net/mail/message.goþ4type..hash.[1]interface {}�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��(runtime.nilinterhash���@`�� "".autotmp_0561�type.int�"".autotmp_0560�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[1]interface {}�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ0type..eq.[1]interface {}�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð��runtime.efaceeq���@°��"".autotmp_0565�?"type.interface {}�"".autotmp_0564�"type.interface {}�"".autotmp_0563�_type.int�"".autotmp_0562�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���:c:/go/src/net/mail/message.goþ,type..hash."".qDecoder�À��¸eH‹ %(���H‹‰����H;awè����ëãHƒì H‹\$(H‰$Hƒ<$�tbHÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t,Hƒ$HÇD$���H‰D$8H‰D$è����H‹\$H‰\$@HƒÄ É%����ëˉ%����ë•������.��0runtime.morestack_noctxt���Š��"runtime.interhash���î��runtime.memhash���@@��
"".autotmp_0567��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��"type.*"".qDecoder�!@h?@� � �
�D\�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���:c:/go/src/net/mail/message.goþ(type..eq."".qDecoder�€��ìeH‹ %(���H‹‰����H;awè����ëãHƒìHH‹\$XHƒû�„¿���H‹ H‹sH‹\$PHƒû�„¢���H‹H‹SH9È…ˆ���H‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è����¶\$ €û�tRH‹L$PHƒù�tCH‹D$XHƒÁHƒø�t0HƒÀ¶¶(@8ëu¶Y¶h@8ëu
ÆD$hHƒÄHÃÆD$h�HƒÄHÉ�ë̉ë¹ÆD$h�HƒÄHÉéWÿÿÿ‰é:ÿÿÿ������.��0runtime.morestack_noctxt���ü��runtime.ifaceeq���@�� "".autotmp_0569�?type.io.Reader�"".autotmp_0568�type.io.Reader� "".~r3�0type.bool�"".s� type.uintptr�"".q�"type.*"".qDecoder�"".p��"type.*"".qDecoder�2!ª �€�€� �}ƒ�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���:c:/go/src/net/mail/message.goþ&"".(*qDecoder).Read� ��ŠeH‹ %(���H‹‰����H;awè����ëãHƒìHH‹Y H…Ût H|$PH9;uH‰#HÇD$x����HDŽ$€�������H‹\$P1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹t$PHƒþ�tVH,$H‰ïH¥H¥H¥H‹\$XH‰\$H‹\$`H‰\$ H‹\$hH‰\$(è����H‹T$0H‹L$8H‹D$@H‰T$pH‰L$xH‰„$€���HƒÄHÉë¦������.��0runtime.morestack_noctxt���¶�� go.string."mail"���à��(go.string."qDecoder"���Œ�� go.string."Read"���´��"runtime.panicwrap���®�� "".qDecoder.Read���p�� "".err�Ptype.error�"".n�@type.int�"".p�type.[]uint8�""..this��"type.*"".qDecoder�!ß�� � �™w�Tgclocals·9877a4ef732a0f966b889793f9b99b87�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·ad1cd1444cd4f1a002c99da50c2a83e0������ ���‰����þ,>go.itab.*bufio.Reader.io.Reader�����þTgclocals·e904885db9c99f571954cf4e3d039996�H��H�������������������"���‚���€����þTgclocals·a67ba4e1343ca47e3202fe6616bb4172�H��H���
��� ��� ��� ��� ��� ��� ��� ����þ"go.string."Mon, "�0��,���������������Mon, �� �"go.string."Mon, "���þgo.string."2"�0��$���������������2�� �go.string."2"���þgo.string."02"�0��&���������������02�� �go.string."02"���þ go.string."2006"�0��*���������������2006�� � go.string."2006"���þgo.string."06"�0��&���������������06�� �go.string."06"���þgo.string.":05"�0��(���������������:05�� �go.string.":05"���þ"go.string."-0700"�0��,���������������-0700�� �"go.string."-0700"���þgo.string."MST"�0��(���������������MST�� �go.string."MST"���þ.go.string."-0700 (MST)"�@��8�������� �������-0700 (MST)�� �.go.string."-0700 (MST)"���þ"go.string." Jan "�0��,��������������� Jan �� �"go.string." Jan "���þ$go.string." 15:04"�0��.��������������� 15:04�� �$go.string." 15:04"���þgo.string." "�0��$��������������� �� �go.string." "���þTgclocals·d46aa3faf68b8b0d20d8b8c6956e3e50�à��à���ª���������������������������ªŠˆ€�ˆˆ�ˆˆˆˆˆˆˆˆˆˆˆˆ���ª‚ˆ€�ˆˆ�ˆˆˆˆˆˆˆˆˆˆˆˆ���ª‚ˆ��ˆˆ�ˆˆˆˆˆˆˆˆˆˆˆˆ���ª‚ˆˆ��ˆˆ�ˆˆˆˆˆˆˆˆ�������ª‚ˆ€�ˆˆ�ˆˆˆˆˆˆˆˆ�������ª‚ˆ��ˆˆ�ˆˆˆˆˆˆˆˆ��������þTgclocals·5b049eb50853bef5b7cf0889ee335b7c�����������þ,Bgo.itab.*errors.errorString.error�����þXgo.string."mail: header could not be parsed"�p��b�������� �������mail: header could not be parsed�� �Xgo.string."mail: header could not be parsed"���þTgclocals·a3e74faa9f85f52ffb994b0f4e0798ef�P��P���$���������������������������������þTgclocals·8cb0e8a56533912e863d37fbc7e4a4d1�0��0�������������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þ go.string."Date"�0��*���������������Date�� � go.string."Date"���þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·24e6837c33f05eaea5195ddf8814fc1e���������
����þTgclocals·69e210bfb9d4cfd521b6fdf014e025e0�(��(�����������������þTgclocals·c45f1008acf31f9ce337f7dfa1fa0204�(��(���
�������������þTgclocals·69e210bfb9d4cfd521b6fdf014e025e0�(��(�����������������þTgclocals·9680905063a74374258fdae79a25b518�(��(����������������þ,>go.itab.*bytes.Buffer.io.Writer�����þgo.string."<"�0��$���������������<�� �go.string."<"���þgo.string.">"�0��$���������������>�� �go.string.">"���þgo.string."\""�0��$���������������"�� �go.string."\""���þgo.string."\" "�0��&���������������" �� �go.string."\" "���þ"go.string."<nil>"�0��,���������������<nil>�� �"go.string."<nil>"���þ,go.string."=?utf-8?q?"�@��6��������
�������=?utf-8?q?�� �,go.string."=?utf-8?q?"���þ"go.string."=%02X"�0��,���������������=%02X�� �"go.string."=%02X"���þgo.string."?= "�0��(���������������?= �� �go.string."?= "���þTgclocals·18e62bd6ffa45d2c13ecdb086afbb364�À��À ���8�����������������€��������������������� ����������ˆ������¨�����������������þTgclocals·60e60903d0890b79099524ef4cd0028e�h��h ����������������������������������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f� �� �������������þ@go.string."mail: expected comma"�P��J���������������mail: expected comma�� �@go.string."mail: expected comma"���þTgclocals·09d4fb905c22630e11a50d29280e23bd�@��@������������������€��������þTgclocals·4a0bb136639836c86d1f426111a5a477�@��@��� ����������������������þ8go.string."parseAddress: %q"�P��B���������������parseAddress: %q�� �8go.string."parseAddress: %q"���þ8go.string."mail: no address"�P��B���������������mail: no address�� �8go.string."mail: no address"���þ\go.string."parseAddress: not an addr-spec: %v"�p��f��������"�������parseAddress: not an addr-spec: %v�� �\go.string."parseAddress: not an addr-spec: %v"���þRgo.string."parseAddress: state is now %q"�`��\���������������parseAddress: state is now %q�� �Rgo.string."parseAddress: state is now %q"���þPgo.string."parseAddress: displayName=%q"�`��Z���������������parseAddress: displayName=%q�� �Pgo.string."parseAddress: displayName=%q"���þ>go.string."mail: no angle-addr"�P��H���������������mail: no angle-addr�� �>go.string."mail: no angle-addr"���þJgo.string."mail: unclosed angle-addr"�`��T���������������mail: unclosed angle-addr�� �Jgo.string."mail: unclosed angle-addr"���þBgo.string."parseAddress: spec=%q"�P��L���������������parseAddress: spec=%q�� �Bgo.string."parseAddress: spec=%q"���þTgclocals·3883edf79ca2db94f62223ecbfa51888� �� ���<����������������ð€������ð���� ��������������� ���������������ò€�����ò������������������� ������������� ò€���� ò���� ������������þTgclocals·72a0205d4047362e85f070aed53c6363�˜��˜���������������������²���²����������������������������������þ>go.string."consumeAddrSpec: %q"�P��H���������������consumeAddrSpec: %q�� �>go.string."consumeAddrSpec: %q"���þ<go.string."mail: no addr-spec"�P��F���������������mail: no addr-spec�� �<go.string."mail: no addr-spec"���þdgo.string."consumeAddrSpec: parsing quoted-string"�p��n��������&�������consumeAddrSpec: parsing quoted-string�� �dgo.string."consumeAddrSpec: parsing quoted-string"���þZgo.string."consumeAddrSpec: parsing dot-atom"�p��d��������!�������consumeAddrSpec: parsing dot-atom�� �Zgo.string."consumeAddrSpec: parsing dot-atom"���þNgo.string."consumeAddrSpec: failed: %v"�`��X���������������consumeAddrSpec: failed: %v�� �Ngo.string."consumeAddrSpec: failed: %v"���þPgo.string."mail: missing @ in addr-spec"�`��Z���������������mail: missing @ in addr-spec�� �Pgo.string."mail: missing @ in addr-spec"���þPgo.string."mail: no domain in addr-spec"�`��Z���������������mail: no domain in addr-spec�� �Pgo.string."mail: no domain in addr-spec"���þgo.string."@"�0��$���������������@�� �go.string."@"���þTgclocals·b8104dcfdeb1c2067f2ce98d0027786c�°��° ���L��������������������À€���������À������������
���������
��������
��������
�������À €
�������À �
��������
����€����
���€�����
���þTgclocals·a834596163f3ad56b78309b617eeed93�p��p ���
������Ê��Ê��Ê��Â��Â��Â��Â��Â��Â��Â��Â���þ>go.string."consumePhrase: [%s]"�P��H���������������consumePhrase: [%s]�� �>go.string."consumePhrase: [%s]"���þ@go.string."mail: missing phrase"�P��J���������������mail: missing phrase�� �@go.string."mail: missing phrase"���þgo.string."=?"�0��&���������������=?�� �go.string."=?"���þgo.string."?="�0��&���������������?=�� �go.string."?="���þgo.string."?"�0��$���������������?�� �go.string."?"���þLgo.string."consumePhrase: consumed %q"�`��V���������������consumePhrase: consumed %q�� �Lgo.string."consumePhrase: consumed %q"���þLgo.string."consumePhrase: hit err: %v"�`��V���������������consumePhrase: hit err: %v�� �Lgo.string."consumePhrase: hit err: %v"���þXgo.string."mail: missing word in phrase: %v"�p��b�������� �������mail: missing word in phrase: %v�� �Xgo.string."mail: missing word in phrase: %v"���þTgclocals·cdaad0871a66f88d9b376d63bbfe75d7�È��È ���F��������������������<����������<�����������€����������������������������€����€�����������<����������<������€���€¼�����€���€¼������€�����������������������þTgclocals·be981699206bf7a62d073b4897cb6eb8�x��x ���
���������������������Â��Â��Â���������������þPgo.string."mail: unclosed quoted-string"�`��Z���������������mail: unclosed quoted-string�� �Pgo.string."mail: unclosed quoted-string"���þhgo.string."mail: bad character in quoted-string: %q"�€��r��������(�������mail: bad character in quoted-string: %q�� �hgo.string."mail: bad character in quoted-string: %q"���þTgclocals·434db4c64b31dde074889275e9526c27�€��€���2������������€�����������������������������À€�����À�����þTgclocals·16fee6aecc70ad80763bf921ad1184a2�H��H���
�������������������������þ@go.string."mail: invalid string"�P��J���������������mail: invalid string�� �@go.string."mail: invalid string"���þTgclocals·1df59501ed491c37e4bc1b3f31fd5037�0��0����������€�����������þTgclocals·21fa5ef325dae85eddaf2a836e7d0561�0��0��� ������������&����þTgclocals·0528ab8f76149a707fd2f0025c2178a3��������������þTgclocals·64b411f0f44be3f38c26e84fc3239091�������������þgo.string." \t"�0��&��������������� �� �go.string." \t"���þTgclocals·0528ab8f76149a707fd2f0025c2178a3��������������þTgclocals·519efd86263089ddb84df3cfe7fd2992�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þ,>go.itab.*bytes.Buffer.io.Reader�����þ,rgo.itab.*encoding/base64.newlineFilteringReader.io.Reader�����þ,Tgo.itab.*encoding/base64.decoder.io.Reader�����þ,:go.itab."".qDecoder.io.Reader�����þgo.string."="�0��$���������������=�� �go.string."="���þPgo.string."address not RFC 2047 encoded"�`��Z���������������address not RFC 2047 encoded�� �Pgo.string."address not RFC 2047 encoded"���þ(go.string."us-ascii"�@��2���������������us-ascii�� �(go.string."us-ascii"���þ,go.string."iso-8859-1"�@��6��������
�������iso-8859-1�� �,go.string."iso-8859-1"���þ"go.string."utf-8"�0��,���������������utf-8�� �"go.string."utf-8"���þJgo.string."charset not supported: %q"�`��T���������������charset not supported: %q�� �Jgo.string."charset not supported: %q"���þgo.string."b"�0��$���������������b�� �go.string."b"���þgo.string."q"�0��$���������������q�� �go.string."q"���þ^go.string."RFC 2047 encoding not supported: %q"�p��h��������#�������RFC 2047 encoding not supported: %q�� �^go.string."RFC 2047 encoding not supported: %q"���þ.go.string."unreachable"�@��8�������� �������unreachable�� �.go.string."unreachable"���þTgclocals·8795c346079b98e7d4bada902dc87e1f�°��°���p������������������������������������������€������������€�����������€�€��������� ����€�������������€€�������� �����������������,�����������������������
��������������������������������€��������� ����������l��������������l�������������������������€���������������������€€�������������� €��������������������������������������È€�������������È������������������������������������þTgclocals·5528151e9c51f1ee3c307fd183fbab01�Ø��Ø��� �������������������������������������������������������������������������������þ^go.string."mail: invalid RFC 2047 encoding: %q"�p��h��������#�������mail: invalid RFC 2047 encoding: %q�� �^go.string."mail: invalid RFC 2047 encoding: %q"���þTgclocals·3f63f62d898f86dd9b2c505524c6464a�P��P���,��������������������À‚�����À€����þTgclocals·6b618912efbcdf2e79a93df4f65613c4�0��0������›���›���›���›����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ,""..gobytes.1��¢��¢ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!#$%&'*+-/=?^_`{|}~�þNgo.string."mail: header not in message"�`��X���������������mail: header not in message�� �Ngo.string."mail: header not in message"���þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ,"".debug��type."".debugT���þ*"".dateLayouts��0type.[]string���þ*,"".ErrHeaderNotPresent�� type.error���þ("".atextChars��0type.[]uint8�0��������Q�������Q����������""..gobytes.1���þ""".statictmp_0039��€type.[8]string�à�������������������������������������������������������������������������������������������������������������@ �"go.string." Jan "���€ �$go.string." 15:04"���À �go.string." "���þ,"".initdone·��type.uint8���þ&"".debugT.Printf·f�������������� "".debugT.Printf���þlog.Printf·f��������������log.Printf���þ""".ReadMessage·f��������������"".ReadMessage���þ$bufio.NewReader·f��������������bufio.NewReader���þ(runtime.newobject·f��������������"runtime.newobject���þ4runtime.writebarrierptr·f��������������.runtime.writebarrierptr���þRnet/textproto.(*Reader).ReadMIMEHeader·f��������������Lnet/textproto.(*Reader).ReadMIMEHeader���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ"".init·1·f��������������"".init·1���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ0runtime.concatstrings·f��������������*runtime.concatstrings���þ(runtime.growslice·f��������������"runtime.growslice���þ8runtime.writebarrierslice·f��������������2runtime.writebarrierslice���þ"".parseDate·f��������������"".parseDate���þtime.Parse·f��������������time.Parse���þ "".Header.Get·f��������������"".Header.Get���þ>net/textproto.MIMEHeader.Get·f��������������8net/textproto.MIMEHeader.Get���þ""".Header.Date·f��������������"".Header.Date���þ0"".Header.AddressList·f��������������*"".Header.AddressList���þ,"".ParseAddressList·f��������������&"".ParseAddressList���þ$"".ParseAddress·f��������������"".ParseAddress���þ8runtime.stringtoslicebyte·f��������������2runtime.stringtoslicebyte���þ@"".(*addrParser).parseAddress·f��������������:"".(*addrParser).parseAddress���þH"".(*addrParser).parseAddressList·f��������������B"".(*addrParser).parseAddressList���þ."".(*Address).String·f��������������("".(*Address).String���þ0runtime.concatstring3·f��������������*runtime.concatstring3���þ*runtime.panicindex·f��������������$runtime.panicindex���þ8bytes.(*Buffer).WriteByte·f��������������2bytes.(*Buffer).WriteByte���þ<bytes.(*Buffer).WriteString·f��������������6bytes.(*Buffer).WriteString���þ*runtime.panicslice·f��������������$runtime.panicslice���þ8runtime.slicebytetostring·f��������������2runtime.slicebytetostring���þ$runtime.convT2E·f��������������runtime.convT2E���þfmt.Fprintf·f��������������fmt.Fprintf���þ&"".newAddrParser·f�������������� "".newAddrParser���þ:"".(*addrParser).skipSpace·f��������������4"".(*addrParser).skipSpace���þ2"".(*addrParser).empty·f��������������,"".(*addrParser).empty���þ6"".(*addrParser).consume·f��������������0"".(*addrParser).consume���þF"".(*addrParser).consumeAddrSpec·f��������������@"".(*addrParser).consumeAddrSpec���þ$runtime.convI2E·f��������������runtime.convI2E���þB"".(*addrParser).consumePhrase·f��������������<"".(*addrParser).consumePhrase���þ"".func·001·f��������������"".func·001���þ(runtime.deferproc·f��������������"runtime.deferproc���þ,runtime.deferreturn·f��������������&runtime.deferreturn���þN"".(*addrParser).consumeQuotedString·f��������������H"".(*addrParser).consumeQuotedString���þ>"".(*addrParser).consumeAtom·f��������������8"".(*addrParser).consumeAtom���þ&runtime.eqstring·f�������������� runtime.eqstring���þ strings.Count·f��������������strings.Count���þ."".decodeRFC2047Word·f��������������("".decodeRFC2047Word���þfmt.Errorf·f��������������fmt.Errorf���þstrings.Join·f��������������strings.Join���þ"".isAtext·f��������������"".isAtext���þ"bytes.TrimLeft·f��������������bytes.TrimLeft���þ0"".(*addrParser).peek·f��������������*"".(*addrParser).peek���þ."".(*addrParser).len·f��������������("".(*addrParser).len���þ strings.Split·f��������������strings.Split���þ$strings.ToLower·f��������������strings.ToLower���þ$runtime.convT2I·f��������������runtime.convT2I���þ(io/ioutil.ReadAll·f��������������"io/ioutil.ReadAll���þ8bytes.(*Buffer).WriteRune·f��������������2bytes.(*Buffer).WriteRune���þ$runtime.gopanic·f��������������runtime.gopanic���þ&"".qDecoder.Read·f�������������� "".qDecoder.Read���þio.ReadFull·f��������������io.ReadFull���þ&strconv.ParseInt·f�������������� strconv.ParseInt���þ$bytes.IndexByte·f��������������bytes.IndexByte���þ"".isQtext·f��������������"".isQtext���þ"".isVchar·f��������������"".isVchar���þ"".isWSP·f��������������"".isWSP���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þunicode.init·f��������������unicode.init���þtime.init·f��������������time.init���þstrings.init·f��������������strings.init���þstrconv.init·f��������������strconv.init���þ*net/textproto.init·f��������������$net/textproto.init���þlog.init·f��������������log.init���þ"io/ioutil.init·f��������������io/ioutil.init���þio.init·f��������������io.init���þfmt.init·f��������������fmt.init���þ.encoding/base64.init·f��������������(encoding/base64.init���þbytes.init·f��������������bytes.init���þbufio.init·f��������������bufio.init���þerrors.New·f��������������errors.New���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þ0go.string."*mail.debugT"�@��:�������� �������*mail.debugT�� �0go.string."*mail.debugT"���þ go.string."mail"�0��*���������������mail�� � go.string."mail"���þ$go.string."debugT"�0��.���������������debugT�� �$go.string."debugT"���þ$go.string."Printf"�0��.���������������Printf�� �$go.string."Printf"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·0a3395567ab7eee3bb936aced49af517������ ���Š����þbruntime.gcbits.0xcc000000000000000000000000000000� �� Ì����������������þ0go.string."interface {}"�@��:�������� �������interface {}�� �0go.string."interface {}"���þ"type.interface {}�À��À�������çW ��������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��0go.string."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ4go.string."[]interface {}"�@��>���������������[]interface {}�� �4go.string."[]interface {}"���þ&type.[]interface {}� �� �������p“ê/�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {}/[]interface {}��������������&type.[]interface {}���þngo.string."func(*mail.debugT, string, ...interface {})"�€��x��������+�������func(*mail.debugT, string, ...interface {})�� �ngo.string."func(*mail.debugT, string, ...interface {})"���þ\type.func(*"".debugT, string, ...interface {})�°��°�������ÚÁ·�3������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��ngo.string."func(*mail.debugT, string, ...interface {})"���p��ngo.weak.type.*func(*"".debugT, string, ...interface {})���€��"runtime.zerovalue��� €�\type.func(*"".debugT, string, ...interface {})���а�\type.func(*"".debugT, string, ...interface {})���€��type.*"".debugT�����type.string��� ��&type.[]interface {}���þRgo.string."func(string, ...interface {})"�`��\���������������func(string, ...interface {})�� �Rgo.string."func(string, ...interface {})"���þDtype.func(string, ...interface {})� �� �������õµ@µ�3����������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func(string, ...interface {})"���p��Vgo.weak.type.*func(string, ...interface {})���€��"runtime.zerovalue��� €�Dtype.func(string, ...interface {})���Р�Dtype.func(string, ...interface {})���€��type.string�����&type.[]interface {}���þtype.*"".debugT��Ð��Ð�������bŒ—Ó�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."*mail.debugT"���p��0go.weak.type.**"".debugT���€��"runtime.zerovalue�����type."".debugT���` �type.*"".debugT���Àð�type.*"".debugT���ð��$go.string."Printf"�����Dtype.func(string, ...interface {})��� ��\type.func(*"".debugT, string, ...interface {})���°��&"".(*debugT).Printf���À��&"".(*debugT).Printf���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ.go.string."mail.debugT"�@��8�������� �������mail.debugT�� �.go.string."mail.debugT"���þlgo.string."func(mail.debugT, string, ...interface {})"�€��v��������*�������func(mail.debugT, string, ...interface {})�� �lgo.string."func(mail.debugT, string, ...interface {})"���þZtype.func("".debugT, string, ...interface {})�°��°�������ÐiÁõ�3������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."func(mail.debugT, string, ...interface {})"���p��lgo.weak.type.*func("".debugT, string, ...interface {})���€��"runtime.zerovalue��� €�Ztype.func("".debugT, string, ...interface {})���а�Ztype.func("".debugT, string, ...interface {})���€��type."".debugT�����type.string��� ��&type.[]interface {}���þtype."".debugT��À��À�������ž¸·M����������������������������������������������������������������������������������������������������������������������������������������������� @� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��.go.string."mail.debugT"���p��type.*"".debugT���€��"runtime.zerovalue���`�type."".debugT�����$go.string."debugT"��� ��"go.importpath."".���°à�type."".debugT���à��$go.string."Printf"���€��Dtype.func(string, ...interface {})�����Ztype.func("".debugT, string, ...interface {})��� ��&"".(*debugT).Printf���°�� "".debugT.Printf���þ(go.string."[]string"�@��2���������������[]string�� �(go.string."[]string"���þtype.[]string� �� �������Ó¨ó
�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��(go.string."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string/[]string��������������type.[]string���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ0type..hashfunc.[8]string��������������(type..hash.[8]string���þ,type..eqfunc.[8]string��������������$type..eq.[8]string���þ&type..alg.[8]string� �� �������������������0type..hashfunc.[8]string�����,type..eqfunc.[8]string���þbruntime.gcbits.0x48484848484848480000000000000000� �� HHHHHHHH���������þ*go.string."[8]string"�@��4�������� �������[8]string�� �*go.string."[8]string"���þtype.[8]string�À��À€�������USŒ>���������������������������������������������������������������������������������� ��&type..alg.[8]string���0��bruntime.gcbits.0x48484848484848480000000000000000���P��*go.string."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string/[8]string��������������type.[8]string���þ,go.string."[][]string"�@��6��������
�������[][]string�� �,go.string."[][]string"���þtype.[][]string� �� �������¼:è�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��,go.string."[][]string"���p��0go.weak.type.*[][]string���€��"runtime.zerovalue�����type.[]string���þBgo.typelink.[][]string/[][]string��������������type.[][]string���þbruntime.gcbits.0x48844448844448844448844400000000� �� H„DH„DH„DH„D�����þ.go.string."[8][]string"�@��8�������� �������[8][]string�� �.go.string."[8][]string"���þ type.[8][]string�À��ÀÀ�������½e³r���������������������������������������������������������������������������������� à� runtime.algarray���0��bruntime.gcbits.0x48844448844448844448844400000000���P��.go.string."[8][]string"���p��2go.weak.type.*[8][]string���€��"runtime.zerovalue�����type.[]string��� ��type.[][]string���þFgo.typelink.[8][]string/[8][]string�������������� type.[8][]string���þNgo.string."*map.bucket[string][]string"�`��X���������������*map.bucket[string][]string�� �Ngo.string."*map.bucket[string][]string"���þ@type.*map.bucket[string][]string� �� �������ÄY¬R�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."*map.bucket[string][]string"���p��Rgo.weak.type.**map.bucket[string][]string���€��"runtime.zerovalue�����>type.map.bucket[string][]string���þ,Ftype..gc.map.bucket[string][]string�,����þNtype..gcprog.map.bucket[string][]string���*™™™™Y–eY–e �þLgo.string."map.bucket[string][]string"�`��V���������������map.bucket[string][]string�� �Lgo.string."map.bucket[string][]string"���þ go.string."keys"�0��*���������������keys�� � go.string."keys"���þ$go.string."values"�0��.���������������values�� �$go.string."values"���þ(go.string."overflow"�@��2���������������overflow�� �(go.string."overflow"���þ>type.map.bucket[string][]string�°��°P������úTJ¹���Y�����������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������H������ à� runtime.algarray���0��Ftype..gc.map.bucket[string][]string���@��Ntype..gcprog.map.bucket[string][]string���P��Lgo.string."map.bucket[string][]string"���p��Pgo.weak.type.*map.bucket[string][]string���€��"runtime.zerovalue���À�>type.map.bucket[string][]string���À�� go.string."keys"���à��type.[8]string�����$go.string."values"���°�� type.[8][]string���à��(go.string."overflow"���€��@type.*map.bucket[string][]string���þbruntime.gcbits.0x44844800000000000000000000000000� �� D„H��������������þFgo.string."map.hdr[string][]string"�P��P���������������map.hdr[string][]string�� �Fgo.string."map.hdr[string][]string"���þ&go.string."buckets"�0��0���������������buckets�� �&go.string."buckets"���þ,go.string."oldbuckets"�@��6��������
�������oldbuckets�� �,go.string."oldbuckets"���þ8type.map.hdr[string][]string�à��à0�������–‹˜�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Fgo.string."map.hdr[string][]string"���p��Jgo.weak.type.*map.hdr[string][]string���€��"runtime.zerovalue���À�8type.map.hdr[string][]string���À��&go.string."buckets"���à��@type.*map.bucket[string][]string�����,go.string."oldbuckets"���°��@type.*map.bucket[string][]string���þ0go.string."*mail.Header"�@��:�������� �������*mail.Header�� �0go.string."*mail.Header"���þ$go.string."Header"�0��.���������������Header�� �$go.string."Header"���þgo.string."Get"�0��(���������������Get�� �go.string."Get"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þ.go.string."AddressList"�@��8�������� �������AddressList�� �.go.string."AddressList"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·24e6837c33f05eaea5195ddf8814fc1e���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ2type..hashfunc."".Address��������������*type..hash."".Address���þ.type..eqfunc."".Address��������������&type..eq."".Address���þ(type..alg."".Address� �� �������������������2type..hashfunc."".Address�����.type..eqfunc."".Address���þbruntime.gcbits.0x48480000000000000000000000000000� �� HH���������������þ0go.string."mail.Address"�@��:�������� �������mail.Address�� �0go.string."mail.Address"���þ go.string."Name"�0��*���������������Name�� � go.string."Name"���þ&go.string."Address"�0��0���������������Address�� �&go.string."Address"���þtype."".Address��°��° �������õDæJ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ��(type..alg."".Address���0��bruntime.gcbits.0x48480000000000000000000000000000���P��0go.string."mail.Address"���p�� type.*"".Address���€��"runtime.zerovalue���À�type."".Address���À�� go.string."Name"���à��type.string�����&go.string."Address"���°��type.string���`à�type."".Address���à��&go.string."Address"���ð��"go.importpath."".���€°�type."".Address���þ2go.string."*mail.Address"�@��<�������� �������*mail.Address�� �2go.string."*mail.Address"���þLgo.string."func(*mail.Address) string"�`��V���������������func(*mail.Address) string�� �Lgo.string."func(*mail.Address) string"���þ:type.func(*"".Address) string� �� �������mc{–�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func(*mail.Address) string"���p��Lgo.weak.type.*func(*"".Address) string���€��"runtime.zerovalue��� €�:type.func(*"".Address) string���А�:type.func(*"".Address) string���€�� type.*"".Address�����type.string���þ$go.string."String"�0��.���������������String�� �$go.string."String"���þ2go.string."func() string"�@��<�������� �������func() string�� �2go.string."func() string"���þ$type.func() string����������¢mË�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þ type.*"".Address��Ð��Ð�������núð�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."*mail.Address"���p��2go.weak.type.**"".Address���€��"runtime.zerovalue�����type."".Address���` � type.*"".Address���Àð� type.*"".Address���ð��$go.string."String"�����$type.func() string��� ��:type.func(*"".Address) string���°��("".(*Address).String���À��("".(*Address).String���þ6go.string."[]*mail.Address"�@��@���������������[]*mail.Address�� �6go.string."[]*mail.Address"���þ$type.[]*"".Address� �� �������æ¿.‚�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��6go.string."[]*mail.Address"���p��6go.weak.type.*[]*"".Address���€��"runtime.zerovalue����� type.*"".Address���þRgo.typelink.[]*mail.Address/[]*"".Address��������������$type.[]*"".Address���þ~go.string."func(*mail.Header, string) ([]*mail.Address, error)"���ˆ��������3�������func(*mail.Header, string) ([]*mail.Address, error)�� �~go.string."func(*mail.Header, string) ([]*mail.Address, error)"���þhtype.func(*"".Header, string) ([]*"".Address, error)�À��À�������~VJX�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��~go.string."func(*mail.Header, string) ([]*mail.Address, error)"���p��zgo.weak.type.*func(*"".Header, string) ([]*"".Address, error)���€��"runtime.zerovalue��� €�htype.func(*"".Header, string) ([]*"".Address, error)���Р�htype.func(*"".Header, string) ([]*"".Address, error)���€��type.*"".Header�����type.string��� ��$type.[]*"".Address���°��type.error���þbgo.string."func(*mail.Header) (time.Time, error)"�p��l��������%�������func(*mail.Header) (time.Time, error)�� �bgo.string."func(*mail.Header) (time.Time, error)"���þPtype.func(*"".Header) (time.Time, error)�°��°�������b™¬ž�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��bgo.string."func(*mail.Header) (time.Time, error)"���p��bgo.weak.type.*func(*"".Header) (time.Time, error)���€��"runtime.zerovalue��� €�Ptype.func(*"".Header) (time.Time, error)���А�Ptype.func(*"".Header) (time.Time, error)���€��type.*"".Header�����type.time.Time��� ��type.error���þZgo.string."func(*mail.Header, string) string"�p��d��������!�������func(*mail.Header, string) string�� �Zgo.string."func(*mail.Header, string) string"���þHtype.func(*"".Header, string) string�°��°�������Füe�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Zgo.string."func(*mail.Header, string) string"���p��Zgo.weak.type.*func(*"".Header, string) string���€��"runtime.zerovalue��� €�Htype.func(*"".Header, string) string���Р�Htype.func(*"".Header, string) string���€��type.*"".Header�����type.string��� ��type.string���þbgo.string."func(string) ([]*mail.Address, error)"�p��l��������%�������func(string) ([]*mail.Address, error)�� �bgo.string."func(string) ([]*mail.Address, error)"���þPtype.func(string) ([]*"".Address, error)�°��°�������AM)•�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��bgo.string."func(string) ([]*mail.Address, error)"���p��bgo.weak.type.*func(string) ([]*"".Address, error)���€��"runtime.zerovalue��� €�Ptype.func(string) ([]*"".Address, error)���А�Ptype.func(string) ([]*"".Address, error)���€��type.string�����$type.[]*"".Address��� ��type.error���þJgo.string."func() (time.Time, error)"�`��T���������������func() (time.Time, error)�� �Jgo.string."func() (time.Time, error)"���þ<type.func() (time.Time, error)� �� �������ÖȒ›�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Jgo.string."func() (time.Time, error)"���p��Ngo.weak.type.*func() (time.Time, error)���€��"runtime.zerovalue��� €�<type.func() (time.Time, error)���Ѐ�<type.func() (time.Time, error)���€��type.time.Time�����type.error���þ>go.string."func(string) string"�P��H���������������func(string) string�� �>go.string."func(string) string"���þ0type.func(string) string� �� �������Mü¨ç�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."func(string) string"���p��Bgo.weak.type.*func(string) string���€��"runtime.zerovalue��� €�0type.func(string) string���А�0type.func(string) string���€��type.string�����type.string���þtype.*"".Header�����������BÅ@�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."*mail.Header"���p��0go.weak.type.**"".Header���€��"runtime.zerovalue�����type."".Header���` �type.*"".Header���Àð�type.*"".Header���ð��.go.string."AddressList"�����Ptype.func(string) ([]*"".Address, error)��� ��htype.func(*"".Header, string) ([]*"".Address, error)���°��0"".(*Header).AddressList���À��0"".(*Header).AddressList���Ð�� go.string."Date"���ð��<type.func() (time.Time, error)���€��Ptype.func(*"".Header) (time.Time, error)�����""".(*Header).Date��� ��""".(*Header).Date���°��go.string."Get"���Ð��0type.func(string) string���à��Htype.func(*"".Header, string) string���ð�� "".(*Header).Get���€�� "".(*Header).Get���þ.go.string."mail.Header"�@��8�������� �������mail.Header�� �.go.string."mail.Header"���þ|go.string."func(mail.Header, string) ([]*mail.Address, error)"���†��������2�������func(mail.Header, string) ([]*mail.Address, error)�� �|go.string."func(mail.Header, string) ([]*mail.Address, error)"���þftype.func("".Header, string) ([]*"".Address, error)�À��À�������s)3‡�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��|go.string."func(mail.Header, string) ([]*mail.Address, error)"���p��xgo.weak.type.*func("".Header, string) ([]*"".Address, error)���€��"runtime.zerovalue��� €�ftype.func("".Header, string) ([]*"".Address, error)���Р�ftype.func("".Header, string) ([]*"".Address, error)���€��type."".Header�����type.string��� ��$type.[]*"".Address���°��type.error���þ`go.string."func(mail.Header) (time.Time, error)"�p��j��������$�������func(mail.Header) (time.Time, error)�� �`go.string."func(mail.Header) (time.Time, error)"���þNtype.func("".Header) (time.Time, error)�°��°�������Ò±2o�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��`go.string."func(mail.Header) (time.Time, error)"���p��`go.weak.type.*func("".Header) (time.Time, error)���€��"runtime.zerovalue��� €�Ntype.func("".Header) (time.Time, error)���А�Ntype.func("".Header) (time.Time, error)���€��type."".Header�����type.time.Time��� ��type.error���þXgo.string."func(mail.Header, string) string"�p��b�������� �������func(mail.Header, string) string�� �Xgo.string."func(mail.Header, string) string"���þFtype.func("".Header, string) string�°��°�������×r4+�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Xgo.string."func(mail.Header, string) string"���p��Xgo.weak.type.*func("".Header, string) string���€��"runtime.zerovalue��� €�Ftype.func("".Header, string) string���Р�Ftype.func("".Header, string) string���€��type."".Header�����type.string��� ��type.string���þtype."".Header��Ð��Ð�������ž,ÿ,�5������������������������������������������������������������������������������������������P����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������8 €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."mail.Header"���p��type.*"".Header���€��"runtime.zerovalue�����type.string��� ��type.[]string���°��>type.map.bucket[string][]string���À��8type.map.hdr[string][]string���`à�type."".Header���à��$go.string."Header"���ð��"go.importpath."".���€°�type."".Header���°��.go.string."AddressList"���Ð��Ptype.func(string) ([]*"".Address, error)���à��ftype.func("".Header, string) ([]*"".Address, error)���ð��*"".Header.AddressList���€��*"".Header.AddressList����� go.string."Date"���°��<type.func() (time.Time, error)���À��Ntype.func("".Header) (time.Time, error)���Ð��"".Header.Date���à��"".Header.Date���ð��go.string."Get"�����0type.func(string) string��� ��Ftype.func("".Header, string) string���°��"".Header.Get���À��"".Header.Get���þ2go.string."*mail.Message"�@��<�������� �������*mail.Message�� �2go.string."*mail.Message"���þ type.*"".Message�� �� �������≥�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."*mail.Message"���p��2go.weak.type.**"".Message���€��"runtime.zerovalue�����type."".Message���þbruntime.gcbits.0xc8888c00000000000000000000000000� �� ȈŒ��������������þ0go.string."mail.Message"�@��:�������� �������mail.Message�� �0go.string."mail.Message"���þ go.string."Body"�0��*���������������Body�� � go.string."Body"���þ&go.string."Message"�0��0���������������Message�� �&go.string."Message"���þtype."".Message��°��°�������´o±������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ à� runtime.algarray���0��bruntime.gcbits.0xc8888c00000000000000000000000000���P��0go.string."mail.Message"���p�� type.*"".Message���€��"runtime.zerovalue���À�type."".Message���À��$go.string."Header"���à��type."".Header����� go.string."Body"���°��type.io.Reader���`à�type."".Message���à��&go.string."Message"���ð��"go.importpath."".���€°�type."".Message���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ0type..hashfunc.[2]string��������������(type..hash.[2]string���þ,type..eqfunc.[2]string��������������$type..eq.[2]string���þ&type..alg.[2]string� �� �������������������0type..hashfunc.[2]string�����,type..eqfunc.[2]string���þ*go.string."[2]string"�@��4�������� �������[2]string�� �*go.string."[2]string"���þtype.[2]string�À��À �������PXåé�������������������������������������������������������������������������������� ��&type..alg.[2]string���0��bruntime.gcbits.0x48480000000000000000000000000000���P��*go.string."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string/[2]string��������������type.[2]string���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ0type..hashfunc.[3]string��������������(type..hash.[3]string���þ,type..eqfunc.[3]string��������������$type..eq.[3]string���þ&type..alg.[3]string� �� �������������������0type..hashfunc.[3]string�����,type..eqfunc.[3]string���þbruntime.gcbits.0x48484800000000000000000000000000� �� HHH��������������þ*go.string."[3]string"�@��4�������� �������[3]string�� �*go.string."[3]string"���þtype.[3]string�À��À0�������CÙiB�������������������������������������������������������������������������������� ��&type..alg.[3]string���0��bruntime.gcbits.0x48484800000000000000000000000000���P��*go.string."[3]string"���p��.go.weak.type.*[3]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[3]string/[3]string��������������type.[3]string���þ,go.string."*[8]string"�@��6��������
�������*[8]string�� �,go.string."*[8]string"���þtype.*[8]string� �� �������­”o�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þ6go.string."mail.addrParser"�@��@���������������mail.addrParser�� �6go.string."mail.addrParser"���þ,go.string."addrParser"�@��6��������
�������addrParser�� �,go.string."addrParser"���þ$type."".addrParser��ð��ð�������Hcý���������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��6go.string."mail.addrParser"���p��&type.*"".addrParser���€��"runtime.zerovalue�����type.uint8���` �$type."".addrParser��� ��,go.string."addrParser"���°��"go.importpath."".���Àð�$type."".addrParser���þ8go.string."*mail.addrParser"�P��B���������������*mail.addrParser�� �8go.string."*mail.addrParser"���þ\go.string."func(*mail.addrParser, uint8) bool"�p��f��������"�������func(*mail.addrParser, uint8) bool�� �\go.string."func(*mail.addrParser, uint8) bool"���þJtype.func(*"".addrParser, uint8) bool�°��°�������mÙpÛ�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��\go.string."func(*mail.addrParser, uint8) bool"���p��\go.weak.type.*func(*"".addrParser, uint8) bool���€��"runtime.zerovalue��� €�Jtype.func(*"".addrParser, uint8) bool���Р�Jtype.func(*"".addrParser, uint8) bool���€��&type.*"".addrParser�����type.uint8��� ��type.bool���þdgo.string."func(*mail.addrParser) (string, error)"�p��n��������&�������func(*mail.addrParser) (string, error)�� �dgo.string."func(*mail.addrParser) (string, error)"���þRtype.func(*"".addrParser) (string, error)�°��°�������ä’9ª�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��dgo.string."func(*mail.addrParser) (string, error)"���p��dgo.weak.type.*func(*"".addrParser) (string, error)���€��"runtime.zerovalue��� €�Rtype.func(*"".addrParser) (string, error)���А�Rtype.func(*"".addrParser) (string, error)���€��&type.*"".addrParser�����type.string��� ��type.error���þpgo.string."func(*mail.addrParser, bool) (string, error)"�€��z��������,�������func(*mail.addrParser, bool) (string, error)�� �pgo.string."func(*mail.addrParser, bool) (string, error)"���þ^type.func(*"".addrParser, bool) (string, error)�À��À�������ìž"�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��pgo.string."func(*mail.addrParser, bool) (string, error)"���p��pgo.weak.type.*func(*"".addrParser, bool) (string, error)���€��"runtime.zerovalue��� €�^type.func(*"".addrParser, bool) (string, error)���Р�^type.func(*"".addrParser, bool) (string, error)���€��&type.*"".addrParser�����type.bool��� ��type.string���°��type.error���þNgo.string."func(*mail.addrParser) bool"�`��X���������������func(*mail.addrParser) bool�� �Ngo.string."func(*mail.addrParser) bool"���þ<type.func(*"".addrParser) bool� �� �������Ÿ`^�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(*mail.addrParser) bool"���p��Ngo.weak.type.*func(*"".addrParser) bool���€��"runtime.zerovalue��� €�<type.func(*"".addrParser) bool���А�<type.func(*"".addrParser) bool���€��&type.*"".addrParser�����type.bool���þLgo.string."func(*mail.addrParser) int"�`��V���������������func(*mail.addrParser) int�� �Lgo.string."func(*mail.addrParser) int"���þ:type.func(*"".addrParser) int� �� �������Ž”Ž�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func(*mail.addrParser) int"���p��Lgo.weak.type.*func(*"".addrParser) int���€��"runtime.zerovalue��� €�:type.func(*"".addrParser) int���А�:type.func(*"".addrParser) int���€��&type.*"".addrParser�����type.int���þrgo.string."func(*mail.addrParser) (*mail.Address, error)"�€��|��������-�������func(*mail.addrParser) (*mail.Address, error)�� �rgo.string."func(*mail.addrParser) (*mail.Address, error)"���þ\type.func(*"".addrParser) (*"".Address, error)�°��°�������¹úvÿ�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��rgo.string."func(*mail.addrParser) (*mail.Address, error)"���p��ngo.weak.type.*func(*"".addrParser) (*"".Address, error)���€��"runtime.zerovalue��� €�\type.func(*"".addrParser) (*"".Address, error)���А�\type.func(*"".addrParser) (*"".Address, error)���€��&type.*"".addrParser����� type.*"".Address��� ��type.error���þvgo.string."func(*mail.addrParser) ([]*mail.Address, error)"�€��€��������/�������func(*mail.addrParser) ([]*mail.Address, error)�� �vgo.string."func(*mail.addrParser) ([]*mail.Address, error)"���þ`type.func(*"".addrParser) ([]*"".Address, error)�°��°�������È«»_�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��vgo.string."func(*mail.addrParser) ([]*mail.Address, error)"���p��rgo.weak.type.*func(*"".addrParser) ([]*"".Address, error)���€��"runtime.zerovalue��� €�`type.func(*"".addrParser) ([]*"".Address, error)���А�`type.func(*"".addrParser) ([]*"".Address, error)���€��&type.*"".addrParser�����$type.[]*"".Address��� ��type.error���þPgo.string."func(*mail.addrParser) uint8"�`��Z���������������func(*mail.addrParser) uint8�� �Pgo.string."func(*mail.addrParser) uint8"���þ>type.func(*"".addrParser) uint8� �� �������¹ÀgC�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Pgo.string."func(*mail.addrParser) uint8"���p��Pgo.weak.type.*func(*"".addrParser) uint8���€��"runtime.zerovalue��� €�>type.func(*"".addrParser) uint8���А�>type.func(*"".addrParser) uint8���€��&type.*"".addrParser�����type.uint8���þDgo.string."func(*mail.addrParser)"�P��N���������������func(*mail.addrParser)�� �Dgo.string."func(*mail.addrParser)"���þ2type.func(*"".addrParser)����������‘ m�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Dgo.string."func(*mail.addrParser)"���p��Dgo.weak.type.*func(*"".addrParser)���€��"runtime.zerovalue��� €�2type.func(*"".addrParser)���А�2type.func(*"".addrParser)���€��&type.*"".addrParser���þ&go.string."consume"�0��0���������������consume�� �&go.string."consume"���þ8go.string."func(uint8) bool"�P��B���������������func(uint8) bool�� �8go.string."func(uint8) bool"���þ*type.func(uint8) bool� �� �������Gu�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."func(uint8) bool"���p��<go.weak.type.*func(uint8) bool���€��"runtime.zerovalue��� €�*type.func(uint8) bool���А�*type.func(uint8) bool���€��type.uint8�����type.bool���þ6go.string."consumeAddrSpec"�@��@���������������consumeAddrSpec�� �6go.string."consumeAddrSpec"���þDgo.string."func() (string, error)"�P��N���������������func() (string, error)�� �Dgo.string."func() (string, error)"���þ6type.func() (string, error)� �� �������¯±u¦�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Dgo.string."func() (string, error)"���p��Hgo.weak.type.*func() (string, error)���€��"runtime.zerovalue��� €�6type.func() (string, error)���Ѐ�6type.func() (string, error)���€��type.string�����type.error���þ.go.string."consumeAtom"�@��8�������� �������consumeAtom�� �.go.string."consumeAtom"���þLgo.string."func(bool) (string, error)"�`��V���������������func(bool) (string, error)�� �Lgo.string."func(bool) (string, error)"���þ>type.func(bool) (string, error)�°��°�������¥ÆáO�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func(bool) (string, error)"���p��Pgo.weak.type.*func(bool) (string, error)���€��"runtime.zerovalue��� €�>type.func(bool) (string, error)���А�>type.func(bool) (string, error)���€��type.bool�����type.string��� ��type.error���þ2go.string."consumePhrase"�@��<�������� �������consumePhrase�� �2go.string."consumePhrase"���þ>go.string."consumeQuotedString"�P��H���������������consumeQuotedString�� �>go.string."consumeQuotedString"���þ"go.string."empty"�0��,���������������empty�� �"go.string."empty"���þ.go.string."func() bool"�@��8�������� �������func() bool�� �.go.string."func() bool"���þ type.func() bool����������TËx�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."func() bool"���p��2go.weak.type.*func() bool���€��"runtime.zerovalue��� €� type.func() bool���Ѐ� type.func() bool���€��type.bool���þgo.string."len"�0��(���������������len�� �go.string."len"���þ,go.string."func() int"�@��6��������
�������func() int�� �,go.string."func() int"���þtype.func() int����������å†9à�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þ0go.string."parseAddress"�@��:�������� �������parseAddress�� �0go.string."parseAddress"���þRgo.string."func() (*mail.Address, error)"�`��\���������������func() (*mail.Address, error)�� �Rgo.string."func() (*mail.Address, error)"���þ@type.func() (*"".Address, error)� �� �������†VËÎ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func() (*mail.Address, error)"���p��Rgo.weak.type.*func() (*"".Address, error)���€��"runtime.zerovalue��� €�@type.func() (*"".Address, error)���Ѐ�@type.func() (*"".Address, error)���€�� type.*"".Address�����type.error���þ8go.string."parseAddressList"�P��B���������������parseAddressList�� �8go.string."parseAddressList"���þVgo.string."func() ([]*mail.Address, error)"�`��`���������������func() ([]*mail.Address, error)�� �Vgo.string."func() ([]*mail.Address, error)"���þDtype.func() ([]*"".Address, error)� �� �������˜…́�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func() ([]*mail.Address, error)"���p��Vgo.weak.type.*func() ([]*"".Address, error)���€��"runtime.zerovalue��� €�Dtype.func() ([]*"".Address, error)���Ѐ�Dtype.func() ([]*"".Address, error)���€��$type.[]*"".Address�����type.error���þ go.string."peek"�0��*���������������peek�� � go.string."peek"���þ0go.string."func() uint8"�@��:�������� �������func() uint8�� �0go.string."func() uint8"���þ"type.func() uint8����������}S'Ï�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."func() uint8"���p��4go.weak.type.*func() uint8���€��"runtime.zerovalue��� €�"type.func() uint8���Ѐ�"type.func() uint8���€��type.uint8���þ*go.string."skipSpace"�@��4�������� �������skipSpace�� �*go.string."skipSpace"���þ$go.string."func()"�0��.���������������func()�� �$go.string."func()"���þtype.func()�€��€�������ö¼‚ö�3���������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��$go.string."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ&type.*"".addrParser��
��
�������îÇL�6���������������������������������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������”  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*mail.addrParser"���p��8go.weak.type.**"".addrParser���€��"runtime.zerovalue�����$type."".addrParser���` �&type.*"".addrParser���Àð�&type.*"".addrParser���ð��&go.string."consume"���€��"go.importpath."".�����*type.func(uint8) bool��� ��Jtype.func(*"".addrParser, uint8) bool���°��0"".(*addrParser).consume���À��0"".(*addrParser).consume���Ð��6go.string."consumeAddrSpec"���à��"go.importpath."".���ð��6type.func() (string, error)���€��Rtype.func(*"".addrParser) (string, error)�����@"".(*addrParser).consumeAddrSpec��� ��@"".(*addrParser).consumeAddrSpec���°��.go.string."consumeAtom"���À��"go.importpath."".���Ð��>type.func(bool) (string, error)���à��^type.func(*"".addrParser, bool) (string, error)���ð��8"".(*addrParser).consumeAtom���€��8"".(*addrParser).consumeAtom�����2go.string."consumePhrase"��� ��"go.importpath."".���°��6type.func() (string, error)���À��Rtype.func(*"".addrParser) (string, error)���Ð��<"".(*addrParser).consumePhrase���à��<"".(*addrParser).consumePhrase���ð��>go.string."consumeQuotedString"���€��"go.importpath."".�����6type.func() (string, error)��� ��Rtype.func(*"".addrParser) (string, error)���°��H"".(*addrParser).consumeQuotedString���À��H"".(*addrParser).consumeQuotedString���Ð��"go.string."empty"���à��"go.importpath."".���ð�� type.func() bool���€��<type.func(*"".addrParser) bool�����,"".(*addrParser).empty��� ��,"".(*addrParser).empty���°��go.string."len"���À��"go.importpath."".���Ð��type.func() int���à��:type.func(*"".addrParser) int���ð��("".(*addrParser).len���€��("".(*addrParser).len�����0go.string."parseAddress"��� ��"go.importpath."".���°��@type.func() (*"".Address, error)���À��\type.func(*"".addrParser) (*"".Address, error)���Ð��:"".(*addrParser).parseAddress���à��:"".(*addrParser).parseAddress���ð��8go.string."parseAddressList"���€��"go.importpath."".�����Dtype.func() ([]*"".Address, error)��� ��`type.func(*"".addrParser) ([]*"".Address, error)���°��B"".(*addrParser).parseAddressList���À��B"".(*addrParser).parseAddressList���Ð�� go.string."peek"���à��"go.importpath."".���ð��"type.func() uint8���€ ��>type.func(*"".addrParser) uint8��� ��*"".(*addrParser).peek���  ��*"".(*addrParser).peek���° ��*go.string."skipSpace"���À ��"go.importpath."".���Ð ��type.func()���à ��2type.func(*"".addrParser)���ð ��4"".(*addrParser).skipSpace���€
��4"".(*addrParser).skipSpace���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<type..hashfunc.[1]interface {}��������������4type..hash.[1]interface {}���þ8type..eqfunc.[1]interface {}��������������0type..eq.[1]interface {}���þ2type..alg.[1]interface {}� �� �������������������<type..hashfunc.[1]interface {}�����8type..eqfunc.[1]interface {}���þ6go.string."[1]interface {}"�@��@���������������[1]interface {}�� �6go.string."[1]interface {}"���þ(type.[1]interface {}�À��À�������P‘[ú�������������������������������������������������������������������������������� ��2type..alg.[1]interface {}���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��6go.string."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {}/[1]interface {}��������������(type.[1]interface {}���þ8go.string."*[1]interface {}"�P��B���������������*[1]interface {}�� �8go.string."*[1]interface {}"���þ*type.*[1]interface {}� �� �������¿¨5�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ:go.string."**mail.addrParser"�P��D���������������**mail.addrParser�� �:go.string."**mail.addrParser"���þ(type.**"".addrParser� �� �������ØtÆ2�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."**mail.addrParser"���p��:go.weak.type.***"".addrParser���€��"runtime.zerovalue�����&type.*"".addrParser���þbruntime.gcbits.0x84880000000000000000000000000000� �� „ˆ���������������þ¬go.string."struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }"�À��¶��������J�������struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }�� �¬go.string."struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }"���þgo.string."F"�0��$���������������F�� �go.string."F"���þgo.string."A0"�0��&���������������A0�� �go.string."A0"���þgo.string."A1"�0��&���������������A1�� �go.string."A1"���þgo.string."A2"�0��&���������������A2�� �go.string."A2"���þ–type.struct { F uintptr; A0 *error; A1 **"".addrParser; A2 *"".addrParser }�€��€ �������ãl\�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �� runtime.algarray���0��bruntime.gcbits.0x84880000000000000000000000000000���P��¬go.string."struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }"���p��¨go.weak.type.*struct { F uintptr; A0 *error; A1 **"".addrParser; A2 *"".addrParser }���€��"runtime.zerovalue���À�–type.struct { F uintptr; A0 *error; A1 **"".addrParser; A2 *"".addrParser }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°��type.*error���à��go.string."A1"���€��(type.**"".addrParser���°��go.string."A2"���Ð��&type.*"".addrParser���þ®go.string."*struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }"�À��¸��������K�������*struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }�� �®go.string."*struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }"���þ˜type.*struct { F uintptr; A0 *error; A1 **"".addrParser; A2 *"".addrParser }� �� �������Žbrù�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��®go.string."*struct { F uintptr; A0 *error; A1 **mail.addrParser; A2 *mail.addrParser }"���p��ªgo.weak.type.**struct { F uintptr; A0 *error; A1 **"".addrParser; A2 *"".addrParser }���€��"runtime.zerovalue�����–type.struct { F uintptr; A0 *error; A1 **"".addrParser; A2 *"".addrParser }���þ&go.string."[]uint8"�0��0���������������[]uint8�� �&go.string."[]uint8"���þtype.[]uint8� �� �������ß~.8�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8/[]uint8��������������type.[]uint8���þ*go.string."[10]uint8"�@��4�������� �������[10]uint8�� �*go.string."[10]uint8"���þtype.[10]uint8�À��À
�������ƒv©x�‘������������������������������������������������������������������������
������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��*go.string."[10]uint8"���p��.go.weak.type.*[10]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[10]uint8/[10]uint8��������������type.[10]uint8���þ,go.string."*[10]uint8"�@��6��������
�������*[10]uint8�� �,go.string."*[10]uint8"���þtype.*[10]uint8� �� �������Àä¡r�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[10]uint8"���p��0go.weak.type.**[10]uint8���€��"runtime.zerovalue�����type.[10]uint8���þ(go.string."[2]uint8"�@��2���������������[2]uint8�� �(go.string."[2]uint8"���þtype.[2]uint8�À��À�������¢ûF�‘������������������������������������������������������������������������������� `� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��(go.string."[2]uint8"���p��,go.weak.type.*[2]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[2]uint8/[2]uint8��������������type.[2]uint8���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ4type..hashfunc."".qDecoder��������������,type..hash."".qDecoder���þ0type..eqfunc."".qDecoder��������������(type..eq."".qDecoder���þ*type..alg."".qDecoder� �� �������������������4type..hashfunc."".qDecoder�����0type..eqfunc."".qDecoder���þ4go.string."*mail.qDecoder"�@��>���������������*mail.qDecoder�� �4go.string."*mail.qDecoder"���þ(go.string."qDecoder"�@��2���������������qDecoder�� �(go.string."qDecoder"���þ go.string."Read"�0��*���������������Read�� � go.string."Read"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9877a4ef732a0f966b889793f9b99b87���������
����þlgo.string."func(*mail.qDecoder, []uint8) (int, error)"�€��v��������*�������func(*mail.qDecoder, []uint8) (int, error)�� �lgo.string."func(*mail.qDecoder, []uint8) (int, error)"���þZtype.func(*"".qDecoder, []uint8) (int, error)�À��À�������ƒô=�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."func(*mail.qDecoder, []uint8) (int, error)"���p��lgo.weak.type.*func(*"".qDecoder, []uint8) (int, error)���€��"runtime.zerovalue��� €�Ztype.func(*"".qDecoder, []uint8) (int, error)���Р�Ztype.func(*"".qDecoder, []uint8) (int, error)���€��"type.*"".qDecoder�����type.[]uint8��� ��type.int���°��type.error���þLgo.string."func([]uint8) (int, error)"�`��V���������������func([]uint8) (int, error)�� �Lgo.string."func([]uint8) (int, error)"���þ>type.func([]uint8) (int, error)�°��°�������„N4P�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func([]uint8) (int, error)"���p��Pgo.weak.type.*func([]uint8) (int, error)���€��"runtime.zerovalue��� €�>type.func([]uint8) (int, error)���А�>type.func([]uint8) (int, error)���€��type.[]uint8�����type.int��� ��type.error���þ"type.*"".qDecoder��Ð��Ð�������6äJ!�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."*mail.qDecoder"���p��4go.weak.type.**"".qDecoder���€��"runtime.zerovalue����� type."".qDecoder���` �"type.*"".qDecoder���Àð�"type.*"".qDecoder���ð�� go.string."Read"�����>type.func([]uint8) (int, error)��� ��Ztype.func(*"".qDecoder, []uint8) (int, error)���°��&"".(*qDecoder).Read���À��&"".(*qDecoder).Read���þbruntime.gcbits.0x8cc44800000000000000000000000000� �� ŒÄH��������������þ2go.string."mail.qDecoder"�@��<�������� �������mail.qDecoder�� �2go.string."mail.qDecoder"���þgo.string."r"�0��$���������������r�� �go.string."r"���þ&go.string."scratch"�0��0���������������scratch�� �&go.string."scratch"���þjgo.string."func(mail.qDecoder, []uint8) (int, error)"�€��t��������)�������func(mail.qDecoder, []uint8) (int, error)�� �jgo.string."func(mail.qDecoder, []uint8) (int, error)"���þXtype.func("".qDecoder, []uint8) (int, error)�À��À�������ÅLú¶�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��jgo.string."func(mail.qDecoder, []uint8) (int, error)"���p��jgo.weak.type.*func("".qDecoder, []uint8) (int, error)���€��"runtime.zerovalue��� €�Xtype.func("".qDecoder, []uint8) (int, error)���Р�Xtype.func("".qDecoder, []uint8) (int, error)���€�� type."".qDecoder�����type.[]uint8��� ��type.int���°��type.error���þ type."".qDecoder�����������Ge]����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������* ��*type..alg."".qDecoder���0��bruntime.gcbits.0x8cc44800000000000000000000000000���P��2go.string."mail.qDecoder"���p��"type.*"".qDecoder���€��"runtime.zerovalue���À� type."".qDecoder���À��go.string."r"���Ð��"go.importpath."".���à��type.io.Reader�����&go.string."scratch"��� ��"go.importpath."".���°��type.[2]uint8���`à� type."".qDecoder���à��(go.string."qDecoder"���ð��"go.importpath."".���€°� type."".qDecoder���°�� go.string."Read"���Ð��>type.func([]uint8) (int, error)���à��Xtype.func("".qDecoder, []uint8) (int, error)���ð��&"".(*qDecoder).Read���€�� "".qDecoder.Read���þ*go.string."*[2]uint8"�@��4�������� �������*[2]uint8�� �*go.string."*[2]uint8"���þtype.*[2]uint8� �� �������žþ°�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."*[2]uint8"���p��.go.weak.type.**[2]uint8���€��"runtime.zerovalue�����type.[2]uint8���þ,go.string."*[2]string"�@��6��������
�������*[2]string�� �,go.string."*[2]string"���þtype.*[2]string� �� ������� f<�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����type.[2]string���þ,go.string."*[3]string"�@��6��������
�������*[3]string�� �,go.string."*[3]string"���þtype.*[3]string� �� �������
+é �6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[3]string"���p��0go.weak.type.**[3]string���€��"runtime.zerovalue�����type.[3]string���þgo.string."log"�0��(���������������log�� �go.string."log"���þ$go.importpath.log.� �� ���������������� �go.string."log"���þ*go.string."io/ioutil"�@��4�������� �������io/ioutil�� �*go.string."io/ioutil"���þ0go.importpath.io/ioutil.� �� �������� �������� �*go.string."io/ioutil"���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þ go.string."time"�0��*���������������time�� � go.string."time"���þ&go.importpath.time.� �� ���������������� � go.string."time"���þ"go.string."bufio"�0��,���������������bufio�� �"go.string."bufio"���þ(go.importpath.bufio.� �� ���������������� �"go.string."bufio"���þ2go.string."net/textproto"�@��<�������� �������net/textproto�� �2go.string."net/textproto"���þ8go.importpath.net/textproto.� �� �������� �������� �2go.string."net/textproto"���þ$go.string."errors"�0��.���������������errors�� �$go.string."errors"���þ*go.importpath.errors.� �� ���������������� �$go.string."errors"���þgo.string."io"�0��&���������������io�� �go.string."io"���þ"go.importpath.io.� �� ���������������� �go.string."io"���þ&go.string."unicode"�0��0���������������unicode�� �&go.string."unicode"���þ,go.importpath.unicode.� �� ���������������� �&go.string."unicode"���þ6go.string."encoding/base64"�@��@���������������encoding/base64�� �6go.string."encoding/base64"���þ<go.importpath.encoding/base64.� �� ���������������� �6go.string."encoding/base64"���þ&go.string."strconv"�0��0���������������strconv�� �&go.string."strconv"���þ,go.importpath.strconv.� �� ���������������� �&go.string."strconv"���þ&go.string."strings"�0��0���������������strings�� �&go.string."strings"���þ,go.importpath.strings.� �� ���������������� �&go.string."strings"���þgo.string."fmt"�0��(���������������fmt�� �go.string."fmt"���þ$go.importpath.fmt.� �� ���������������� �go.string."fmt"���þ"go.string."bytes"�0��,���������������bytes�� �"go.string."bytes"���þ(go.importpath.bytes.� �� ���������������� �"go.string."bytes"���þ,"".(*debugT).Printf·f��������������&"".(*debugT).Printf���þ(runtime.panicwrap·f��������������"runtime.panicwrap���þ.type..hash.[8]string·f��������������(type..hash.[8]string���þ$runtime.strhash·f��������������runtime.strhash���þ*type..eq.[8]string·f��������������$type..eq.[8]string���þ&"".(*Header).Get·f�������������� "".(*Header).Get���þ("".(*Header).Date·f��������������""".(*Header).Date���þ6"".(*Header).AddressList·f��������������0"".(*Header).AddressList���þ0type..hash."".Address·f��������������*type..hash."".Address���þ,type..eq."".Address·f��������������&type..eq."".Address���þ.type..hash.[2]string·f��������������(type..hash.[2]string���þ*type..eq.[2]string·f��������������$type..eq.[2]string���þ.type..hash.[3]string·f��������������(type..hash.[3]string���þ*type..eq.[3]string·f��������������$type..eq.[3]string���þ:type..hash.[1]interface {}·f��������������4type..hash.[1]interface {}���þ.runtime.nilinterhash·f��������������(runtime.nilinterhash���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ$runtime.efaceeq·f��������������runtime.efaceeq���þ2type..hash."".qDecoder·f��������������,type..hash."".qDecoder���þ(runtime.interhash·f��������������"runtime.interhash���þ$runtime.memhash·f��������������runtime.memhash���þ.type..eq."".qDecoder·f��������������(type..eq."".qDecoder���þ$runtime.ifaceeq·f��������������runtime.ifaceeq���þ,"".(*qDecoder).Read·f��������������&"".(*qDecoder).Read���þ"runtime.zerovalue������ÿÿgo13ld�