hey everyone.

please have a look at this patchset:

http://code.citadel.org/?p=citadel.git&a=commit&h=e40ba85133cf6401bda3d6b81a1d144d73d25074

(its not yet added to master)

We are in the situation that if somebody edits his vcard to add an alias he doesn't get any sort of feedback about the status of his operation.

Which gives a very poor userexperience, for example a typo inside of the domain will end up with the alias not working.

We had lots of support requests regarding these problems in the past, and we have an ongoing one right now.

The patch tries to get the information through the various levels of callbacks by using the session object.

Please tell me whether you like the aproach, and how we best display this information in webcit?

 

I also think we should have a difference between 'self service account creation' and 'self service email aliases modifying', or do we?

I actualy made it to output  of one such email save command (dunno how the goto slipped in there, but its persistant like that)

T 127.0.0.1:504 -> 127.0.0.1:44474 [AP]
200 My Citadel Config|6|6|0|16390|11636|0|1|1|0|0|0|0|0|1|

##
T 127.0.0.1:44474 -> 127.0.0.1:504 [AP]
ENT0 1|||4||||||1
##
T 127.0.0.1:44474 -> 127.0.0.1:504 [AP]


##
T 127.0.0.1:504 -> 127.0.0.1:44474 [AP]
400 send message

#
T 127.0.0.1:44474 -> 127.0.0.1:504 [AP]
Content-type: text/x-vcard; charset=UTF-8
##
T 127.0.0.1:44474 -> 127.0.0.1:504 [AP]


begin:vcard.
VERSION:2.1.
FBURL;PREF:http://potzblitz.outgesourced.org/willi.vfb.
UID;charset=UTF-8:Citadel vCard: personal card for willi at potzblitz..
n:willi;;;;.
title:.
fn:willi.
org:.
adr:adr:;;_;_;_;00000;__.
tel;home:.
tel;work:.
tel;fax:.
tel;cell:.
email;internet:wi...@potzblitz.outgesourced.org.
email;internet:f...@nothere.org.
end:vcard.
.

000

##
T 127.0.0.1:44474 -> 127.0.0.1:504 [AP]
GOTO testml3

#




#
T 127.0.0.1:504 -> 127.0.0.1:44474 [AP]
unable to add this emailaddress; its not matching our domain.|f...@nothere.org

Reply via email to