all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fail to send messages when the receiver's name containing non-ASCII characters
@ 2013-06-03  0:57 Hongxu Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Hongxu Chen @ 2013-06-03  0:57 UTC (permalink / raw)
  To: help-gnu-emacs


Dear all,

   I am having problems to send messages when the receiver's mail
   containing non-ascii characters. It's not about the address itself,
   but the display name ahead. For instance:

     DISPLAY <mailadress@some.org>

   The `DISPLAY' can be unicode characters other than characters whose
   value is between 0 and 255, but when sending such messages, emacs
   would complain messages like this:

     Assertion failed: (save-excursion (goto-char (point-min)) (not (re-search-forward "[^-ÿ]" nil t)))

  It also WARNS that:

    NUL characters found, which may cause problems.  Continue sending? (d, r, s, e, ?): 

    when the non-ascii character is contained in the mail content(just
  like THIS MAIL).

  And here is my settings for sending messages(just for the reference,
  although I think they have nothing to do with the issue):

  (setq gnus-message-archive-group "nnmaildir+mymailbox:sent")
(setq message-send-mail-function 'smtpmail-send-it
      smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-auth-credentials '(("smtp.gmail.com" 587 "leftcopy.chx@gmail.com" nil))
      smtpmail-default-smtp-server "smtp.gmail.com"
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-smtp-service 587
      smtpmail-local-domain "STAP")

  Has anyone else ever encountered similar problems?

Thanks,
Hongxu Chen



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

end of thread, other threads:[~2013-06-05  1:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.903.1370221049.22516.help-gnu-emacs@gnu.org>
2013-06-04 17:38 ` Fail to send messages when the receiver's name containing non-ASCII characters Emanuel Berg
2013-06-05  1:03   ` Hongxu Chen
2013-06-03  0:57 Hongxu Chen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.