[SOGo] BTS activities for Wednesday, July 10 2019

2019-07-10 Thread SOGo reporter
Title: BTS activities for Wednesday, July 10 2019





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, July 10 2019

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4776
	2019-07-10 04:37:20
	updated (open)
	Packaging (Debian)
	dpkg: error processing package sogo - install failed
	
	  
	
4778
	2019-07-10 12:36:57
	updated (open)
	Web Mail
	"Request failed" when viewing notification of created/deleted contacts folder
	
	  
	
4735
	2019-07-10 12:53:28
	resolved (fixed)
	Web Mail
	conversation view is missing in sogo 4
	
	  
	
4777
	2019-07-10 20:30:54
	resolved (fixed)
	with SOGo
	http://demo.sogo.nu doesn't work when logging in as sogo3 - sogo3
	
	  
	
4763
	2019-07-10 09:46:39
	closed (fixed)
	ActiveSync
	After upgrade "Could not get a valid IMAP connection"
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

[SOGo] Authentication for emai

2019-07-10 Thread Andreas Meyer
Hello!

I have a running SOGo-Server 4.0.7. I configured mail for IMAP and SMTP but
the mailboxes are not shown.

What I don't understand is how sogo authenticates to the imap- and smtp-server
when there is no possibility to give a password somewhere.

How is this working and what am I missing?

Kind regards

  Andreas


pgpongShEExg6.pgp
Description: Digitale Signatur von OpenPGP


RE: [SOGo] HTTPS switches to HTTP after login

2019-07-10 Thread Jonathan Aquilina
Hi Paul,

What web server are you using? If you are using apache you can do a redirect 
from an http vhost to an https vhost.

Regards,
Jonathan

From: users-requ...@sogo.nu  On Behalf Of Anselm Martin 
Hoffmeister
Sent: 10 July 2019 22:32
To: users@sogo.nu
Subject: Re: [SOGo] HTTPS switches to HTTP after login

Hi Paul,

please check your Apache configuration. As you want https, you might have to 
set lines like
  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
  RequestHeader set "x-webobjects-server-url" 
"https://%{HTTP_HOST}e"; env=HTTP_HOST

In my configuration, those (in /etc/apache2/conf-available/SOGo.conf, but my 
box is running Debian - might be a little different) were surrounded by 
, so perhaps you also need to enable that module 
(a2enmod headers).

Lacking those (or having them disabled, effectively), page redirects might 
default to http on port 80, which you seem to experience.

Hope this helps!

Anselm

Am 10.07.19 um 21:25 schrieb "Webb, Paul" 
(pwebb0...@gmail.com):

OS: Ubuntu 18.04.2 LTS
Version: SOGo v4 Nightly Build

Hi all,

I've started over and built a SOGo server from the ground up. Apache2, MySQL 
5.7.26, Postfix (latest from repos), Dovecot, etc.

I've got a wildcard SSL certificate from Comodo and got my Apache2 
configuration working properly. I can visit https://[mx.domain.com]/SOGo and 
get a login page.

I have a test user, sogoadmin, in the Mysql database with a password set for it.

When I log in:

https://[mx.domain.com]/SOGo/so/sogoadmin/Mail/

I get "Authenticating" then "Welcome SOGo Admin" and then it spins for 
awhile.

Eventually it errors out and the URL has changed to

http://[mx.domain.com]/SOGo/so/sogoadmin/Mail/view#!/Mail/0/INBOX

instead of

https://[mx.domain.com]/SOGo/so/sogoadmin/Mail/view#!/Mail/0/INBOX.

If I just add the s in after the http, it lets me continue on to the user inbox.

Is there somewhere in the configuration that I need to tell SOGo that we're 
requiring HTTPS at all times?

Thanks, all!

-Paul
--
users@sogo.nu
https://inverse.ca/sogo/lists


--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] HTTPS switches to HTTP after login

2019-07-10 Thread Anselm Martin Hoffmeister
Hi Paul,

please check your Apache configuration. As you want https, you might
have to set lines like
  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
  RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e";
env=HTTP_HOST

In my configuration, those (in /etc/apache2/conf-available/SOGo.conf,
but my box is running Debian - might be a little different) were
surrounded by , so perhaps you also need to
enable that module (a2enmod headers).

Lacking those (or having them disabled, effectively), page redirects
might default to http on port 80, which you seem to experience.

Hope this helps!

Anselm

Am 10.07.19 um 21:25 schrieb "Webb, Paul" (pwebb0...@gmail.com):
>
> OS: Ubuntu 18.04.2 LTS
> Version: SOGo v4 Nightly Build
>
> Hi all,
>
> I've started over and built a SOGo server from the ground up. Apache2,
> MySQL 5.7.26, Postfix (latest from repos), Dovecot, etc.
>
> I've got a wildcard SSL certificate from Comodo and got my Apache2
> configuration working properly. I can visit
> https://[mx.domain.com]/SOGo and get a login page.
>
> I have a test user, sogoadmin, in the Mysql database with a password
> set for it.
>
> When I log in:
>
> https://[mx.domain.com]/SOGo/so/sogoadmin/Mail/
>
> I get "Authenticating" then "Welcome SOGo Admin" and then it spins
> for awhile.
>
> Eventually it errors out and the URL has changed to
>
> http://[mx.domain.com]/SOGo/so/sogoadmin/Mail/view#!/Mail/0/INBOX
>
> instead of
>
> https://[mx.domain.com]/SOGo/so/sogoadmin/Mail/view#!/Mail/0/INBOX.
>
> If I just add the s in after the http, it lets me continue on to the
> user inbox.
>
> Is there somewhere in the configuration that I need to tell SOGo that
> we're requiring HTTPS at all times?
>
> Thanks, all!
>
> -Paul
>
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] HTTPS switches to HTTP after login

2019-07-10 Thread "Webb, Paul"
OS: Ubuntu 18.04.2 LTS
Version: SOGo v4 Nightly Build

Hi all,

I've started over and built a SOGo server from the ground up. Apache2,
MySQL 5.7.26, Postfix (latest from repos), Dovecot, etc.

I've got a wildcard SSL certificate from Comodo and got my Apache2
configuration working properly. I can visit https://[mx.domain.com]/SOGo
and get a login page.

I have a test user, sogoadmin, in the Mysql database with a password set
for it.

When I log in:

https://[mx.domain.com]/SOGo/so/sogoadmin/Mail/

