Commit Graph

2052 Commits

Author SHA1 Message Date
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
bienvenu%nventure.com
c2433b5d62 fix handling of corrupt imap .msf files, sr=mscott patch in 259434 2004-12-06 02:26:27 +00:00
timeless%mozdev.org
a6c47ca22d Bug 250000 Remove string copying in |nsIMAPGenericParser::AdvanceTokenizerStartingPoint()|
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=dmose
2004-11-23 18:48:05 +00:00
timeless%mozdev.org
523d72e483 Bug 249675 IMAP parser: multi-line quoted strings can crash mozilla
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=dmose
2004-11-23 17:44:40 +00:00
bienvenu%nventure.com
a70b9ec0cd whitespace cleanup only, no bug 2004-11-23 16:44:28 +00:00
bienvenu%nventure.com
eb3a5998d1 fix 210614, sr=mscott make pop3 incoming filters capable of filtering to imap folders 2004-11-23 04:50:23 +00:00
bienvenu%nventure.com
16e93b1195 potential fix for top crash in nsImapProtocol::ReleaseUrlState, sr=mscott, a=asa, 166295 2004-11-19 03:48:17 +00:00
darin%meer.net
f103a62f64 fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky 2004-11-15 20:16:52 +00:00
bienvenu%nventure.com
f917489492 fix 267373 sr=mscott unable to create virtual folders as sub-folders of leaf folders 2004-11-15 01:20:35 +00:00
bienvenu%nventure.com
ad38e0142f fix 268491 password_protect local cache setting had some problems with imap, sr=mscott 2004-11-11 19:23:13 +00:00
bienvenu%nventure.com
868898010e fix imap filters that mark as read as well as delete, 243832 sr=mscott 2004-11-11 18:53:58 +00:00
bienvenu%nventure.com
4b25174b7d fix 267345, deleted pop3 virtual folders keep coming back, sr=mscott, also fix proliferation of imap inbox-xx msf files, remove deleted folders from panacea.dat 2004-11-10 02:21:06 +00:00
bienvenu%nventure.com
1f073054f8 fix 268025 notification when msg is loaded, sr=sspitzer 2004-11-06 23:42:39 +00:00
scott%scott-macgregor.org
776ad5c721 Bug #267231 --> dragging a virtual folder in an imap account to another folder fails as we try to unsubscribe/subscribe the virtual folder instead of just moving the summary file.
sr=bienvenu
2004-11-03 05:45:28 +00:00
timeless%mozdev.org
db7b2fcc77 Bug 248933 IMAP parser: end of line is not handled correctly while parsing quoted/literal strings
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=dmose
2004-11-02 05:21:42 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
jshin%mailaps.org
532814224e bug 264071 (2nd check-in) : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu) 2004-10-31 17:45:06 +00:00
bienvenu%nventure.com
52cb81b783 detect attachments in imap messages at header download time, sr=mscott, 241203 2004-10-25 21:54:34 +00:00
bienvenu%nventure.com
4a3d3b4efc fix rename of virtual imap folders, sr=mscott 265507 2004-10-25 02:38:45 +00:00
bienvenu%nventure.com
2714454357 fix for 187145 losing offline imap delete events, sr=mscott 2004-10-24 02:50:19 +00:00
bienvenu%nventure.com
2f872c7953 fix folders like Inbox^Template appearing for imap accounts, ignore .msf files for imap virtual folders in favor of getting them from virtualFolders.dat, sr=mscott 237609 2004-10-14 20:14:41 +00:00
bienvenu%nventure.com
2e94252f62 add option to make sure there are imap deleted messages before doing an expunge, off by default, patch by mikael@parknet.se, r=neil, sr=bienvenu 235004 2004-10-12 17:17:18 +00:00
bienvenu%nventure.com
7a485b64c8 another fix for 249195, possible to corrupt offline imap store if you pseudo-interrupt a msg load, sr=mscott 2004-10-07 17:52:20 +00:00
bienvenu%nventure.com
c87b4dd00d possible fix for 246439, race condition crash in imap protocol code in multi-processor machines, sr=mscott 2004-10-07 03:02:48 +00:00