* Re: [guile-email] [Guile Email] Use decode-mime-encoded-word on subject?
[not found] <87lfwreepz.fsf@elephly.net>
@ 2019-07-21 15:25 ` Arun Isaac
2019-07-21 15:25 ` Arun Isaac
2019-07-21 17:23 ` [guile-email] [bug] " Arun Isaac
0 siblings, 2 replies; 5+ messages in thread
From: Arun Isaac @ 2019-07-21 15:25 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guile-email
[-- Attachment #1.1: Type: text/plain, Size: 1299 bytes --]
> I see at https://issues.guix.gnu.org/issue/36374 that the subjects
> contain some encoding garbage. Can this be avoided by running
> decode-mime-encoded-word on the subject?
Yes, that would work. But, you shouldn't have to do that. guile-email
should do that internally. This is a bug. I'll fix it. Thanks for the
bug report.
In general, you should never have to manually invoke any function
provided by guile-email other than parse-email. If you have to, it's
probably a bug in guile-email.
You will be able to use the bug fix in guile-email only from the next
version (v0.2). That might take a while. Or, perhaps I'll do a quick
bugfix release v0.1.1 in a week's time.
> BTW mumi now fetches the original email messages from Debbugs, bypassing
> the SOAP service to avoid the problem of truncated messages.
Ok, nice. :-)
We now have a mailing list -- guile-email@systemreboot.net -- for
guile-email. You can post any guile-email bugs or any other matter to
that list. I have CCed this mail to the list.
I'm also working on writing up documentation for guile-email. See
tentative first steps at https://guile-email.systemreboot.net/manual (I
might have to change this URL in the future).
I also wrote a very simple one-page website for guile-email:
https://guile-email.systemreboot.net
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
[-- Attachment #2: Type: text/plain, Size: 110 bytes --]
--
guile-email mailing list
guile-email@systemreboot.net
https://lists.systemreboot.net/listinfo/guile-email
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Guile Email] Use decode-mime-encoded-word on subject?
2019-07-21 15:25 ` [guile-email] [Guile Email] Use decode-mime-encoded-word on subject? Arun Isaac
@ 2019-07-21 15:25 ` Arun Isaac
2019-07-21 17:23 ` [guile-email] [bug] " Arun Isaac
1 sibling, 0 replies; 5+ messages in thread
From: Arun Isaac @ 2019-07-21 15:25 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guile-email
[-- Attachment #1: Type: text/plain, Size: 1299 bytes --]
> I see at https://issues.guix.gnu.org/issue/36374 that the subjects
> contain some encoding garbage. Can this be avoided by running
> decode-mime-encoded-word on the subject?
Yes, that would work. But, you shouldn't have to do that. guile-email
should do that internally. This is a bug. I'll fix it. Thanks for the
bug report.
In general, you should never have to manually invoke any function
provided by guile-email other than parse-email. If you have to, it's
probably a bug in guile-email.
You will be able to use the bug fix in guile-email only from the next
version (v0.2). That might take a while. Or, perhaps I'll do a quick
bugfix release v0.1.1 in a week's time.
> BTW mumi now fetches the original email messages from Debbugs, bypassing
> the SOAP service to avoid the problem of truncated messages.
Ok, nice. :-)
We now have a mailing list -- guile-email@systemreboot.net -- for
guile-email. You can post any guile-email bugs or any other matter to
that list. I have CCed this mail to the list.
I'm also working on writing up documentation for guile-email. See
tentative first steps at https://guile-email.systemreboot.net/manual (I
might have to change this URL in the future).
I also wrote a very simple one-page website for guile-email:
https://guile-email.systemreboot.net
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [guile-email] [bug] Use decode-mime-encoded-word on subject?
2019-07-21 15:25 ` [guile-email] [Guile Email] Use decode-mime-encoded-word on subject? Arun Isaac
2019-07-21 15:25 ` Arun Isaac
@ 2019-07-21 17:23 ` Arun Isaac
2019-07-21 17:23 ` Arun Isaac
2019-07-21 17:43 ` Ricardo Wurmus
1 sibling, 2 replies; 5+ messages in thread
From: Arun Isaac @ 2019-07-21 17:23 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guile-email
[-- Attachment #1.1: Type: text/plain, Size: 460 bytes --]
>> I see at https://issues.guix.gnu.org/issue/36374 that the subjects
>> contain some encoding garbage. Can this be avoided by running
>> decode-mime-encoded-word on the subject?
>
> Yes, that would work. But, you shouldn't have to do that. guile-email
> should do that internally. This is a bug. I'll fix it. Thanks for the
> bug report.
I have pushed a fix. See
https://git.systemreboot.net/guile-email/commit/?id=7c6f220e95feb3bc79f48aca16b5ca691a561d97
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
[-- Attachment #2: Type: text/plain, Size: 110 bytes --]
--
guile-email mailing list
guile-email@systemreboot.net
https://lists.systemreboot.net/listinfo/guile-email
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [bug] Use decode-mime-encoded-word on subject?
2019-07-21 17:23 ` [guile-email] [bug] " Arun Isaac
@ 2019-07-21 17:23 ` Arun Isaac
2019-07-21 17:43 ` Ricardo Wurmus
1 sibling, 0 replies; 5+ messages in thread
From: Arun Isaac @ 2019-07-21 17:23 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guile-email
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
>> I see at https://issues.guix.gnu.org/issue/36374 that the subjects
>> contain some encoding garbage. Can this be avoided by running
>> decode-mime-encoded-word on the subject?
>
> Yes, that would work. But, you shouldn't have to do that. guile-email
> should do that internally. This is a bug. I'll fix it. Thanks for the
> bug report.
I have pushed a fix. See
https://git.systemreboot.net/guile-email/commit/?id=7c6f220e95feb3bc79f48aca16b5ca691a561d97
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [bug] Use decode-mime-encoded-word on subject?
2019-07-21 17:23 ` [guile-email] [bug] " Arun Isaac
2019-07-21 17:23 ` Arun Isaac
@ 2019-07-21 17:43 ` Ricardo Wurmus
1 sibling, 0 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2019-07-21 17:43 UTC (permalink / raw)
To: Arun Isaac; +Cc: guile-email
Arun Isaac <arunisaac@systemreboot.net> writes:
>>> I see at https://issues.guix.gnu.org/issue/36374 that the subjects
>>> contain some encoding garbage. Can this be avoided by running
>>> decode-mime-encoded-word on the subject?
>>
>> Yes, that would work. But, you shouldn't have to do that. guile-email
>> should do that internally. This is a bug. I'll fix it. Thanks for the
>> bug report.
>
> I have pushed a fix. See
> https://git.systemreboot.net/guile-email/commit/?id=7c6f220e95feb3bc79f48aca16b5ca691a561d97
Very nice! Thank you!
--
Ricardo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-07-21 17:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <87lfwreepz.fsf@elephly.net>
2019-07-21 15:25 ` [guile-email] [Guile Email] Use decode-mime-encoded-word on subject? Arun Isaac
2019-07-21 15:25 ` Arun Isaac
2019-07-21 17:23 ` [guile-email] [bug] " Arun Isaac
2019-07-21 17:23 ` Arun Isaac
2019-07-21 17:43 ` Ricardo Wurmus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox