Displaying 20 results from an estimated 7000 matches similar to: "Establing a GMail like workflow"
2008 Feb 13
3
Syntax for extensions
Hello,
I need to to slightly extend the markdown syntax. (place an image (img tag)
in text which URL has not yet been determined). Therefore I want to define
something like $[Alt text](img.jpg) which would be replaced by my
pre-processor with ![Alt text](/path/to/img.jpg) and then sent to markdown.
Is there any special syntax that should be used for such 3rd party extensions?
How would you do
2013 Nov 18
1
Calling dovecot-lda from maildrop/shell
Hello,
I want to make final delivery for some of my mailboxes using
dovecot-lda, since I'm interested in using sieve. My usual MDA which is
called from postfix is and will be maildrop.
First try was to call dovecot-lda from command line:
/usr/lib/dovecot/dovecot-lda -d spam at xgm.de < testmail
which gave return code 75 (EX_TEMPFAIL) and logged:
dovecot: auth-worker(3533):
2013 Aug 11
2
(un)mounting takes a long time
Hello!
I''m using ArchLinux with kernel Linux horus 3.10.5-1-ARCH #1 SMP PREEMPT.
Mounting and unmounting takes a long time:
# time mount -v /mnt/Archiv
mount: /dev/sde1 mounted on /mnt/Archiv.
mount -v /mnt/Archiv 0,00s user 0,16s system 1% cpu 9,493 total
# sync && time umount -v /mnt/Archiv
umount: /mnt/Archiv (/dev/sdd1) unmounted
umount -v /mnt/Archiv 0,00s user
2000 Dec 20
1
Question about coplot() ...
Dear R-friends,
For the following data:
> xy
x y i
1 731 0.313 2
2 739 0.340 2
3 790 0.373 2
4 855 0.451 2
5 980 0.608 2
6 575 0.156 1
7 608 0.207 1
8 630 0.249 1
9 670 0.332 1
10 838 0.377 1
11 964 0.466 1
> coplot(y ~ x|i, data=xy)
coplot gives 3 panels, rather than 2, namely one for i=1 and one for
i=2.
Futhermore, when I extand data fram xy to have i=3 as follows:
2008 Jan 15
1
using LaTeX-fonts with R
Hi,
I try to use the sfrm1000.pfb Type-1 font with my postscript plots. When I
add family=CM to the postscript() command the output is empty. What am I
doing wrong?
# define font
CM <- Type1Font('ComputerModern', # font ID
c(file.path(getwd(), c('sfrm1000.afm', '', '', ''))), # font metrics
encoding='AdobeStd');
2006 May 23
3
comma separated autocompletion, like in Google Bookmarks, GMail, ..
Hi list,
Hi all,
In Google Bookmark and GMail -f.ex.-, autocompletion would help you
enter multiple values in 1 field, separated by commas.
Is there such a solution available somewhere?
This is necessary for the acts_as_taggable plugin, to let people enter
many tags in one file
ex: "rails, ruby, plugin"
but with the help of some AJAX magic. Without it, people have no clue
about
2005 Dec 30
1
does ActionMailer support SSL (TLS) smtp (like gmail)?
Hi
does ActionMailer support SSL (TLS) smtp (like gmail)?
has anyone got it to work with a gmail account?
thanks,
Szczepan
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2011 Jan 04
0
OT - Contact center - How to Gmail-like label to incoming email
Hi,
Though this has no direct relation with Asterisk, I think Asterisk users in
Contact Centers might have an interesting answer.
Using Gmail, it's rather easy to label an incoming email so that any related
email (reply) inherits this label and are commonly displayed together in
threads.
Using Google, I found this related RFC5256 (
http://tools.ietf.org/search/rfc5256).
Which (preferably
2017 Oct 02
0
[PLUGIN] Virtual keywords (aka Gmail-like labels)
On 01.10.2017 19:13, Daniele Ricci wrote:
> Hello list,
> I'm new here and since I've been working on a plugin lately I though
> I'd post it here.
>
> It's GPL licensed, hosted on GitHub:
> https://github.com/daniele-athome/dovecot-virtual-keywords-plugin
>
> I've been trying to find a replacement for Gmail and I already have my
> own mailserver. What
2017 Oct 02
0
[PLUGIN] Virtual keywords (aka Gmail-like labels)
You can actually create per-user virtual folders too. They don't need to
be global. But I see your plugin does automation, and it could write the
virtual file under user-writable location.
Aki
On 02.10.2017 12:14, Daniele Ricci wrote:
> As a matter of fact I use the virtual plugin to achieve what I want. I
> create dovecot-virtual configuration files.
> But if I understand you
2020 Jul 11
0
Syncing emails from external server like Gmail
> On 11. Jul 2020, at 14.22, Vitalii <vnagara at yandex.com> wrote:
>
> Greeting
>
> I've managed to backup my emails from external email server via dsync
> and imapc: protocol like this:
>
> doveadm -Dv -o imapc_user='user at gmail.com' -o imapc_password="pass"
> -o imapc_host=imap.gmail.com backup -R -u duke at ejoom.com imapc:
>
It
2020 Jul 12
2
Syncing emails from external server like Gmail
On Sat, 11 Jul 2020 20:36:44 +0300
Sami Ketola <sami.ketola at dovecot.fi> wrote:
> > On 11. Jul 2020, at 14.22, Vitalii <vnagara at yandex.com> wrote:
> >
> > Greeting
> >
> > I've managed to backup my emails from external email server via
> > dsync and imapc: protocol like this:
> >
> > doveadm -Dv -o imapc_user='user at
2020 Jul 12
0
Syncing emails from external server like Gmail
> On 12. Jul 2020, at 12.54, Vitalii <vnagara at yandex.com> wrote:
>
> Panic: file imapc-sync.c: line 328 (imapc_initial_sync_check):
> assertion failed: (mail_index_is_expunged(view, lseq) ||
> seq_range_exists(&ctx->mbox->delayed_expunged_uids, luid))
what dovecot version is this? I think there was bug around this in some version.
Sami
2020 Jul 12
0
Syncing emails from external server like Gmail
On Sun, 12 Jul 2020 23:45:07 +0300
Sami Ketola <sami.ketola at dovecot.fi> wrote:
> > On 12. Jul 2020, at 23.38, Sami Ketola <sami.ketola at dovecot.fi>
> > wrote:
> >
> >
> >
> >> On 12. Jul 2020, at 12.54, Vitalii <vnagara at yandex.com> wrote:
> >>
> >> Panic: file imapc-sync.c: line 328
2020 Jul 13
0
Syncing emails from external server like Gmail
Am 11.07.2020 um 13:22 schrieb Vitalii:
> Greeting
>
> I've managed to backup my emails from external email server via dsync
> and imapc: protocol like this:
>
> doveadm -Dv -o imapc_user='user at gmail.com' -o imapc_password="pass"
> -o imapc_host=imap.gmail.com backup -R -u duke at ejoom.com imapc:
>
> taken from
2020 Jul 13
1
Syncing emails from external server like Gmail
On Mon, 13 Jul 2020 10:50:09 +0200
Robert Schetterer <rs at sys4.de> wrote:
> perhaps this help
>
> getmail should use /usr/lib/dovecot/deliver
That is what I used before and wanted to switch off. Here is the 2 main
reasons:
1) It add extra header overhead similar to: Received by localost at
time, etc....)
2) It put emails in local delivery queue so syncing becomes slow.
3)
2011 Jun 10
1
Gmail like virtual mailboxes
I'm new to this list so let me introduce myself: I'm a computer
literate user (I've done some C programming long ago and can run a
Linux system and do some light admin), I've never installed a mail
server before and I'm in the process of migrating my family and my
small business from Gmail (Google Apps) to a virtual server mainly for
privacy reasons. I'm in love with
2017 Jan 10
0
GMail-like user labels in IMAP/dovecot, situation in 2017?
On 10 Jan 2017, at 21.00, Gioele Barabucci <gioele at svario.it> wrote:
>
> Hello,
>
> I am in the process of updating my IMAP dovecot installation and I was
> wondering what is the current state of the art for GMail-like
> user-defined labels.
>
> Are GMail-like user-defined labels now somehow achievable with dovecot?
I think the main difference between folders
2017 Oct 02
0
[PLUGIN] Virtual keywords (aka Gmail-like labels)
There is actually some request for ability to users to somehow create
virtual folders on demand, so it's a thing we are going to work on at
some point.
Aki
On 02.10.2017 12:27, Daniele Ricci wrote:
> Yes, automation is the main point of the plugin :-)
>
> The problem is that creating virtual folders involves writing on the
> file system directly, which you can't do through
2020 Jul 13
1
Syncing emails from external server like Gmail
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 13/07/2020 01:47 Vitalii <<a href="mailto:vnagara@yandex.com">vnagara@yandex.com</a>> wrote:
</div>
<div>
<br>