Displaying 20 results from an estimated 1056 matches for "imail".
Did you mean:
mail
2010 Sep 20
1
replace istream and unref the old one...
I Build a plugin, that do some stuffs with a email.
To get the input istream, i use the "get_stream" function, like zlib does.
I create a concat_stream, with the full_input[3];
struct istream *full_input[3];
//this like zlib
input = imail->data.stream;
//first input, using the input
full_input[0] = i_stream_create_header_filter(input, HEADER_FILTER_EXCLUDE |
HEADER_FILTER_NO_CR, exclude_headers, 1, filter_callback, imail);
// second input from another file.
full_input[1] = i_stream_create_fd(fd1, 0, TRUE);
// finish the input
fu...
2010 Jan 20
1
Plugin
Hello Everyone...
Some time ago, i send some questions about plugins and concat 2 file
handles.
So, there is another questions about this.
Timo Sirainen send to me this modification, in
src/lib-storage/index/maildir/maildir-mail.c
struct istream *full_input[3];
full_input[0] = i_stream_create_fd(fd, 0, TRUE);
full_input[1] = i_stream_create_fd(fd1, 0, TRUE);
full_input[2] = NULL;
input =
2005 Feb 21
1
X-IMail-SPAM-Connection DNS Sudo ANI vs True ANI
Hello All,
I'm having problems with international calling via Global Crossing. I'm
told I need to send a true ani versus a sudo ani. What is the difference and
how can I configure asterisk to do this. Global Crossing is denying calls
with sudo anis.
Thanks,
Keith
2009 Jul 29
1
Add a line in a Pairs2 and mark the axis length
...e Santos
> <narillosdesantos@gmail.com> wrote:
> >
> > > From: Jose Narillos de Santos <narillosdesantos@gmail.com>
> > > Subject: Re: [R] pairs plot
> > > To: "Petr PIKAL" <petr.pikal@precheza.cz>, r-help@r-project.org,
> Greg.Snow@imail.org
> > > Received: Tuesday, July 28, 2009, 8:24 AM
> > > Hi,
> > >
> > > I tried to load typing library(TeachingDemos)
> > >
> > > But the message "can´t find package TeachingDemos) occurs.
> > > I use versión
> > > R 2.9...
2010 Jun 10
2
points marking
Hi,
How to mark points on x axis of a graph keeping x axis as constant and
changing y from y1 to y2 respectively. I want to highlight the area from y1
to y2.
Any suggestions
Thank you
Jeet
[[alternative HTML version deleted]]
2010 Dec 09
2
RES: Barplot with "Independent" Lines Y axis
...nt Rain Salt
Fev/03 365.6 13
Mar/03 235 18
Abr/03 115.1 18
Mai/03 47.4 18.75
Jun/03 112 15
Jul/03 156.8 17
Ago/03 66.1 15
Set/03 149.8 14
Out/03 167,1 11.5
Nov/03 269.3 17.5
Dez/03 283.7
Jan/04 415 1,3
Fev/04 322 8,5
Mar/04 258.7 10.5
-----Mensagem original-----
De: Greg Snow [mailto:Greg.Snow at imail.org]
Enviada em: quinta-feira, 9 de dezembro de 2010 17:57
Para: Rodrigo Aluizio; 'R Help'
Assunto: RE: [R] Barplot with "Independent" Lines Y axis
Without seeing a reproducible example we cannot be sure, but my guess is
that you are letting twoord.plot set the limits and the fu...
2005 Aug 11
1
Wrong dates in Outlook
Hello,
We're migrating from Ipswitch Imail to Dovecot. There seems to be a
problem with Outlook after converting the emails with mb2md and whole
bunch of perl scripts to correct all the idiotic mistakes that Imail has
made. Outlook will display the date and time of the conversion as the
date of the message, rather than using the Date: heade...
2011 May 04
6
tkrplot not working in R 2.13.0
...graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] TeachingDemos_2.7 tkrplot_0.0-19
loaded via a namespace (and not attached):
[1] tools_2.13.0
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111
2010 Jun 16
4
questions on some operators in R
Hi all,
I have two questions. Can some one give some help?
The first question is regarding the pair of operators "&" and "&&". What
is the
difference between the two?
The second question is regarding "<-" and "=". Usually we use
"<-" as the assignment operator. I saw some people use "=". Is there
any
2009 Aug 12
3
Obtaining the value of x at a given value of y in a smooth.spline object
I have some data fit to a smooth.spline object as follows: (x=vector of data
for the predictor variable, y=vector of data for the response variable)
fit <- smooth.spline(x,y)
Now, given a spline fit point y_new, I want to be able to find out what
value of x_new yielded this fit value. How to do so?
(This problem is the inverse of the predict.smooth.spline function, which
takes x_new as input
2006 Mar 30
3
Please Help Test Quad PRI Using NFAS
Please help me test my setup by dialing 800.564.0215 and listen to the
queue for a bit. I have a quad port T1 with NFAS setup.
I can dial-out but I cannot dial any 800 numbers (Global Crossing says I
need LDS service and that will be a couple weeks) so I cant test it
myself. I need at least 24 callers to feel comfortable enough that it
is working properly.
Thanks,
Steve Totaro
2007 Jul 03
2
good resources for making RPMs, Craig in N.Z.
>Message: 23
>Date: Tue, 3 Jul 2007 08:19:43 +1200
>From: "Miskell, Craig" <Craig.Miskell at agresearch.co.nz>
>Subject: RE: [CentOS] good resources for making RPMs
> <D5DBA313349A4B458528BE63B387F36C05792DB2 at imail.agresearch.co.nz>
Craig: Did you see the message Johnny posted a few days ago? I think
he was looking for people who use CentOS in New Zealand? Lanny
2008 Oct 23
3
xy.coords in text
Hello,
I want to add text annotation about correlation on "pairs" plots. I
found that I could pass a function to the "panel" argument of pairs :
panel.annot <- function(x, y, ...) {
points(x, y, ...)
c <- cor.test(x, y)
legend("topleft", legend=substitute(rho == r, list(r=sprintf("%.2f",
c$estimate))), bty="n")
}
And then :
2009 Jul 27
2
pairs plot
Hi all,
I want to plot trough pairs() plot a matrix with 4 columns. I want to make a
trhee plot in a graph. Plotting pairs colum 2,3,4 on y axis and 1 on X axis.
You mean (a plot with three graphs) ommitting the first pair with itself.
And only the pairs with colum 1 with the other not all pairs.
I. e. this matrix
4177 289390 8740 17220
3907 301510 8530 17550
3975 316970 8640 17650
3651 364220
2009 Jan 17
2
Concave Hull
Dear Friends,
Here is an algorithm for finding concave hulls: http://get.dsi.uminho.pt/local/
Has anyone implemented such an algorithm in R?
RSiteSearch('concave hull') didn't reveal one (I think).
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
Postal Address:
P.O.Box 400400, Charlottesville, VA 22904-4400
Express Parcels
2008 Oct 28
2
writting null (\000 or ^@) to an external text file without the new warning
...I will miss the other warning(s).
Is there a better way to write the null to the text file? Or is there a way to suppress just this warning without suppressing any other warnings that may occur?
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111
2010 May 05
2
custom metric for dist for use with hclust/kmeans
Hi guys,
I've been using the kmeans and hclust functions for some time now and
was wondering if I could specify a custom metric when passing my data
frame into hclust as a distance matrix. Actually, kmeans doesn't even
take a distance matrix; it takes the data frame directly. I was
wondering if there's a way or if there's a package that lets you
create distance matrices from
2008 Dec 04
2
Simulating underdispersed counts
Hello,
Anyone who knows a fast and accurate algorithm for generating draws from an underdispersed Poisson distribution. Or even better, if there is a package containing such an implementation.
Thanks
Rene
2011 Jun 13
3
plotting on an image
Hello all,
has someone please a few hints about how to
1.st: draw an image (preferrably a jpg) and then
2nd: plot() on that image
I am using a mac - and after searching and trying different ways (I have installed EBImage) I now would like to ask for help...
Thanks!
Johann
2010 Sep 01
2
general question on binomial test / sign test
hello,
i did several binomial tests and noticed for one sparse dataset that
binom.test(1,1,0.5) gives a p-value of 1 for the null, what i can't quite
grasp. that would say that the a prob of 1/2 has p-value of 0 ?? - i must be
wrong but can't figure out the right interpretation..
best,
kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of