Bug#910360: debbugs: get_bug_log SOAP operation truncates message
Don Armstrong <[email protected]> Fri, 5 Oct 2018 20:43:06 -0700
| Newsgroups | gmane.linux.debian.devel.debbugs |
|---|---|
| Message-ID | <20181006034306.ueqoghs7fd7rcucb__36150.9310002022$1538797398$gmane$org@qor.donarmstrong.com> |
Control: severity -1 wishlist Control: retitle -1 provide all mime attachments in get_bug_log On Fri, 05 Oct 2018, Michael Albinus wrote: > This bug has been reported to the GNU debbugs server, see > https://debbugs.gnu.org/32941>: > > The get_bug_log operation of the SOAP API truncates some messages. For > example, look at the 4th message (indexing from 0) in bug 25235. In > the web interface, > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25235#17 , one can see > that the message has 2 parts, but the get_bug_log SOAP operation only > returns the first part. That's right; it's currently only returning the body and header of the mail messages, not the attachments. There probably should be an option to return all of them, but this particular interface isn't really the right way to do it.