Update of bug #25787 (project duplicity):
Status: Fixed => Need Info
Open/Closed: Closed => Open
_______________________________________________________
Follow-up Comment #3:
I'm repoening this one, but requesting info...
Tests like this pass completely:
pu = duplicity.backend.ParsedUrl(
"imap://[email protected]@example.com/home")
assert pu.scheme == "imap", pu.scheme
assert pu.netloc == "[email protected]@example.com", pu.netloc
assert pu.hostname == "example.com", pu.hostname
assert pu.path == "/home", pu.path
assert pu.username == "[email protected]", pu.username
assert pu.password == None, pu.password
assert pu.port == None, pu.port
It may very well be that the %40 in the URL is the problem. Duplicity does
n0t take more than 2 '@' signs, but 1 or 2 work. Would you mind trying this
format and letting me know. I'll look into doing something about the %40.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?25787>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Duplicity-tracker mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/duplicity-tracker