Page MenuHomePhorge

TypeError: an integer is required / T6989 Bugs logged for pykolab
ClosedPublic

Authored by ghane on Sep 30 2022, 1:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 23, 3:50 PM
Unknown Object (File)
Sat, Jul 20, 7:31 AM
Unknown Object (File)
Sun, Jul 14, 5:53 PM
Unknown Object (File)
Sun, Jul 14, 3:20 PM
Unknown Object (File)
Jun 25 2024, 5:42 AM
Unknown Object (File)
Jun 22 2024, 4:50 PM
Unknown Object (File)
Jun 22 2024, 4:03 PM
Unknown Object (File)
Jun 5 2024, 4:49 PM
Subscribers
None

Details

Summary
res.append(c)

Just remove chr()
c is single character of a string, but not an integer value of a character.
I could see via grep, decode(s) is used with folders in modules used for imap

for c in s:

See also https://git.kolab.org/diffusion/P/browse/pykolab-0.7/pykolab/imap_utf7.py line 52 , 74

Diff Detail

Repository
rP pykolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ghane requested review of this revision.Sep 30 2022, 1:10 PM
ghane created this revision.
This revision is now accepted and ready to land.Sep 30 2022, 2:07 PM
This revision was automatically updated to reflect the committed changes.

I ran into an integer error on other tests,
so I corrected this with this patch.

This revision is now accepted and ready to land.Oct 16 2022, 9:46 AM
This revision was automatically updated to reflect the committed changes.