I get "Authenticating" then "Welcome SOGo Admin" and then it spins
for awhile.

Eventually it errors out and the URL has changed to

http://[mx.domain.com]/SOGo/so/sogoadmin/Mail/view#!/Mail/0/INBOX

instead of

https://[mx.domain.com]/SOGo/so/sogoadmin/Mail/view#!/Mail/0/INBOX.

If I just add the s in after the http, it lets me continue on to the
user inbox.

Is there somewhere in the configuration that I need to tell SOGo that
we're requiring HTTPS at all times?

Thanks, all!

-Paul

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

pEpkey.asc
Description: application/pgp-keys


Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread "Christian M. Jensen"

hi again.

Just Tested hate leaving thing untested. Works yay! i attached path, 
this only adds  windows-1256 like i wrote earlier.



On 10-07-2019 18:10, "Christian M. Jensen" (c...@cjpg.dk) wrote:


Hi.

Just tested a bit and can confirm this is an issue, and i think the 
problem is that SOGo has no rules for charset windows-1256 like for 
others as seen here.


https://github.com/inverse-inc/sogo/blob/60247e83e7da798bb7292521694812a6ea12ff0f/UI/MailPartViewers/UIxMailPartHTMLViewer.m#L82-L85

My suggesting is that you add this '{ @"windows-1256", 
XML_CHAR_ENCODING_ERROR},'  to UIxMailPartHTMLViewer.m between line 
82/85 and compile SOGo to see if that helps, and report back.


Now this just a suggestion not tested so can't say if it will work. 
The reason i think this is where the issue resides, is as you can see 
by the image, title is fine but body is not, and the body part of the 
mail "look like" it parses through that method.



That's just my suggestion, hope you figure out what the root cause is.

--
Hilsen/Regards
Christian M. Jensen


--
Hilsen/Regards
Christian M. Jensen

--
users@sogo.nu
https://inverse.ca/sogo/listsDescription: Added encoding windows-1256
 Fixes invalid coding when sending mails with Arabic letters, when sendt from 
Windows.
 .
 sogo (4.0.7.20190710-1) DIST; urgency=low
 .
   * updated to 4.0.7.20190710
Author: Christian M. Jensen 

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: , 
Bug: 
Bug-Debian: https://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
Forwarded: 
Reviewed-By: 
Last-Update: 2019-07-10

