Displaying 20 results from an estimated 1000 matches similar to: "[imaptest] Explaining errors"
2017 May 24
0
[imaptest] Explaining errors
On 23 May 2017, at 12.10, aduprat <aduprat at linagora.com> wrote:
>
> Hi,
>
> I'm an Apache James committer and we are curious to use imaptest in order to validate our IMAP protocol implementation.
> I'm using the nightlybuild : imaptest-20170506
>
>
> I follow the examples given in the /T/ /est IMAP server compliancy/ examples
2023 Feb 23
1
How to get a server listed in the IMAP Test wiki?
Hey,
We recently announced Gluon (https://github.com/ProtonMail/gluon/) our IMAP server library we are using in Proton Bridge(https://github.com/ProtonMail/proton-bridge). We would love to have it have it listed in the IMAP Server Compliancy Status wiki page (https://imapwiki.org/ImapTest/ServerStatus). What do we need to do or whom do we need to contact to make this happen?
Additionally, We
2012 Jun 26
1
Wrong headers in dovecot-crlf
Hello everyone,
I'm using the very good imaptest [0] tool to test my little imap server
implementation. I've tried to use the dovecot-crlf [1] file, but it looks like
there are some major issues :
$ grep -n "In-Reply-To.*;" tests/data/dovecot-crlf
479:In-Reply-To: <20020806175441.GA7148 at linux.taugt.net>; from
rueckert at informatik.uni-rostock.de on Tue, Aug 06, 2002
2023 Feb 23
1
How to get a server listed in the IMAP Test wiki?
On 23. Feb 2023, at 16.13, Leander Beernaert <leander.beernaert at proton.ch> wrote:
>
> Hey,
>
> We recently announced Gluon (https://github.com/ProtonMail/gluon/) our IMAP server library we are using in Proton Bridge(https://github.com/ProtonMail/proton-bridge). We would love to have it have it listed in the IMAP Server Compliancy Status wiki page
2008 May 07
3
use list elements to subtract values from the dataframe
Hi,
I have a dataframe wf existing of a header with different labels and beneath
the values of those labels :
wf:
label1 label2 ...
0,45 0,21
0,10 0,45
.... ....
I have a list
fl <- c("label2","label3",..)
Isn't possible to use the list elements in the list in order to subtract
values from the dataframe? like :
wf$fl[[1]]
When I do in R I get :NULL
2008 Oct 01
3
lapply where each list object has multiple parts
Hi. I have a list where each object in the list has multiple parts. I'd
like to take the mean of just one part of each object. Is it possible to do
this with lapply? If not, can you recommend another function? Thanks.
eric
> x1 <- c(0,1,2,3)
> x2 <- c(7,8)
> x3 <- c(2,6,6,8)
> x4 <- c(4,8)
>
> Lst1 <- list(label1 = x1,label2 = x2)
> Lst2 <-
2023 Feb 24
2
How to get a server listed in the IMAP Test wiki?
Hey Timo,
Thanks for the quick turnaround, once we have the test results I'll contact you again.
Should I also include instructions on how to run the a self contained server with a dummy backend so you can independently verify our results?
Leander Beernaert
Proton AG
------- Original Message -------
On Thursday, February 23rd, 2023 at 8:59 PM, Timo Sirainen <timo at sirainen.com>
2008 Feb 28
1
imaptest update
I've finally added support for "normal" command/reply tests for my
imaptest program (http://imapwiki.org/ImapTest).
My plan is that imaptest will include some generic IMAP compliancy tests
and Dovecot will include some more strict Dovecot-specific checks. "make
dist" will run all these tests before building a tarball, so in future I
shouldn't be able to release
2023 Feb 24
1
How to get a server listed in the IMAP Test wiki?
Something I can't quite place finger on here. Altogether too much Mafia, in the bulk email business generally, and I know Switzerland borders on Italy ...
This sounds, (albeit vaguely,) altogether too much like the thieves I seem to have fallen amongst lately. Two stolen trucks, three stolen laptops, another one wrecked, three or four stolen cell phones, passwords GPG keys, city hall hookers
2014 Jun 26
1
Imaptest script testing
http://www.imapwiki.org/ImapTest/ <http://www.imapwiki.org/ImapTest/>
I am doing imap testing using imaptest scripts. But, i am unable to append
message.
APPEND INBOX "15-Jun-2015 05:30:05 -0700" "From:abc at gmail.com" "Subject:
test. HI this is msg".
This command i am using in my testing script. Command executed properly.
But, it is not appending mail
2012 Dec 21
2
ggplot2: setting martin
Is it possible to set the margin in ggplot2 to a fixed size? I create many
plots, and I want them to look the same.
Especially I want them to have the same left margin.
But
P<-ggplot()+geom_bar(aes(c("short label1","short
label2"),runif(2)))+coord_flip()
P<-creates a plot with another margin as
ggplot()+geom_bar(aes(c("very very very very long
2008 Dec 02
3
boxplot via plot command
Hi folks,
I've just discovered that the following code leads to boxplot (surprisingly to me).
Can anybody explain to me why? Is this documented somewhere? I've never
consider this option before.
x <- rnorm(300)
l <- c(rep("label1",100), rep("label2",50), rep("label3",150))
df <- data.frame(as.factor(l), x)
plot(df)
Thank you!
Antje
2010 May 01
1
My dovecot does not store Thunderbird flags
Hi all,
my Dovecot 1.1.20 does not store flags (I mean, Thunderbird Labels
like ToDo, Important and so on..)
When logging in via telnet, I get:
. examine INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk $MDNSent
Junk $Forwarded NotJunk receipt-handled $Label7 $label1 $label2
$label3 $label4 $label5 expired_2w expired_2m delete rimandata
forwarded)
* OK [PERMANENTFLAGS ()]
2007 Jan 16
2
[LLVMdev] Indirect branch instruction
On Tue, 16 Jan 2007, Nicolas Geoffray wrote:
>> Can you give a compilable C function as an example?
>>
>>
> Well I'm not sure on how to do this in C, but in x86 assembly a simple
> jmp %eax does it.
I don't understand. You're making a claim that the C compiler isn't
producing optimal code for some case. Can you give an example of a C
function that llvm
2013 Sep 24
1
imaptest-20130617 seems to be reporting spurious header changes
I'm trying to use this to test an IMAP server I'm developing (I picked
the nightly up from the link on the wiki page at
http://www.imapwiki.org/ImapTest/Installation). With one client using
the mailbox dovecot-crlf (http://www.dovecot.org/tmp/dovecot-crlf) I get
messages like:
Error: test at npsl.co.uk[67]: 1035253882.5041.34.camel at hurina: Header From
changed 'Timo Sirainen
2006 Apr 25
6
Searching over multiple MySQL tables
I am racking my brain over this, probably because I only know very
simple mysql functions.
Basically I''ve got a few tables, ex:
Albums (id,name,band_id); Bands (id,name,label_id), and Label (id,name)
I want to search through both album.name, band.name, and label.name
throwing all results into a variable, with no redundant info.
I think what I need to be doing is setting up some
2015 May 28
2
[LLVMdev] PGO for macro expansion code
#define GET_BIT(lll) \
// blah blah
#define G(label1,label2) \
{ \
// decent amount code \
...
while (1) { \
GET_BIT(label2); \
}; \
}
void f() {
if (..)
G('c', 'd');
while ( .. )
G('a','b');
}
After perf sampling, a lot
2007 May 09
2
Thunderbird or Dovecot bug? (multiple keywords)
Here's a strange one. I have a user who's using Thunderbird 2.0.0 and
assigning multiple tags (keywords) to emails, which are getting "lost"
(I'll explain) when he leaves the folder and comes back. I can reproduce
this on *his* account myself, but cannot reproduce it on *my* account
(separate new TBird 2.0.0 profiles on Windows XP).
Use the two TBird default tags
2008 Jul 01
1
Errors running imaptest with dovecot-1.1.1
Hi,
I've been trying some benchmarks to compare 1.0 vs 1.1 -this is the easiest
way to explain the move to my boss-, so I've compiled dovecot 1.1 and
imaptest-20080627 in my secondary machine running RHEL4, with homes in NFS,
indeces in local files and control files also in NFS.
Then I've created 100 new users imaptest001-imaptest100, and set the password
paquitoelchocolatero to
2010 Apr 07
2
ImapTest build problem
Hello.
My system is:
Debian Lenny 2.6.26-2-amd64
I try to build Imaptest and follow
http://www.imapwiki.org/ImapTest/Installation
But get this:
./configure --with-dovecot=../dovecot-2.0.beta4 && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking