UserPreferences

BestPractices


This is the beginning of an effort to capture the Best Current Practices for Atom.

Ground rules

Best Practices

              simple-addr-spec     = simple-local-part "@" simple-domain
              simple-local-part    = dot-atom-text / simple-quoted-string
              simple-domain        = dot-atom-text
              simple-quoted-string = DQUOTE *(simple-qcontent) DQUOTE          
              simple-qcontent      = %d33 /    ; US-ASCII not including control 
                                     %d35-91 / ; characters, space, "\", or
                                     %d93-126  ; or the quote character