Displaying 20 results from an estimated 600 matches similar to: "POP3 download problem"
2003 Jun 03
1
error
hi,
I've got the following alert window in mozilla (with dovecot):
---------------------------------------
The current command did not succeed. The mail server responded: Error in
IMAP command: Too long argument..
---------------------------------------
although there is not any messages in my imap.log file.
--
Levente "Si vis pacem para bellum!"
2005 Aug 24
0
thunderbird pop3 delete bug workaround
Following is patch that allows tbird to download and redelete the last
deleted message.
Not particularily nice but for "normal" usage the bug/workaround is not
triggered.
Tested with huge inbox.
--- src/pop3/client.h.orig 2005-08-23 15:00:48.000000000 +0200
+++ src/pop3/client.h 2005-08-23 15:02:18.000000000 +0200
@@ -35,6 +35,9 @@
unsigned int top_count;
unsigned int
2005 Jun 28
2
UID confusion
Hi,
2 or 3 customers have reported that they are having problems downloading
their mail via. POP3. I have attached the rawlogs of their transactions
and the UID list at the time. Is this because I am using an
incompatible UID format or is something else at fault? Deleting the UID
list and indexes fixes the problem. I am using Test72.
Regards
Andrew
--
Andrew Hutchings (A-Wing) - Linux
2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
Hello all,
this patch add APOP authentication mechanism to dovecot 1.0-test23.
Please take a look.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -udrpN -X /usr/share/dontdiff -x Makefile dovecot-1.0-test23.vanilla/src/auth/Makefile.am dovecot-1.0-test23/src/auth/Makefile.am
---
2007 Apr 30
5
Asterisk 1.4.4 VoiceMail ODBC Storage Help
Hi All,
I have an issue with the ODBC voicemail storage option with asterisk. All
appears to work fine, however, I get several sql execute warnings. I was
wondering if anyone out there could help me get to the bottom of what is
causing this and how I could possibly go about rectifying it.
The warning message we are getting is as follows:
WARNING[30115]: app_voicemail.c:1280 delete_file: SQL
2005 May 29
2
1.0-test72
http://dovecot.org/test/
I'm not sure if this was test71-specific or if it also happened with
test70, but anyway IMAP process was hanging in some situations (I think
POP3 hang was fixed though? :). So, fixed that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed
2019 Oct 29
4
RFC: On non 8-bit bytes and the target for it
On Tue, Oct 29, 2019 at 07:19:25PM +0000, Tim Northover via llvm-dev wrote:
> On Tue, 29 Oct 2019 at 19:11, Dmitriy Borisenkov via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > 2. Test with a dummy target. It might work if we have a group of contributors who is willing to rewrite and upstream some of their downstream tests as well as to design and implement the target
2012 Oct 19
2
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Fri, Oct 19, 2012 at 9:27 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
> On Oct 19, 2012, at 2:24 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote:
>
>>> non-8-bit byte
>
> I'm a bit confused by this concept. I'm aware of the archaic meaning of the word byte, but it has meant 8 bits for the last 30 years. There's even an
2019 Oct 30
5
RFC: On non 8-bit bytes and the target for it
> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of JF Bastien via
[..]
> Is it relevant to any modern compiler though?
>
> I strongly agree with Tim. As I said in previous threads, unless people will have
> actual testable targets for this type of thing, I think we shouldn’t add
> maintenance burden. This isn’t really C or C++ anymore because so much code
2005 Jun 06
2
USERDB environment is unset
Hello,
I tried the v1.0 test of dovecot, because it should make the directories
for me.
I configured it and installed it. The old one is still there, but I shut
it down to test the other version.
When I start the new v1.0 test of dovecot i get the following message in
my log:
Jun 6 13:33:08 APOLLO dovecot: Dovecot v1.0-test72 starting up
Jun 6 13:33:09 APOLLO dovecot: Auth process died too
2003 Dec 20
1
Bugfix for use with "Opera mail" and "AnalogX"
Dear developers,
[ Please CC me as I'm not subscribed to this list. ]
In src/pop3-login/client.c:
void client_send_line(struct pop3_client *client, const char *line)
{
o_stream_send_str(client->output, line);
o_stream_send(client->output, "\r\n", 2);
}
Called as 'client_send_line(client "+OK dovecot");'.
This function sends two packets to the
2008 Feb 29
1
GETSCRIPT Bug in dovecot-1.0.10-MANAGESIEVE-v9.1.diff.gz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Stephan,
GETSCRIPT does not return a literal, there is the + character missing
before }:
diff -r bcebda39c0ed src/managesieve/cmd-getscript.c
- --- a/src/managesieve/cmd-getscript.c Mon Feb 18 14:13:12 2008 +0100
+++ b/src/managesieve/cmd-getscript.c Fri Feb 29 11:52:00 2008 +0100
@@ -112,7 +112,7 @@
return
2012 Oct 19
0
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Oct 19, 2012, at 10:47 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Fri, Oct 19, 2012 at 9:27 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>>
>> On Oct 19, 2012, at 2:24 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote:
>>
>>>> non-8-bit byte
>>
>> I'm a bit confused by this concept.
2012 Oct 19
0
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Oct 19, 2012, at 11:43 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote:
>> I'm a bit confused by this concept.
>
> For the term byte, I use the "archaic" definition in the C (and C++) standard (section 3.6):
>
> addressable unit of data storage large enough to hold any member of the basic character
> set of the execution environment
2012 Oct 19
4
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
> I'm a bit confused by this concept.
For the term byte, I use the "archaic" definition in the C (and C++) standard (section 3.6):
addressable unit of data storage large enough to hold any member of the basic character
set of the execution environment
/Patrik Hägglund
-----Original Message-----
From: Jakob Stoklund Olesen [mailto:stoklund at 2pi.dk]
Sent: den 19 oktober
2007 Feb 27
1
dovecot-auth (1.0rc24) on Solaris seems broken.
I've trying to get dovecot-auth to talk to exim and have been running
debugging on both sides.
I've added the line:
i_info("auth_client_input: client disconnected: %s", strerror(errno));
just after the "case -1" in the first switch statement in:
auth-client-connection.c: auth_client_input()
and get this in the logs:
dovecot: Feb 27 13:35:09 Info: auth(default):
2019 Oct 31
5
RFC: On non 8-bit bytes and the target for it
On Wed, 2019-10-30 at 15:30 -0700, Chris Lattner via llvm-dev wrote:
> > On Oct 30, 2019, at 3:07 AM, Jeroen Dobbelaere via llvm-dev <
> > llvm-dev at lists.llvm.org> wrote:
> >
> > > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of JF
> > > Bastien via
> >
> > [..]
> > > Is it relevant to any modern compiler
2007 May 09
2
PATCH: Deliver looses mail and DSN if Return-Path is missing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Dovecot v1.0.0
if there is no Return-Path in the message and Deliver cannot deliver the
message, no DSN is sent _and_ the MTA is returned 0 (aka success) return
code, which leads to mail loss.
This is not the case, when the message actually finds a Return-Path, but
fails to invoke the MTA.
- --- src/deliver/mail-send.c (revision 47)
+++
2009 Jan 15
3
Enforcing STARTTLS for all mechs while disabling imaps
Hi all,
Is there a way to enforce STARTTLS for all connections, regardless their
authentication mechanism? disable_plaintext_auth only takes care of the auth
conversation, but I would like to have all communication encrypted.
As far as I can see, this would only be possible when using imaps and
disabling imap. However, I would like to have the other way around;
disabling imaps and using imap for
2005 Jun 20
1
voicemail system
Hello,
I wish to use asterisk as a voicemail server with ser
.
I want to use asterisk external configuration toHello,
I wish to use asterisk as a voicemail server with ser
.
I want to use asterisk external configuration to
manage users and storing voicemail messages according
to ser database.
Where can i find the schema of the SQL DB for
voicemail accounts .
for example in extconfig ;