Gnus development mailing list
 help / color / mirror / Atom feed
From: Christoph Conrad <C.Conrad@cli.de>
Subject: Re: attachment names
Date: 03 Nov 2000 12:50:51 +0100	[thread overview]
Message-ID: <u8zr19sv8.fsf@cli.de> (raw)
In-Reply-To: <ilubsvyxzd4.fsf@barbar.josefsson.org>

>>>>> "Simon" == Simon Josefsson <sj@extundo.com> writes:

A simple workaround:

;; -cc-
(require 'rfc2047)

(defun rfc2231-parse-string (string)
  "Parse STRING and return a list.
The list will be on the form
 `(name (attribute . value) (attribute . value)...)"

  ;; -cc-
  (setq string (rfc2047-decode-string string))

  (with-temp-buffer
    (let ((ttoken (ietf-drums-token-to-list ietf-drums-text-token))
	  (stoken (ietf-drums-token-to-list ietf-drums-tspecials))
	  (ntoken (ietf-drums-token-to-list "0-9"))


Mit freundlichen Grüßen / Best regards

i. A.
Christoph Conrad

-- 
CLI-GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
(defvar my-computer '((OS . "GNU Emacs") (system-type . gnu/linux))
	"Programming environment.")



  reply	other threads:[~2000-11-03 11:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-02 13:17 Vladimir Volovich
2000-11-02 13:44 ` Simon Josefsson
2000-11-03 11:50   ` Christoph Conrad [this message]
     [not found]   ` <ud7gd9sw1.fsf@cli.de>
2000-11-03 12:26     ` Simon Josefsson
2000-11-03 13:13       ` Kai Großjohann
2000-11-03 14:40         ` Per Abrahamsen
2000-11-03 13:19       ` Christoph Conrad
2000-11-03 13:37       ` Christoph Conrad
2000-11-03 14:39       ` Per Abrahamsen
2000-11-03 15:31         ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u8zr19sv8.fsf@cli.de \
    --to=c.conrad@cli.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).