trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2011

Re: [trinity-devel] kdepim (kmail) error: SASL authentication is not compiled into kio_imap4.

From: Calvin Morrison <mutantturkey@...>
Date: Thu, 05 May 2011 23:16:43 -0400
 

"David C. Rankin" <drankinatty@...> wrote:

>On 05/05/2011 08:45 PM, Baho Utot wrote:
>> On 05/05/2011 09:35 PM, David C. Rankin wrote:
>>> Tim, Serghei, Robert, all
>>>
>>> kmail is having problems getting to imap folders on my imap server. It sends
>>> over smtp just fine. My server uses SSL (Plain) for imap access. When I
>>> attempt to subscribe to folders on my server (or just open up the server
>>> settings), I get the following error:
>>>
>>> SASL authentication is not compiled into kio_imap4.
>>>
>>> How do I fix this? Which build flag/option needs to be set? Which package
>>> (kdebase?)
>>>
>> -DWITH_SASL=ON \
>
>
>-DWITH_SASL=ON fixed it!  Thanks. Right now I'm building with:
>
>   cmake ${srcdir}/${_svnmod} \
>     -DCMAKE_INSTALL_PREFIX=${trinity_prefix} \
>     -DCMAKE_VERBOSE_MAKEFILE=ON \
>     -DQT_VERSION=3 \
>     -DWITH_ARTS=ON \
>     -DWITH_BIRTHDAYS=ON \
>     -DWITH_CALDAV=ON \
>     -DWITH_EGROUPWARE=ON \
>     -DWITH_GROUPDAV=ON \
>     -DWITH_INDEXLIB=ON \
>     -DWITH_PAM=ON \
>     -DWITH_SASL=ON \
>     -DBUILD_ALL=ON
>   make
>
>I had to build libcaldav from AUR. I tried to find libcarddav, but I couldn't 
>find a good source. Looks like Tim is building it for deb, but I could get the 
>source from quickbuild. Tim - you got a copy handy?
>
>
>-- 
>David C. Rankin, J.D.,P.E.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: trinity-devel-unsubscribe@...
>For additional commands, e-mail: trinity-devel-help@...
>Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/
>Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>