--- sogo-4.0.7.20190710.orig/UI/MailPartViewers/UIxMailPartHTMLViewer.m
+++ sogo-4.0.7.20190710/UI/MailPartViewers/UIxMailPartHTMLViewer.m
@@ -82,6 +82,7 @@ _xmlCharsetForCharset (NSString *charset
 { @"windows-1250", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger 
windows-1250 -> utf8 conversion
 { @"windows-1251", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger 
windows-1251 -> utf8 conversion
 { @"windows-1255", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger 
windows-1255 -> utf8 conversion
+{ @"windows-1256", XML_CHAR_ENCODING_ERROR},
 { @"windows-1257", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger 
windows-1257 -> utf8 conversion
 { @"gb2312", XML_CHAR_ENCODING_ERROR},   // unsupported, will trigger 
gb2312 -> utf8 conversion
 { @"gbk", XML_CHAR_ENCODING_ERROR},  // unsupported, will trigger 
gb2312 -> utf8 conversion

Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Ludovic Marcotte

On 2019-07-10 12:37 p.m., Jonathan Aquilina (jaquil...@eagleeyet.net) wrote:

The windows-1256 wont work as that is specific to microsoft windows 
only not your standard encoding in the earlier email he had shown 
en-US.utf8 which is not Arabic encoding on centos.

That has no impact on how are decoded email messages in SOGo.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Ludovic Marcotte

On 2019-07-06 11:18 a.m., Eslam Basyouni (eslam.basyo...@yahoo.com) wrote:

i have some emails in Arabic and it send from Exchange outlook to my 
email in sogo but it's contain bad character which it's not belong to 
Arabic , i think it's something related to encoding because i had send 
the same message from outlook after i change the encoding of outlook 
from Arabic (windows) to UTF-8 and i send again and there is no 
problem so  kindly  Advise..
Create a bug report on https://sogo.nu/bugs and attach sample messages - 
zip them first.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Jonathan Aquilina
Hi,

The windows-1256 wont work as that is specific to microsoft windows only not 
your standard encoding in the earlier email he had shown en-US.utf8 which is 
not Arabic encoding on centos.

Regards,
Jonathan

From: users-requ...@sogo.nu  On Behalf Of "Christian M. 
Jensen"
Sent: 10 July 2019 18:11
To: users@sogo.nu
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work


Hi.

Just tested a bit and can confirm this is an issue, and i think the problem is 
that SOGo has no rules for charset windows-1256 like for others as seen here.

https://github.com/inverse-inc/sogo/blob/60247e83e7da798bb7292521694812a6ea12ff0f/UI/MailPartViewers/UIxMailPartHTMLViewer.m#L82-L85

My suggesting is that you add this '{ @"windows-1256", 
XML_CHAR_ENCODING_ERROR},'  to UIxMailPartHTMLViewer.m between line 82/85 and 
compile SOGo to see if that helps, and report back.

Now this just a suggestion not tested so can't say if it will work. The reason 
i think this is where the issue resides, is as you can see by the image, title 
is fine but body is not, and the body part of the mail "look like" it parses 
through that method.

[cid:image001.png@01D5374E.8652AE80]



That's just my suggestion, hope you figure out what the root cause is.

--

Hilsen/Regards

Christian M. Jensen


On 10-07-2019 12:18, Eslam Basyouni 
(eslam.basyo...@yahoo.com) wrote:
if you mean from where i'm open the SOGo web , there is no different , where i 
tested opening SOGo URL from Linux PC and from Windows PC and the same issue

and if you or any one want to test with me do the following :

1- Send Email from Hotmail.com or outlook.com to your email on SOGo with Arabic 
like thisمرحبا... كيف الحال
2- open this mail from SOGo web and open the same mail from Thunderbird or out 
look and you will see how this mail will appear


thank you for your reply




On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina 
 wrote:



A quick question are you running sogo on windows or on linux?



Regards,

Jonathan



From:  on behalf of Eslam 
Basyouni 
Reply to: "users@sogo.nu" 

Date: Tuesday, 9 July 2019 at 20:54
To: "users@sogo.nu" 
, "users@sogo.nu" 

Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



Thank you for your reply... Why when you send mail to yahoo or gmail from 
Microsoft there is no problem with encoding but only sogo that have the 
problem... I think sogo have problem with encoding



I hope if we get any help where most of my emails in arabic.. And by the way if 
i open this email from thunderbird or outlook there is no problem i can see 
them with right encoding...





Sent from Yahoo Mail on 
Android



On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina

 wrote:

Im not a sogo expert but all I know is Microsoft have their own unique 
encodings for windows that are not compatible with standard encodings that one 
would find on linux or mac system.



Regards,

Jonathan



From:  on behalf of Eslam 
Basyouni 
Reply to: "users@sogo.nu" 

Date: Monday, 8 July 2019 at 15:10
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



I got workaround to temporary read by forward the message, in this case i can 
see it, but we need to fix this bug...

Eng Ludovic , Francis, any chance of solving this issue , or any idea for 
workaround?











On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo 
 wrote:





Dear all

i have the same problem with arabic language in sogo

any solution's ?

On 2019-07-07 10:35, Eslam Basyouni wrote:



Dears,





first of all i apologize the Arabic  encoding for (Windows-12356)  not for 
Arabic (Windows-12256)  , anyway i discovered that the only emails that come 
from Microsoft is only have this problem and all other is good like yahoo or 
gmail and any other have this problem, where ihad test with my exchange server 
and hostmail.com and outlook.com and they have this problem









On Sunday, July 7, 2019, 05:08:59 AM GMT+2, Eslam Basyouni 
 wrote:







Dears,



i have  some emails in Arabic and it send from Exchange outlook to my email in 
sogo but it's contain bad character which it's not belong to Arabic , i think 
it's something related to encoding because i had send the same message from 
outlook after i change the encoding of outlook from Arabic (windows) to UTF-8 
and i send again and there is no problem so  kindly  Ad

Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread "Christian M. Jensen"

Hi.

Just tested a bit and can confirm this is an issue, and i think the 
problem is that SOGo has no rules for charset windows-1256 like for 
others as seen here.


https://github.com/inverse-inc/sogo/blob/60247e83e7da798bb7292521694812a6ea12ff0f/UI/MailPartViewers/UIxMailPartHTMLViewer.m#L82-L85

My suggesting is that you add this '{ @"windows-1256", 
XML_CHAR_ENCODING_ERROR},'  to UIxMailPartHTMLViewer.m between line 
82/85 and compile SOGo to see if that helps, and report back.


Now this just a suggestion not tested so can't say if it will work. The 
reason i think this is where the issue resides, is as you can see by the 
image, title is fine but body is not, and the body part of the mail 
"look like" it parses through that method.



That's just my suggestion, hope you figure out what the root cause is.

--
Hilsen/Regards
Christian M. Jensen


On 10-07-2019 12:18, Eslam Basyouni (eslam.basyo...@yahoo.com) wrote:
if you mean from where i'm open the SOGo web , there is no different , 
where i tested opening SOGo URL from Linux PC and from Windows PC and 
the same issue


and if you or any one want to test with me do the following :

1- Send Email from Hotmail.com or outlook.com to your email on SOGo 
with Arabic like this    مرحبا... كيف الحال
2- open this mail from SOGo web and open the same mail from 
Thunderbird or out look and you will see how this mail will appear



thank you for your reply




On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina 
 wrote:



A quick question are you running sogo on windows or on linux?

Regards,

Jonathan

*From: * on behalf of Eslam Basyouni 


*Reply to: *"users@sogo.nu" 
*Date: *Tuesday, 9 July 2019 at 20:54
*To: *"users@sogo.nu" , "users@sogo.nu" 
*Subject: *Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work


Thank you for your reply... Why when you send mail to yahoo or gmail 
from Microsoft there is no problem with encoding but only sogo that 
have the problem... I think sogo have problem with encoding


I hope if we get any help where most of my emails in arabic.. And by 
the way if i open this email from thunderbird or outlook there is no 
problem i can see them with right encoding...


Sent from Yahoo Mail on Android 



On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina

 wrote:

Im not a sogo expert but all I know is Microsoft have their own
unique encodings for windows that are not compatible with standard
encodings that one would find on linux or mac system.

Regards,

Jonathan

*From: * on behalf of Eslam Basyouni

*Reply to: *"users@sogo.nu" 
*Date: *Monday, 8 July 2019 at 15:10
*To: *"users@sogo.nu" 
*Subject: *Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

I got workaround to temporary read by forward the message, in this
case i can see it, but we need to fix this bug...

Eng Ludovic , Francis, any chance of solving this issue , or any
idea for workaround?

On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo
 wrote:

Dear all

i have the same problem with arabic language in sogo

any solution's ?

On 2019-07-07 10:35, Eslam Basyouni wrote:

Dears,

first of all i apologize the Arabic encoding for
(Windows-12356) not for Arabic (Windows-12256)  , anyway i
discovered that the only emails that come from Microsoft is
only have this problem and all other is good like yahoo or
gmail and any other have this problem, where ihad test with my
exchange server and hostmail.com and outlook.com and they have
this problem

On Sunday, July 7, 2019, 05:08:59 AM GMT+2, Eslam Basyouni
 wrote:

Dears,

i have  some emails in Arabic and it send from Exchange
outlook to my email in sogo but it's contain bad character
which it's not belong to Arabic , i think it's something
related to encoding because i had send the same message from
outlook after i change the encoding of outlook from Arabic
(windows) to UTF-8 and i send again and there is no problem so
kindly Advise..

*Error! Filename not specified.*


*Error! Filename not specified.*

-- 
users@sogo.nu

https://inverse.ca/sogo/lists

-- 
users@sogo.nu

https://inverse.ca/sogo/lists

-- 


Eng. Mohammed A. Qanadelo

Systems Development Department - GCC

Ministry of Telecomm. & Information Technology

-- 
users@sogo.nu

https://inverse.ca/sogo/lists

-- 
users@sogo.nu

https://inverse.ca/sogo/lists

-- 
users@sogo.nu

https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists
--
users@sogo.nu
https://

RE: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Jonathan Aquilina
That is your issue right there. The encoding is set to US. You need to figure 
out the encoding you need for your language.

Regards,
Jonathan

From: users-requ...@sogo.nu  On Behalf Of Eslam Basyouni
Sent: 10 July 2019 14:51
To: users@sogo.nu
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

[root@mail ~]# localectl status
 System Locale: LANG=en_US.UTF-8
  VC Keymap: us
 X11 Layout: us,ara
 X11 Variant: ,






On Wednesday, July 10, 2019, 02:44:39 PM GMT+2, Jonathan Aquilina 
mailto:users@sogo.nu>> wrote:



What is the encoding the system is set to?



Regards,

Jonathan



From: mailto:users-requ...@sogo.nu>> on behalf of Eslam 
Basyouni mailto:users@sogo.nu>>
Reply to: "users@sogo.nu" 
mailto:users@sogo.nu>>
Date: Wednesday, 10 July 2019 at 14:17
To: "users@sogo.nu" 
mailto:users@sogo.nu>>, "users@sogo.nu" 
mailto:users@sogo.nu>>
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



Linux CentOS 7.6







Sent from Yahoo Mail on 
Android



On Wed, Jul 10, 2019 at 2:03 PM, Jonathan Aquilina

mailto:users@sogo.nu>> wrote:

You are misunderstanding you have a server setup that is running SOGO is it a 
windows server or a linux server?



Regards,

Jonathan



From: mailto:users-requ...@sogo.nu>> on behalf of Eslam 
Basyouni mailto:users@sogo.nu>>
Reply to: "users@sogo.nu" 
mailto:users@sogo.nu>>
Date: Wednesday, 10 July 2019 at 12:40
To: "users@sogo.nu" mailto:users@sogo.nu>>
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



if you mean from where i'm open the SOGo web , there is no different , where i 
tested opening SOGo URL from Linux PC and from Windows PC and the same issue



and if you or any one want to test with me do the following :



1- Send Email from Hotmail.com or outlook.com to your email on SOGo with Arabic 
like thisمرحبا... كيف الحال

2- open this mail from SOGo web and open the same mail from Thunderbird or out 
look and you will see how this mail will appear





thank you for your reply









On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina 
mailto:users@sogo.nu>> wrote:





A quick question are you running sogo on windows or on linux?



Regards,

Jonathan



From: mailto:users-requ...@sogo.nu>> on behalf of Eslam 
Basyouni mailto:users@sogo.nu>>
Reply to: "users@sogo.nu" 
mailto:users@sogo.nu>>
Date: Tuesday, 9 July 2019 at 20:54
To: "users@sogo.nu" 
mailto:users@sogo.nu>>, "users@sogo.nu" 
mailto:users@sogo.nu>>
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



Thank you for your reply... Why when you send mail to yahoo or gmail from 
Microsoft there is no problem with encoding but only sogo that have the 
problem... I think sogo have problem with encoding



I hope if we get any help where most of my emails in arabic.. And by the way if 
i open this email from thunderbird or outlook there is no problem i can see 
them with right encoding...





Sent from Yahoo Mail on 
Android



On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina

mailto:users@sogo.nu>> wrote:

Im not a sogo expert but all I know is Microsoft have their own unique 
encodings for windows that are not compatible with standard encodings that one 
would find on linux or mac system.



Regards,

Jonathan



From: mailto:users-requ...@sogo.nu>> on behalf of Eslam 
Basyouni mailto:users@sogo.nu>>
Reply to: "users@sogo.nu" 
mailto:users@sogo.nu>>
Date: Monday, 8 July 2019 at 15:10
To: "users@sogo.nu" mailto:users@sogo.nu>>
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



I got workaround to temporary read by forward the message, in this case i can 
see it, but we need to fix this bug...

Eng Ludovic , Francis, any chance of solving this issue , or any idea for 
workaround?











On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo 
mailto:users@sogo.nu>> wrote:





Dear all

i have the same problem with arabic language in sogo

any solution's ?

On 2019-07-07 10:35, Eslam Basyouni wrote:



Dears,





first of all i apologize the Arabic  encoding for (Windows-12356)  not for 
Arabic (Windows-12256)  , anyway i discovered that the only emails that come 
from Microsoft is only have this problem and all other is good like yahoo or 
gmail and any other have this problem, where ihad test with my exchange server 
and hostmail.com and outlook.com and they

Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Gordon Messmer

On 7/10/19 3:18 AM, Eslam Basyouni" (eslam.basyo...@yahoo.com) wrote:
1- Send Email from Hotmail.com or outlook.com to your email on SOGo 
with Arabic like this مرحبا... كيف الحال



I would imagine that there are users who are willing to help you but 
don't have access to hotmail or outlook.  Perhaps the best thing you 
could do would be to send a short email to the list from both 
outlook.com and then the same email from somewhere else, which you 
expect to have the same encoding, in order to observe the problem.


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Eslam Basyouni
 [root@mail ~]# localectl status                         System Locale: 
LANG=en_US.UTF-8                          VC Keymap: us                         
X11 Layout: us,ara                         X11 Variant: ,





On Wednesday, July 10, 2019, 02:44:39 PM GMT+2, Jonathan Aquilina 
 wrote:  
 
 
What is the encoding the system is set to?
 
  
 
Regards,
 
Jonathan
 
  
 
From: on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Wednesday, 10 July 2019 at 14:17
To: "users@sogo.nu" , "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
  
 
Linux CentOS 7.6  
 
  
 
  
 
  
 
Sent from Yahoo Mail on Android
 
  
 

On Wed, Jul 10, 2019 at 2:03 PM, Jonathan Aquilina
 
 wrote:
 
You are misunderstanding you have a server setup that is running SOGO is it a 
windows server or a linux server?
 
 
 
Regards,
 
Jonathan
 
 
 
From: on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Wednesday, 10 July 2019 at 12:40
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
 
 
if you mean from where i'm open the SOGo web , there is no different , where i 
tested opening SOGo URL from Linux PC and from Windows PC and the same issue 
 
 
 
and if you or any one want to test with me do the following :
 
 
 
1- Send Email from Hotmail.com or outlook.com to your email on SOGo with Arabic 
like this    مرحبا... كيف الحال
 
2- open this mail from SOGo web and open the same mail from Thunderbird or out 
look and you will see how this mail will appear 
 
 
 
 
 
thank you for your reply 
 
 
 
 
 
 
 
 
 
On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina  
wrote:
 
 
 
 
 
A quick question are you running sogo on windows or on linux?
 
 
 
Regards,
 
Jonathan
 
 
 
From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Tuesday, 9 July 2019 at 20:54
To: "users@sogo.nu" , "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
 
 

Thank you for your reply... Why when you send mail to yahoo or gmail from 
Microsoft there is no problem with encoding but only sogo that have the 
problem... I think sogo have problem with encoding 
 
 
 
I hope if we get any help where most of my emails in arabic.. And by the way if 
i open this email from thunderbird or outlook there is no problem i can see 
them with right encoding... 
 
 
 
 
 
Sent from Yahoo Mail on Android
 
 
 

On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina
 
 wrote:
 
Im not a sogo expert but all I know is Microsoft have their own unique 
encodings for windows that are not compatible with standard encodings that one 
would find on linux or mac system.
 
 
 
Regards,
 
Jonathan
 
 
 
From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Monday, 8 July 2019 at 15:10
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
 
 
I got workaround to temporary read by forward the message, in this case i can 
see it, but we need to fix this bug...
 
Eng Ludovic , Francis, any chance of solving this issue , or any idea for 
workaround?
 
 
 
 
 
 
 
 
 
 
 
On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo  
wrote:
 
 
 
 
 
Dear all 
 
i have the same problem with arabic language in sogo
 
any solution's ? 
 
On 2019-07-07 10:35, Eslam Basyouni wrote:
 

 
 
Dears,
 
 
 
 
 
first of all i apologize the Arabic  encoding for (Windows-12356)  not for 
Arabic (Windows-12256)  , anyway i discovered that the only emails that come 
from Microsoft is only have this problem and all other is good like yahoo or 
gmail and any other have this problem, where ihad test with my exchange server 
and hostmail.com and outlook.com and they have this problem
 
 
 
 
 
 
 
 
 
On Sunday, July 7, 2019, 05:08:59 AM GMT+2, Eslam Basyouni  
wrote:
 
 
 
 
 
 
 
Dears,
 
 
 
i have  some emails in Arabic and it send from Exchange outlook to my email in 
sogo but it's contain bad character which it's not belong to Arabic , i think 
it's something related to encoding because i had send the same message from 
outlook after i change the encoding of outlook from Arabic (windows) to UTF-8 
and i send again and there is no problem so  kindly  Advise..
 
 
 
Error! Filename not specified.
 

Error! Filename not specified.
 
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 

 
 --  Eng. Mohammed A. Qanadelo    Systems Development Department - GCC    
Ministry of Telecomm. & Information Technology 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 
--
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 -- 
users@sogo.nu
https://inverse.ca/sogo/lists  
-- 
users@sogo.nu
https://i

Re: [SOGo] Missing NGLdap

2019-07-10 Thread Gordon Messmer

On 7/9/19 3:48 PM, Andreas Meyer" (a.me...@nimmini.de) wrote:

I try to compile SOGo-4.0.7 on CentOS 7 but get
NGLdap/NGLdapConnection.h: file or directory not found.



You can use the scripts here to build sogo rpm packages in a "mock" 
environment.  mock will install all of the requirements.


https://github.com/gordonmessmer/build-sogo/


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-tool, modify user preferences

2019-07-10 Thread "Christian M. Jensen"

hi.

This is kinda fun to figure out. Fist do not copy paste my commands 
chack they match your enviroment. and skip step 6.


I have done the following. and it works to a point, the only issue now 
is that all is set up, BUT use ad...@example.com is not subscribed... 
how ever if i run (sogo-tool manage-acl subscribe 
meetingr...@example.com Calendar/personal ad...@example.com 
'["PublicModifier"]') again as the last step it all fall into place. 
(perhaps it's related to changing the name of the Calendar when 
'user-preferences set settings' is run.) but i do not have to much time 
to invest at the moment.


NOTE* i feel this is hacky at best maybe some one from the dev team can 
confirm or deny this. And i hope this will get you further.



1. Get the device we are using at this moment.

 ~# sogo-tool manage-eas listdevices ad...@example.com

2. validate that you are seeing the expected folders [NO share at this 
point] (i do this, you do not need to. BUT the more info/validation of 
entries the better.)


 ~# sogo-tool manage-eas listfolders ad...@example.com 
{DEVICE-ID-FROM-LISTDEVICES}


3. add and subscribe

 ~# sogo-tool manage-acl add meetingr...@example.com Calendar/personal 
ad...@example.com'["PublicModifier"]'
 ~# sogo-tool manage-acl subscribe meetingr...@example.com 
Calendar/personal ad...@example.com '["PublicModifier"]'


4. Check the shares of meetingr...@example.com:Calendar/personal.

 ~# sogo-tool manage-acl get meetingr...@example.com Calendar/personal 
ad...@example.com


 * output of 'manage-acl get' if empty results NO shares is setup, 
anf you need to start over with step 3
 * 2019-07-10 10:56:57.265 sogo-tool[17342:17342] Rights for 
meetingr...@example.com ["PublicModifier"]

 *

5. Update the user settings.

 5.1. get all user settings for key=Calendar.

 ~# sogo-tool user-preferences get settings ad...@example.com Calendar

 5.2. update the output (FULL OUTPUT) with your changes. (for me i took 
the output of 5.1 and added/appended/merged the new calendar settings 
*{,"FolderSynchronize": {}}* )
 ** NOTE: 'sogo-tool user-preferences set settings ad...@example.com 
Calendar -f /path/to/file.json' can be used to load the full json from a 
file.


 ~# sogo-tool user-preferences set settings ad...@example.com Calendar '{
    "FoldersOrder": ["1ADD-5CFD4880-1-41A25A80", "personal"],
    "View": "weekview",
    "FolderColors": {"ad...@example.com:Calendar\/personal": 
"#AA"},
    "FolderDisplayNames": 
{"meetingr...@example.com:Calendar\/personal": "Meetingroom"}
    "NotifyOnPersonalModifications": 
{"ad...@example.com:Calendar\/personal": 0},

    "EventsFilterState": "view_next7",
    "SelectedList": "eventsListView",
    "FreeBusyExclusions": {"ad...@example.com:Calendar\/personal": 0},
    "NotifyOnExternalModifications": 
{"ad...@example.com:Calendar\/personal": 1},
    "NotifyUserOnPersonalModifications": 
{"ad...@example.com:Calendar\/personal": 0},

    "TasksSortingState": ["status", "1"],
    "TasksFilterState": "view_incomplete",
    "PreventInvitationsWhitelist": {},
    "FolderSynchronize": {"ad...@example.com:Calendar\/personal": 
1, "meetingr...@example.com:Calendar\/personal": 1},

    "EventsSortingState": ["start", "1"]
}'


6. [WRONG DO NOT RUN UNLESS YOU GOT BACKUP.] i added this to showcase an 
issue when manipulating the user setting.


 ~# sogo-tool user-preferences set settings ad...@example.com Calendar 
'{"FolderSynchronize": {"meetingr...@example.com:Calendar\/personal": 1}}'
 --- NO NO NO... all my settings for my own calendars and the 
shared calendars are gone.. crying a little. 'sogo-tool manage-acl 
get'==not found back to step 3.


 This happens to be simple we are setting the value of the key 
'*Calendar*' so we need to set the full json/dictionary when 
manipulating this setting.


--
Hilsen/Regards
Christian M. Jensen


On 04-07-2019 15:41, Alexey Dunaev (k...@keir.ru) wrote:

Dear SOGo community,
I'm trying to share a calendar from one mailbox to other users with 
availability through MS Outlook via ActiveSync connection.


I've done with sharing using command
~# sogo-tool manage-acl add meetingr...@example.com 
 Calendar/personal ad...@example.com 
 [\"PublicModifier\"]
~# sogo-tool manage-acl subscribe meetingr...@example.com 
 Calendar/personal ad...@example.com 
 [\"PublicModifier\"]


And now i should add option 'Synchronize (Microsoft Enterprise 
ActiveSync)' with sogo-tool (still unchecked on this screenshot 
http://0x0.st/z2jy.png)
I didn't find exact option names (by google or sogo sources) and have 
tried something like this (of cource it's wrong):
~# sogo-tool user-preferences set settings ad...@example.com 
 '{"Calendar": {"FolderSynchronize": 
{"meetingr...@example.com:Calendar\/personal" 


Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Jonathan Aquilina
What is the encoding the system is set to?

Regards,
Jonathan

From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Wednesday, 10 July 2019 at 14:17
To: "users@sogo.nu" , "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

Linux CentOS 7.6



Sent from Yahoo Mail on 
Android

On Wed, Jul 10, 2019 at 2:03 PM, Jonathan Aquilina
 wrote:

You are misunderstanding you have a server setup that is running SOGO is it a 
windows server or a linux server?



Regards,

Jonathan



From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Wednesday, 10 July 2019 at 12:40
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



if you mean from where i'm open the SOGo web , there is no different , where i 
tested opening SOGo URL from Linux PC and from Windows PC and the same issue



and if you or any one want to test with me do the following :



1- Send Email from Hotmail.com or outlook.com to your email on SOGo with Arabic 
like thisمرحبا... كيف الحال

2- open this mail from SOGo web and open the same mail from Thunderbird or out 
look and you will see how this mail will appear





thank you for your reply









On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina  
wrote:





A quick question are you running sogo on windows or on linux?



Regards,

Jonathan



From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Tuesday, 9 July 2019 at 20:54
To: "users@sogo.nu" , "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



Thank you for your reply... Why when you send mail to yahoo or gmail from 
Microsoft there is no problem with encoding but only sogo that have the 
problem... I think sogo have problem with encoding



I hope if we get any help where most of my emails in arabic.. And by the way if 
i open this email from thunderbird or outlook there is no problem i can see 
them with right encoding...





Sent from Yahoo Mail on 
Android



On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina

 wrote:

Im not a sogo expert but all I know is Microsoft have their own unique 
encodings for windows that are not compatible with standard encodings that one 
would find on linux or mac system.



Regards,

Jonathan



From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Monday, 8 July 2019 at 15:10
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



I got workaround to temporary read by forward the message, in this case i can 
see it, but we need to fix this bug...

Eng Ludovic , Francis, any chance of solving this issue , or any idea for 
workaround?











On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo  
wrote:





Dear all

i have the same problem with arabic language in sogo

any solution's ?

On 2019-07-07 10:35, Eslam Basyouni wrote:



Dears,





first of all i apologize the Arabic  encoding for (Windows-12356)  not for 
Arabic (Windows-12256)  , anyway i discovered that the only emails that come 
from Microsoft is only have this problem and all other is good like yahoo or 
gmail and any other have this problem, where ihad test with my exchange server 
and hostmail.com and outlook.com and they have this problem









On Sunday, July 7, 2019, 05:08:59 AM GMT+2, Eslam Basyouni  
wrote:







Dears,



i have  some emails in Arabic and it send from Exchange outlook to my email in 
sogo but it's contain bad character which it's not belong to Arabic , i think 
it's something related to encoding because i had send the same message from 
outlook after i change the encoding of outlook from Arabic (windows) to UTF-8 
and i send again and there is no problem so  kindly  Advise..



Error! Filename not specified.

Error! Filename not specified.



--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists



--

Eng. Mohammed A. Qanadelo



Systems Development Department - GCC



Ministry of Telecomm. & Information Technology

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Eslam Basyouni
Linux CentOS 7.6 



Sent from Yahoo Mail on Android 
 
  On Wed, Jul 10, 2019 at 2:03 PM, Jonathan Aquilina wrote:   
#yiv3118939089 #yiv3118939089 -- _filtered #yiv3118939089 {panose-1:2 4 5 3 5 4 
6 3 2 4;} _filtered #yiv3118939089 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 
3 2 4;} _filtered #yiv3118939089 {panose-1:2 0 5 3 0 0 0 2 0 4;} _filtered 
#yiv3118939089 {font-family:Roboto;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered 
#yiv3118939089 {font-family:Consolas;panose-1:2 11 6 9 2 2 4 3 2 
4;}#yiv3118939089 #yiv3118939089 p.yiv3118939089MsoNormal, #yiv3118939089 
li.yiv3118939089MsoNormal, #yiv3118939089 div.yiv3118939089MsoNormal 
{margin:0cm;margin-bottom:.0001pt;font-size:11.0pt;font-family:sans-serif;}#yiv3118939089
 a:link, #yiv3118939089 span.yiv3118939089MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv3118939089 a:visited, #yiv3118939089 
span.yiv3118939089MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv3118939089 pre 
{margin:0cm;margin-bottom:.0001pt;font-size:10.0pt;}#yiv3118939089 
p.yiv3118939089msonormal0, #yiv3118939089 li.yiv3118939089msonormal0, 
#yiv3118939089 div.yiv3118939089msonormal0 
{margin-right:0cm;margin-left:0cm;font-size:11.0pt;font-family:sans-serif;}#yiv3118939089
 p.yiv3118939089ydpe5cb7b2eyiv1834636333msonormal, #yiv3118939089 
li.yiv3118939089ydpe5cb7b2eyiv1834636333msonormal, #yiv3118939089 
div.yiv3118939089ydpe5cb7b2eyiv1834636333msonormal 
{margin-right:0cm;margin-left:0cm;font-size:11.0pt;font-family:sans-serif;}#yiv3118939089
 span.yiv3118939089HTMLPreformattedChar {font-family:serif;}#yiv3118939089 
span.yiv3118939089EmailStyle22 
{font-family:sans-serif;color:windowtext;}#yiv3118939089 
.yiv3118939089MsoChpDefault {font-size:10.0pt;} _filtered #yiv3118939089 
{margin:72.0pt 72.0pt 72.0pt 72.0pt;}#yiv3118939089 
div.yiv3118939089WordSection1 {}#yiv3118939089 
You are misunderstanding you have a server setup that is running SOGO is it a 
windows server or a linux server?
 
  
 
Regards,
 
Jonathan
 
  
 
From: on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Wednesday, 10 July 2019 at 12:40
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
  
 
if you mean from where i'm open the SOGo web , there is no different , where i 
tested opening SOGo URL from Linux PC and from Windows PC and the same issue 
 
  
 
and if you or any one want to test with me do the following :
 
  
 
1- Send Email from Hotmail.com or outlook.com to your email on SOGo with Arabic 
like this   مرحبا...كيفالحال
 
2- open this mail from SOGo web and open the same mail from Thunderbird or out 
look and you will see how this mail will appear 
 
  
 
  
 
thank you for your reply 
 
  
 
  
 
  
 
  
 
On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina  
wrote:
 
  
 
  
 
A quick question are you running sogo on windows or on linux?
 
 
 
Regards,
 
Jonathan
 
 
 
From: on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Tuesday, 9 July 2019 at 20:54
To: "users@sogo.nu" , "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
 
 

Thank you for your reply... Why when you send mail to yahoo or gmail from 
Microsoft there is no problem with encoding but only sogo that have the 
problem... I think sogo have problem with encoding 
 
 
 
I hope if we get any help where most of my emails in arabic.. And by the way if 
i open this email from thunderbird or outlook there is no problem i can see 
them with right encoding... 
 
 
 
 
 
Sent from Yahoo Mail on Android
 
 
 

On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina
 
 wrote:
 
Im not a sogo expert but all I know is Microsoft have their own unique 
encodings for windows that are not compatible with standard encodings that one 
would find on linux or mac system.
 
 
 
Regards,
 
Jonathan
 
 
 
From: on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Monday, 8 July 2019 at 15:10
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
 
 
I got workaround to temporary read by forward the message, in this case i can 
see it, but we need to fix this bug...
 
Eng Ludovic , Francis, any chance of solving this issue , or any idea for 
workaround?
 
 
 
 
 
 
 
 
 
 
 
On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo  
wrote:
 
 
 
 
 
Dear all 
 
i have the same problem with arabic language in sogo
 
any solution's ? 
 
On 2019-07-07 10:35, Eslam Basyouni wrote:
 

 
 
Dears,
 
 
 
 
 
first of all i apologize the Arabic  encoding for (Windows-12356)  not for 
Arabic (Windows-12256)  , anyway i discovered that the only emails that come 
from Microsoft is only have this problem and all other is good like yahoo or 
gmail and any other have this problem, where ihad test with my exchange server 
and hostmail.com and outlook.com and they have this problem
 
 
 
 
 
 
 
 
 
On Sunday, July 7, 2019, 05:08:59 AM GMT+2, Eslam Basyouni  
wrote:
 
 
 
 
 
 
 
Dears,
 
 
 
i have  some e

Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Jonathan Aquilina
You are misunderstanding you have a server setup that is running SOGO is it a 
windows server or a linux server?

Regards,
Jonathan

From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Wednesday, 10 July 2019 at 12:40
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

if you mean from where i'm open the SOGo web , there is no different , where i 
tested opening SOGo URL from Linux PC and from Windows PC and the same issue

and if you or any one want to test with me do the following :

1- Send Email from Hotmail.com or outlook.com to your email on SOGo with Arabic 
like thisمرحبا... كيف الحال
2- open this mail from SOGo web and open the same mail from Thunderbird or out 
look and you will see how this mail will appear


thank you for your reply




On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina  
wrote:



A quick question are you running sogo on windows or on linux?



Regards,

Jonathan



From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Tuesday, 9 July 2019 at 20:54
To: "users@sogo.nu" , "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



Thank you for your reply... Why when you send mail to yahoo or gmail from 
Microsoft there is no problem with encoding but only sogo that have the 
problem... I think sogo have problem with encoding



I hope if we get any help where most of my emails in arabic.. And by the way if 
i open this email from thunderbird or outlook there is no problem i can see 
them with right encoding...





Sent from Yahoo Mail on 
Android



On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina

 wrote:

Im not a sogo expert but all I know is Microsoft have their own unique 
encodings for windows that are not compatible with standard encodings that one 
would find on linux or mac system.



Regards,

Jonathan



From:  on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Monday, 8 July 2019 at 15:10
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work



I got workaround to temporary read by forward the message, in this case i can 
see it, but we need to fix this bug...

Eng Ludovic , Francis, any chance of solving this issue , or any idea for 
workaround?











On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo  
wrote:





Dear all

i have the same problem with arabic language in sogo

any solution's ?

On 2019-07-07 10:35, Eslam Basyouni wrote:



Dears,





first of all i apologize the Arabic  encoding for (Windows-12356)  not for 
Arabic (Windows-12256)  , anyway i discovered that the only emails that come 
from Microsoft is only have this problem and all other is good like yahoo or 
gmail and any other have this problem, where ihad test with my exchange server 
and hostmail.com and outlook.com and they have this problem









On Sunday, July 7, 2019, 05:08:59 AM GMT+2, Eslam Basyouni  
wrote:







Dears,



i have  some emails in Arabic and it send from Exchange outlook to my email in 
sogo but it's contain bad character which it's not belong to Arabic , i think 
it's something related to encoding because i had send the same message from 
outlook after i change the encoding of outlook from Arabic (windows) to UTF-8 
and i send again and there is no problem so  kindly  Advise..



Error! Filename not specified.

Error! Filename not specified.



--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists



--

Eng. Mohammed A. Qanadelo



Systems Development Department - GCC



Ministry of Telecomm. & Information Technology

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Review/fix web calendar subscriptions

2019-07-10 Thread "Christian M. Jensen"

Hi,

I think we need logs from SOGo when you try to add the calendar, these 
options should give you more info in sogo.log. Before you change the 
config make sure you are on the latest released version of SOGo.


|SOGoDebugRequests = YES; |

if no additional info is logged of this "failure" you may need to fire 
up gdb, on sogo.nu you can find a quick start guid for debugging SOGo.



||
On 09-07-2019 07:53, Lewis Dexter Litanzios (h...@ldexterldesign.uk) wrote:

BUMP

On 26/06/2019 02:46, Lewis Dexter Litanzios wrote:

BUMP

On 19/06/2019 18:27, Lewis Dexter Litanzios wrote:

Hi all,

Hope you're well

Thanks for software

I'm vetting the calendar but web calendar subscriptions don't appear 
to be working


I have a "perfectly" good (Google) .ics URL which works in 
Thunderbird (i.e. Lightning) and Apple calendar but nothing happens 
in SOGo - is anyone else suffering this issue?:


If yes then I will create an issue

If no then what am I doing wrong or could this be a deployment issue 
in which case I'll contact, Gandi, my host


Screen cast: 
https://drive.google.com/open?id=1qboPbM3-0dYgfSIcsWwigfH_3yMBM2_Y


If you have any issues (e.g. questions/queries) then happy to help

Hope to hear back

Yours faithfully
--
logo 


--
logo 


--
logo 
--
users@sogo.nu
https://inverse.ca/sogo/lists


--
Hilsen/Regards
Christian M. Jensen

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work

2019-07-10 Thread Eslam Basyouni
 if you mean from where i'm open the SOGo web , there is no different , where i 
tested opening SOGo URL from Linux PC and from Windows PC and the same issue 
and if you or any one want to test with me do the following :
1- Send Email from Hotmail.com or outlook.com to your email on SOGo with Arabic 
like this    مرحبا... كيف الحال2- open this mail from SOGo web and open the 
same mail from Thunderbird or out look and you will see how this mail will 
appear 

thank you for your reply 



On Tuesday, July 9, 2019, 09:56:17 PM GMT+2, Jonathan Aquilina 
 wrote:  
 
 
A quick question are you running sogo on windows or on linux?
 
  
 
Regards,
 
Jonathan
 
  
 
From: on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Tuesday, 9 July 2019 at 20:54
To: "users@sogo.nu" , "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
  
 

Thank you for your reply... Why when you send mail to yahoo or gmail from 
Microsoft there is no problem with encoding but only sogo that have the 
problem... I think sogo have problem with encoding 
 
  
 
I hope if we get any help where most of my emails in arabic.. And by the way if 
i open this email from thunderbird or outlook there is no problem i can see 
them with right encoding... 
 
  
 
  
 
Sent from Yahoo Mail on Android
 
  
 

On Tue, Jul 9, 2019 at 7:20 PM, Jonathan Aquilina
 
 wrote:
 
Im not a sogo expert but all I know is Microsoft have their own unique 
encodings for windows that are not compatible with standard encodings that one 
would find on linux or mac system.
 
 
 
Regards,
 
Jonathan
 
 
 
From: on behalf of Eslam Basyouni 
Reply to: "users@sogo.nu" 
Date: Monday, 8 July 2019 at 15:10
To: "users@sogo.nu" 
Subject: Re: [SOGo] Encoding of Arabic (Windows-12256) Not Work
 
 
 
I got workaround to temporary read by forward the message, in this case i can 
see it, but we need to fix this bug...
 
Eng Ludovic , Francis, any chance of solving this issue , or any idea for 
workaround?
 
 
 
 
 
 
 
 
 
 
 
On Monday, July 8, 2019, 02:54:38 PM GMT+2, Mohammed Qanadelo  
wrote:
 
 
 
 
 
Dear all 
 
i have the same problem with arabic language in sogo
 
any solution's ? 
 
On 2019-07-07 10:35, Eslam Basyouni wrote:
 

 
 
Dears,
 
 
 
 
 
first of all i apologize the Arabic  encoding for (Windows-12356)  not for 
Arabic (Windows-12256)  , anyway i discovered that the only emails that come 
from Microsoft is only have this problem and all other is good like yahoo or 
gmail and any other have this problem, where ihad test with my exchange server 
and hostmail.com and outlook.com and they have this problem
 
 
 
 
 
 
 
 
 
On Sunday, July 7, 2019, 05:08:59 AM GMT+2, Eslam Basyouni  
wrote:
 
 
 
 
 
 
 
Dears,
 
 
 
i have  some emails in Arabic and it send from Exchange outlook to my email in 
sogo but it's contain bad character which it's not belong to Arabic , i think 
it's something related to encoding because i had send the same message from 
outlook after i change the encoding of outlook from Arabic (windows) to UTF-8 
and i send again and there is no problem so  kindly  Advise..
 
 
 
Error! Filename not specified.
 

Error! Filename not specified.
 
 
 
--
users@sogo.nu
https://inverse.ca/sogo/lists
 
--
users@sogo.nu
https://inverse.ca/sogo/lists
 

 
 --  Eng. Mohammed A. Qanadelo    Systems Development Department - GCC    
Ministry of Telecomm. & Information Technology 
--
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 -- 
users@sogo.nu
https://inverse.ca/sogo/lists  
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Missing NGLdap

2019-07-10 Thread "Christian M. Jensen"

Hi.

you are missing some dev libs. i do not use CentOS but take a look at 
[sogo.spec] more specifically 'BuildRoot' and 'BuildRequires'  and make 
sure you got the required libraries installed, remember SOPE is a 
seperated library found here 'https://github.com/inverse-inc/sope'


[sogo.spec]: 
https://github.com/inverse-inc/sogo/blob/master/packaging/rhel/sogo.spec


On 10-07-2019 00:48, Andreas Meyer (a.me...@nimmini.de) wrote:

Hello!

I try to compile SOGo-4.0.7 on CentOS 7 but get

NGLdap/NGLdapConnection.h: file or directory not found.

I searched with yum but can't find NGLdap.
What could I do to solve this?

Kind regards

   Andreas


--
Hilsen/Regards
Christian M. Jensen

--
users@sogo.nu
https://inverse.ca/sogo/lists