Displaying 20 results from an estimated 900 matches similar to: "GETMETADATA UTF8 encoding of folder names instead of UTF7"
2013 Jul 13
0
Dovecot 2.2.4 metadata-plugin not support UTF7
In Dovecot 2.2.4 metadata-plugin crach on setmetadata but worked on
ascii folders? but not worked on utf7 (non ascii) folders.
[13-Jul-2013 19:15:36 +0400]: [F537] S: A0002 OK [CAPABILITY IMAP4rev1
LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY
THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND
URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS
2014 Oct 03
1
quota using wrong limits in user shared mailboxes
Hi,
I confirm this bug with LDAP userdb. The temporary workaround is to set
quota ignore rule for Shared namespace or specific shared folder. This is
obviously not secure workaround.
Example:
for a shared namespace:
namespace
(
....
prefix = Shared Folders/%%u/
...
}
you have to set
quota_rule4 = Shared Folders/*:ignore
or
quota_rule4 = Shared Folders/username/*:ignore
-
Bartlomiej
2014 Mar 29
1
still issues with metadata support
On dovecot 2.2.12 compiled from source I use ActiveSync with kolab-syncroton.
When running a test i have this imap log:
[29-Mar-2014 22:58:25 +0200]: [F658] S: A0004 OK Getmetadata completed.
[29-Mar-2014 22:58:25 +0200]: [F658] C: A0005 SETMETADATA INBOX
(/private/vendor/kolab/activesync "{\"DEVICE\":{\"601099122\":{\"ID\":
2013 Dec 23
1
panic with 2.2.10 and GETMETADATA
i have in my configs the following lines:
10-mail.conf:mail_attribute_dict =
file:/srv/vmail/dovecot/metadata/%d/%n/attributes
20-imap.conf:imap_metadata = yes
when i test GETMETADATA with telnet i got a pannic in my error.log
file and no attributes file in the given location is created
root at i920:/etc/dovecot/conf.d# telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.
2006 Dec 14
3
[dbus] add getMetadata to plugins
This patch adds support for getMetadata to plugins. It could probably
use better strings for "core". I need this for my dbus-based
configuration GUI.
--
Travis Watkins
http://www.realistanew.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add_plugin_metadata.patch
Type: text/x-patch
Size: 2511 bytes
Desc: not available
Url :
2015 Feb 05
0
Bug when using METADATA and ACLs
Hi,
I'm trying to use the current version of dovecot as the IMAP server for Kolab
and things seem to be working more or less OK, but while working on it I've
found a dovecot bug that can probably be fixed quickly by someone familiar
with the code.
I've found the problem using shared folders, but it is related to ACLs and
METADATA.
The problem appears when a user only has the
2014 Apr 24
3
[LLVMdev] getMetadata(“dbg”) returns NULL
Hi,
getMetadata(“dbg”) returns NULL for such a small program as follows:
int main(){
char a[10], b[2];
if(a[0] != 0 && a[1] != 0){
strcpy(a, b);
}
return 0;
}
The compiling command is: llvm-gcc --emit-llvm -g -c ./src.c
I also tried the solutions I found through Google:
http://stackoverflow.com/questions/14943447/llvm-line-number-of-an-instruction
2009 Oct 06
10
Binary locations
Where do you think the following binaries should be installed to? The
possible locations are:
- bin/
- sbin/
- libexec/dovecot/ (or lib/dovecot/ in most Linux distros)
So the binaries are:
1) These probably belong to bin/ or sbin/ or both:
- authtest
- dovecotpw
- doveadm
2) Binaries that you might want to call from mail_executable setting:
- rawlog
- gdbhelper
3) Index file dumping
2009 May 12
2
Multithreaded SAMBA/Winbind
Hi.
We have a configuration and audit application called Tripwire Enterprise
(7.5) that is running on a Red Enterprise Linux 5.2 server. On this
server, we are using winbind (samba version 3.0.33) for authentication
(against Windows AD). When we try to run a configuration check on users
and permissions we get an error that there is a problematic frame : C
[libnss_winbind.so.2+0x129f] . I
2010 Oct 13
5
managesieve fileinto folder with international characters
I have a folder created in dovecot entered by the user as "??o??"
On the file system it appears as "&APEA8Q-o&AOkA6Q-" (mUTF7)
When creating a sieve rule, to file into the folder ??o??, I am converting
the name from UTF8 into UTF7, the rule becomes
require ["fileinto"];
if header :contains ["From"] "user at domain.com"
{
fileinto
2013 Dec 19
2
Horde + dovecot metadata support
Hello,
Horde (http://horde.org) has the ability to store its preferences direct into a users imap mailbox
using imap metadata extension. There are two implementations of the imap extension.
1. a dovecot plugin: http://hg.dovecot.org/dovecot-metadata-plugin
2. dovecot itself: http://www.dovecot.org/list/dovecot/2013-November/093243.html
I setup Horde and dovecot-2.2.5 to use this extension and
2013 Dec 26
1
tests with metadata module
--Repost after subscription as list member ---
I made some tests with metadata support in dovecot 2.2.10.
Previously I had dovecot 2.2.4 with external metadata plugin who work well.
I use dovecot with roundcube and roundcube plugins from kolab project .
First, the feature activation was tricky and rather undocumented.
I spent about half hour googling, after that I set:
imap_metadata = yes
and
2016 Jul 23
3
Converting mailboxes to UTF-8
Is any proven routine to migrate mailboxes from mUTF-7 to UTF-8 encoding?
I've try to use doveadm list/mutf7/rename but have been stuck with nested
inboxes. Say I have the next structure:
INBOX
INBOX.???
INBOX.???.???
encoded for FS respectively as
.INBOX
.INBOX.&BDYESwRA-
.INBOX.&BDYESwRA-.&BE8ENARK-
?When I've try to rename ?INBOX.??? with
doveadm mailbox rename -u me
2004 May 13
1
Codepage of folder names
Hi,
I have run into a problem configuring DoveCot 0.99 on a Linux server
that handles Windows users. The server uses UTF8 on its filesystem but
the Outlook IMAP folder names are sent in what looks like CP852. As a
result, folder names that use national characters are damaged, which in
turn breaks a webmail application running on the same server.
A natural solution would be DoveCot
2009 Jul 30
2
sieve delivery to utf folders
Hello list,
Today, my users have noticed, that delivery to folders with non-english names is broken. For example, if I create russian directory, it correct encoded and display into mail-client program and my webmail:
Encoded: Normal view
.INBOX.&BEIENQRBBEI- ????
This is part of sieve script, which routing delivery to russian folder.
....
elsif allof (header :contains "Subject"
2006 May 24
2
array parameters in web services
I''m working in a web service, actually, I have:
class UnifiedLoginApi < ActionWebService::API::Base
class CLL_Metadata < ActionWebService::Struct
member :key, :string
member :type, :string
member :value, :string
member :webapplication_id, :string
member :user_tenfold_id, :string
member :login_username, :string
2009 Nov 05
0
[LLVMdev] Debug Information for LLVM 2.6 and TOT
Hi John,
On Thu, Nov 5, 2009 at 8:43 AM, John Criswell <criswell at uiuc.edu> wrote:
> Does the debug facilities in LLVM TOT, at present, maintain information
> better than LLVM 2.6 (i.e., if a front-end puts the debug information in,
> will the optimizations not take it out)? Does the information that the
> llvm-gcc front-end adds comparable to what llvm-gcc in LLVM 2.6 does?
2006 May 31
0
web services datat types
Ok, this is the model (just two structs)
class CLL_Answer < ActionWebService::Struct
member :server_status, :bool
member :answerDescription, :string
member :answer, :string
member :metadata, CLL_Metadata
end
class CLL_Metadata < ActionWebService::Struct
member :key, :string
member :type, :string
member :value,
2003 Jun 30
1
Dovecot first impressions
Hi,
I have only recently become aware of Dovecot and gave it a try. The
previous 0.99.9.1 version didn't work well for me (OpenSSL), I dropped
it, but 0.99.10 has come just in time (saw it on freshmeat) and I
thought I'd give it another try if it promised SSL fixes, and it's sorta
working for me (i. e. it works with mutt, Mozilla, sylpheed, but not
cone -- but cone is beta and has SSL
2012 Oct 04
2
[LLVMdev] question
Here is the code. I am running on llvm 3.1 on Lion (Mac 10.7.4)
*string getFileDirectory*(*const* Instruction &I){
MDNode *MD = I.getMetadata("dbg");
DICompileUnit compileUnit(MD);
return compileUnit.getDirectory().str();
}
George
On Wed, Oct 3, 2012 at 12:40 PM, Eric Christopher <echristo at gmail.com>wrote:
> Without knowing the code that you've written