Commit Graph

2075 Commits

Author SHA1 Message Date
bienvenu%nventure.com
ae4dd3bd20 support for filters that reply/forward messages, sr=mscott, a=shaver, 11034, also fix some imap memory leaks 2005-06-01 18:16:49 +00:00
dougt%meer.net
4c7f9052d3 Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver 2005-06-01 16:06:53 +00:00
bienvenu%nventure.com
23931bd38f backend support for message aging of imap and local folders, 11055, r=neil, sr=mscott, a=chofmann also remember labels when copying imap to local, patch by jeongkyu.kim@gmail.com, r=mscott,sr=bienvenu,a=chfmann 2005-06-01 15:35:57 +00:00
bienvenu%nventure.com
f6632e4a55 fix hang on exit with imap empty trash or expunge inbox with servers that support idle, 246909, sr=mscott, a=asa 2005-05-19 16:28:16 +00:00
bienvenu%nventure.com
53ef776ea3 fix 288534 when using imap draft folder, old drafts sometimes not removed, sr=mscott, a=chofmann 2005-05-12 17:11:29 +00:00
bienvenu%nventure.com
7004daecc0 support drafts/templates, etc, in shared folders, sr=mscott, a=asa, 244289 2005-05-05 00:06:27 +00:00
bienvenu%nventure.com
c2eddafcd2 fix instance of 123063 indefinite stall on save to imap folder, fix cancel of fcc and timeout of re-used imap connections sr=mscott, a=sspitzer 2005-04-30 15:30:25 +00:00
bienvenu%nventure.com
62f069b50a fix 228237, losing offline imap events, r/a=sspitzer, sr=mscott 2005-04-27 20:02:14 +00:00
shaver%mozilla.org
1c6d83e837 Bug 262184: support Copy as a filter action (as in tbird 1.0). Finally
landing on the trunk, r=bienvenu, a=caillon.
2005-04-20 14:45:03 +00:00
bienvenu%nventure.com
67402084ba add PRLogging for IMAPOFFLINE, and fix imap offline memory leaks 289447 228237 r/sr=mscott, a=sspitzer/brendan 2005-04-14 19:51:54 +00:00
darin%meer.net
9791154211 patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky 2005-04-06 01:33:28 +00:00
bienvenu%nventure.com
55af1cd8d3 fix imap case of filter after the fact not setting junk score correctly, sr=mscott 2005-04-05 21:15:57 +00:00
bienvenu%nventure.com
17ebe65ea9 fix 273778 handle case where move filter target folder doesn't exist, sr=mscott 2005-04-05 21:09:36 +00:00
bsmedberg%covad.net
659b20504a Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 13:09:19 +00:00
bienvenu%nventure.com
0b26bbe69b fix 142703, sr=mscott, we don't notice when imap select failed if it's the first connection to the folder, and think that uid validity changed 2005-04-02 00:46:29 +00:00
bienvenu%nventure.com
a29a02d2ec potential fix for imap .msf files getting blown away when server error selecting imap folder, sr=mscott 142703 2005-03-30 19:13:40 +00:00
bienvenu%nventure.com
ac882879e0 fix 286289 compose window getting closed twice leading to js errors, involves reworking the way cross-server imap message copy works sr=mscott 2005-03-22 18:31:25 +00:00
bienvenu%nventure.com
61fe9dfbe7 fix 259656 copying multiple imap messages to local folder fails if user name contains chars requiring escaping, sr=mscott 2005-03-22 18:25:33 +00:00
timeless%mozdev.org
d0cec75325 Bug 131849 addressbook build system requires exporting internal files
patch by bugzilla@standard8.demon.co.uk r=bienvenu sr=neil
2005-03-22 17:39:09 +00:00
bienvenu%nventure.com
4a6c38e361 fix detection of invalid imap urls, add logging for same, sr=mscott hope to help diagnose 259656 2005-03-18 21:17:07 +00:00
bienvenu%nventure.com
90ce901e4c potential fix for going online after saving imap draft offline, sr=mscott 285791 2005-03-18 20:41:07 +00:00
bienvenu%nventure.com
17710e7b2c 285922 allow filters after the fact to mark messages as junk/non junk, sr=mscott 2005-03-17 23:19:02 +00:00
bienvenu%nventure.com
fc71aaaa39 fix 281473 restart required after switching from non ssl port to ssl port on imap server, on server that allows connection to default port but disables login, sr=mscott 2005-03-17 22:59:17 +00:00
bienvenu%nventure.com
cd3fb720eb fix line endings when delete/detach of imap attachments on mac/linux with cyrus server, sr=mscott 2005-03-08 00:54:39 +00:00
bzbarsky%mit.edu
5b1084a5a5 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
bienvenu%nventure.com
42f9795244 fix 272988 handle dovecot imap server sending size after message headers when downloading headers, sr=mscott 2005-03-02 01:12:35 +00:00
timeless%mozdev.org
db03aed4d1 Bug 283923 remove useless test from nsImapProtocol::ProcessCurrentURL
r=bienvenu sr=bienvenu
2005-02-27 21:01:58 +00:00
bienvenu%nventure.com
b72d894edc fix 235354 running imap filter that sets labels after the fact doesn't immediately set db flag, and 261297 case where propagating flags on message copy not working, when server doesn't support user-defined keywords, patches by jeongkyu.kim@gmail.com, r=bienvenu, sr=mscott 2005-02-26 19:02:51 +00:00
bienvenu%nventure.com
f9e6eac65c remove dead imap connections from connection cache, r/sr=mscott, a=sspitzer 282486 2005-02-17 00:31:41 +00:00
neil%parkwaycc.co.uk
d63c6e78e8 Removing unused variables b=90905 p=gautheri@noos.fr r=me sr=dmose a=asa 2005-02-16 11:50:13 +00:00
bienvenu%nventure.com
fcfd665193 fix 281473 put up error if login is disabled, r/sr=mscott, a=sspitzer 2005-02-16 03:21:28 +00:00
bienvenu%nventure.com
1d9d9b78ac add ability to copy local folders to imap servers, r/sr=mscott, a=sspitzer 235013 2005-02-14 19:56:49 +00:00
bienvenu%nventure.com
5f9696123c fix hang on shutdown in imap code, r/sr=mscott, a=sspitzer 282043 2005-02-14 19:54:45 +00:00
bienvenu%nventure.com
799dd49e46 back end work for stripping mime attachments from messages, sr=mscott 2920 2005-02-09 01:40:24 +00:00
bienvenu%nventure.com
4d6b18fe39 fix 249128 reduce string copying in HandleMessageDownloadLine and 249999 Eliminate fTokenizerAdvanced from imap parser, patches by Hans-Andreas, r/sr=bienvenu 2005-02-06 23:48:34 +00:00
bienvenu%nventure.com
22c95cfca3 add more logging for bug 275836, failure to copy multiple messages from imap to local folders, sr=mscott 2005-02-04 01:21:43 +00:00
bienvenu%nventure.com
db21fe3752 fix 189363 network timeout for imap, 60377 imap tls support (off by default), sr=mscott 2005-02-03 15:22:14 +00:00
bienvenu%nventure.com
65ad4299f9 support IMAP TLS 60377 sr=mscott 2005-01-24 17:29:05 +00:00
bzbarsky%mit.edu
c5fde59c8a Fix possible leak if username is empty. Bug 129212, patch by Mikael Parknert
<mikael@parknert.se>, r=dmose, sr=bienvenu
2005-01-14 17:23:12 +00:00
bzbarsky%mit.edu
daff6b8b9c Fixing build bustage 2005-01-13 04:11:15 +00:00
bryner%brianryner.com
cd3200aa40 Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin. 2005-01-13 03:25:28 +00:00
cbiesinger%web.de
1ba6f2a009 Bug 253794 use nsCRT::strtok instead of reimplementing it
patch by Mark Banner <mark@standard8.demon.co.uk> r=bienvenu sr=mscott
2005-01-12 20:46:37 +00:00
bienvenu%nventure.com
e7a37c276e follow on work for 209545, get rid of hand-rolled imap proxying code, get rid of more unused code and bogus call to WaitForFEEventCompletion, sr=sspitzer 2005-01-12 16:46:12 +00:00
bienvenu%nventure.com
c6b3c7d460 fix 209545 get rid of remaining hand-rolled proxying code, use xpidl instead, sr=mscott 2005-01-12 15:20:32 +00:00
cbiesinger%web.de
8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
bzbarsky%mit.edu
99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
dbaron%dbaron.org
1a43dc79c0 Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv 2004-12-19 21:45:51 +00:00
bienvenu%nventure.com
5ebb0dc38b fix 274546 fix parsing of quotaroot response in case server sends a literal, sr=mscott 2004-12-14 23:02:11 +00:00
bienvenu%nventure.com
57f7000a49 potential fix for topcrash in imap code 269573, parser was ignoring the stop button in some situations, sr=mscott 2004-12-09 17:56:30 +00:00
neil%parkwaycc.co.uk
53be67250c Bug 273080 Remove double assignment fNextToken = nsIMAPGenericParser::GetNextToken() p=Hans-A.Engel@unibas.ch r=bienvenu sr=dmose 2004-12-08 00:02:42 +00:00