Michael Elkins
b3672634e5
set imap->prefix to be the namespace prefix
...
update version to 0.5
fixed compilation warnings in imap.c
24 years ago
Michael Elkins
bcecbe5eeb
broke config code into config.c
...
added support for uploading local messages with no UID to the IMAP server
added Expunge configuration option
added CopyDeletedTo configuration option
24 years ago
Michael Elkins
8944538399
always put changed messages in the cur/ subdirectory since they are no
...
longer new.
don't set \Seen implicitly for messages in the cur/ folder. Require the S
flag on the message since Mutt will move Old (unread, but not recent)
messges into cur/.
24 years ago
Michael Elkins
32677da976
patch from Hugo Haas <hugo@larve.net>
...
-c was not specified in the getopt*() calls
set global password to the one the user inputs and use that as the
default for remaining mailboxes
24 years ago
Michael Elkins
ee0de20cf7
added --with-ssl-dir to specify an alternate installation of OpenSSL
24 years ago
Michael Elkins
21ac8842b4
pre 0.4 commit.
...
updated rpm spec file
24 years ago
Michael Elkins
ab6decd8a9
display how many messages were fetched from the server
24 years ago
Michael Elkins
521b68eb63
fixed compilation error with no libssl support ("lorenzo martignoni"
...
<lorenzo.martignoni@technologist.com>)
24 years ago
Michael Elkins
d03ce3f73d
fixed config parser to accept arbitrary whitespace
24 years ago
Michael Elkins
e585d40076
use imap_close to terminate a connection in imap_open()
24 years ago
Michael Elkins
acd674f93e
allow leading whitespace in config files
...
now possible to sync multiple mailboxes by specifying multiple aliases on
the command line. IMAP connections are reused if possible.
don't initialize ssl unless we are going to use it.
24 years ago
Michael Elkins
6f4cd030f8
don't use NAMESPACE unless the server supports it
24 years ago
Michael Elkins
b3eb5661eb
added CRAM-MD5 authentication support.
...
parse server capability string to determine if STARTTLS is available
24 years ago
Michael Elkins
074298d482
isync-brokenservers.diff (Jeremy Katz <katzj@linuxpower.org>)
...
adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL
for use with some broken IMAP servers.
24 years ago
Michael Elkins
04fdf7d120
prompt user if they wish to continue if the server's X.509 certificate can't
...
be verified.
sync_mailbox should consider uid == 0 to be "unknown"
24 years ago
Michael Elkins
a954aeec96
fixed sync_mailbox() to correctly write new messages to the local maildir
...
box (Thomas Roessler <roessler@does-not-exist.org>)
24 years ago
Michael Elkins
5c08b1c4bd
set default MaxSize to 0 (unlimited)
...
invert test for password being set after getpass() call (Magnus Jonsson
<bigfoot@acc.umu.se>)
24 years ago
Michael Elkins
0527181f45
added MaxSize configuration variable
...
fixed --fast to work robustly without relying on the \Recent flag in
messages
24 years ago
Michael Elkins
a8f9af4296
RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does
...
the same thing
keep track of the uidvalidity so isync can detect if the mailbox on the
server has changed since the last sync.
24 years ago
Michael Elkins
145e4ef84d
updated NEWS for 0.3 release
24 years ago
Michael Elkins
37c2379bde
added support for building RPMS
24 years ago
Michael Elkins
1b25e3b739
added target for creating html version of the man page
...
documented the imaps: prefix to the Host command
24 years ago
Michael Elkins
bcd160efb2
can't assume flag order when fetching a message. just search for the
...
first `{' to find the message size.
24 years ago
Michael Elkins
b3d09b1723
added BUGS section to manpage detailing the fact that we break the
...
maildir(5) spec by parsing the filename
change message delivery to use the method described in maildir(5)
24 years ago
Michael Elkins
bbbe88e07d
use getpass() to get the user's password
...
unlink the temp file if we are unable to fetch a new message from the
server.
update version to 0.3
24 years ago
Michael Elkins
fa1e46f6ec
fixed typo in man page for --verbose option
24 years ago
Michael Elkins
ba7650c9b7
added generic IMAP list parser and rewrote imap_exec() to handle
...
arbitrary data instead of hardcoded
24 years ago
Michael Elkins
0addaad032
fixes to compile cleanly under Solaris 2.7
24 years ago
Michael Elkins
b6089a2dcb
added OpenSSL support
24 years ago
Michael Elkins
813618f041
config options were not case insensitive
24 years ago
Michael Elkins
21bf53b2ab
don't fetch deleted messages when expunging
...
display number of messages that are to be deleted
flags for \Recent messages were not properly fetched
local messages with updated flags were not corrected renamed
24 years ago
Michael Elkins
603595c714
updated ChangeLog
...
added log: rule in Makefile.am
24 years ago
Michael Elkins
146945d460
added autogen.sh to regenerate the build environment
24 years ago
Michael Elkins
be311495f7
added missing files
24 years ago
Michael Elkins
f47d0d7c11
initial import
24 years ago