Activity for Mailsync

  • Nicola Botta Nicola Botta created ticket #29

    mailsync -D corrupts IMAP folders that contain only subfolders (no messages)

  • Tomas Pospisek committed [e5da5b]

    run autoreconf as the first step of the Debian package build process

  • Tomas Pospisek committed [676755]

    fix wrong indent

  • Tomas Pospisek committed [1f8986]

    do not include ~/.git in tarball

  • Mailsync Mailsync released /mailsync/5.2.7/mailsync_5.2.7-1.tar.gz

  • Tomas Pospisek Tomas Pospisek modified ticket #1

    installation using *.rpm files

  • Tomas Pospisek Tomas Pospisek posted a comment on ticket #1

    Yes, it'd be indeed be nice if I'd produce rpm's as well! However I suck at even keeping the deb packages up to date that I officially maintain. Oh well. So it looks like I won't be producing rpm's any time soon, but of course would be happy if someone would...

  • Tomas Pospisek Tomas Pospisek modified ticket #15

    compile error on mac os x

  • Tomas Pospisek Tomas Pospisek posted a comment on ticket #15

    bug very old no feedback from reporter -> closing

  • Tomas Pospisek Tomas Pospisek modified ticket #20

    "The configuration doesn't contain a store named ..." error message can be misleading

  • Tomas Pospisek Tomas Pospisek modified ticket #13

    configure does not work on Mailsync 5.1.0

  • Tomas Pospisek Tomas Pospisek posted a comment on ticket #13

    I'm closing this ticket, because: since filing this ticket there have been multiple mailsync releases since, that maybe fix the autotools stuff autotools have evolved as well all these arguments above are maybe nonsense because the main problem seems to be that: csh did not seem to be compatible with autotools at the time So I won't be fix this: building mailsync with csh is currently not supported and I am not planing to work on csh support

  • Tomas Pospisek committed [69f6f6]

    add test for microsoft emails with folded Message-ID

  • Tomas Pospisek committed [bf7db3]

    add color to test run to make it easier to see failures/success

  • Tomas Pospisek committed [adc9f5]

    note TODO

  • Tomas Pospisek committed [d99a11]

    use const_iterator where possible

  • Tomas Pospisek committed [0ea801]

    support Message-IDs folded with a linefeed

  • Tomas Pospisek committed [c130e5]

    return error status from compare function

  • Tomas Pospisek committed [16de55]

    access MailboxMap node entry fields via a more speaking name

  • Tomas Pospisek committed [438492]

    add some comment

  • Tomas Pospisek committed [bed000]

    fix expected output

  • Tomas Pospisek committed [be52c0]

    print only test name without scenario name

  • Tomas Pospisek committed [2afc7a]

    use less misleading function name

  • Tomas Pospisek committed [237c66]

    pass into function only data that it needs

  • Tomas Pospisek committed [c65d00]

    move password class defintion into its own file

  • Tomas Pospisek committed [689450]

    use a method name that more precisely describes what the method does

  • Tomas Pospisek committed [c12d3e]

    remove nonsensical comment

  • Tomas Pospisek committed [d758f6]

    fix mail

  • Tomas Pospisek committed [3760b0]

    make list_contents return FAILED/SUCCES, structure list_mails more clearly

  • Tomas Pospisek committed [2c76b4]

    whitespace/layout

  • Tomas Pospisek committed [2caa3f]

    do not depend on specific automake version

  • Tomas Pospisek committed [e18a6a]

    support automake1.16

  • Tomas Pospisek committed [088c25]

    make comparison result stand out more

  • Tomas Pospisek committed [6955c9]

    refer to debian/changelog that contains further thanks

  • Tomas Pospisek committed [2ccbb3]

    add sync test

  • Tomas Pospisek committed [47b25e]

    fix store config and blackbox_dir layout

  • Tomas Pospisek committed [f62dbe]

    start adding tests

  • Tomas Pospisek committed [887975]

    fix glob

  • Tomas Pospisek committed [99d909]

    fix name of imaprc file

  • Tomas Pospisek committed [b59b68]

    add tests for store diffs

  • Tomas Pospisek committed [0489b1]

    move more stuff out into lib.sh

  • Tomas Pospisek committed [9caec0]

    move code that's reusable for other tests out into lib.sh

  • Tomas Pospisek committed [76688f]

    fix command line parsing

  • Tomas Pospisek committed [dcdc83]

    note changes

  • Tomas Pospisek committed [96c71a]

    rename 'reference_output' to clearer 'expected_output'

  • Tomas Pospisek committed [c2c0e5]

    verify_output_matches_this allows to receive the file to diff against

  • Tomas Pospisek committed [bc6686]

    bump version number

  • Tomas Pospisek committed [d5655b]

    better express what's improved

  • Tomas Pospisek committed [2cb22b]

    add explanation for why a variable is global

  • Tomas Pospisek committed [20a146]

    align nicely

  • Tomas Pospisek committed [b34436]

    split out list_mails_in_store in its own file

  • Tomas Pospisek committed [30ec12]

    move list_mails into store.cc

  • Tomas Pospisek committed [7ccd17]

    acquire_mailboxes_and_delimiter in *both* mode_sync and mode_diff

  • Tomas Pospisek committed [12b580]

    add comments and whitespace/layout

  • Tomas Pospisek committed [96537b]

    remove comments that are not really helpful

  • Tomas Pospisek committed [db96e7]

    move listing all found mailboxes out into channel

  • Tomas Pospisek committed [bf562a]

    fix 'warning: ‘typedef’ was ignored in this declaration'

  • Tomas Pospisek committed [60eef0]

    whitespace/layout

  • Tomas Pospisek committed [7af483]

    move variables to where they're actually used

  • Tomas Pospisek committed [c6f3ef]

    push open and acquire_mailboxes_etc calls down

  • Tomas Pospisek committed [ace2ac]

    nicely align

  • Tomas Pospisek committed [081926]

    whitespace/layout

  • Tomas Pospisek committed [4d6326]

    move FAILED/SUCCESS definitions to types.h

  • Tomas Pospisek committed [6f79fb]

    switch function result to FAILED/SUCCESS

  • Tomas Pospisek committed [9a0757]

    clean up code

  • Tomas Pospisek committed [ddd8c9]

    we either list the mailbox or *else* do other stuff

  • Tomas Pospisek committed [110b97]

    add comment

  • Tomas Pospisek committed [8b9bfc]

    factor out acquire_mailboxes_and_delimiter

  • Tomas Pospisek committed [43f09a]

    factor out code into store.cc

  • Tomas Pospisek committed [590402]

    improve comments

  • Tomas Pospisek committed [4c1ffc]

    remove superflous parentheses

  • Tomas Pospisek committed [1e63d5]

    fix a few 'warning: ISO C++ forbids converting a string constant to ‘char*’

  • Tomas Pospisek committed [73c708]

    more precise description of parameters

  • Tomas Pospisek committed [a34aba]

    rename file containing main() to main.c

  • Tomas Pospisek committed [99db62]

    make function easier to read/understand

  • Tomas Pospisek committed [51e3a7]

    improve code layout

  • Tomas Pospisek committed [c021b0]

    use the proper adjective

  • Tomas Pospisek committed [e09d42]

    add chapter on mailsync development

  • Tomas Pospisek committed [d3257b]

    let autoreconf know that aclocal needs

  • Tomas Pospisek committed [46ea88]

    use a single changelog file: debian/changelog

  • Tomas Pospisek committed [8ec3f4]

    debian/changelog should only contain user visible and packaging changes, rest in git log

  • Tomas Pospisek committed [e43efa]

    bump version number

  • Tomas Pospisek committed [314fd1]

    fix orthography

  • Tomas Pospisek committed [9f3414]

    new debian package release

  • Tomas Pospisek committed [db5d00]

    remove static linking to c-client

  • Tomas Pospisek committed [df9765]

    Don't check for inet functions any more

  • Tomas Pospisek committed [2a7757]

    do not check for openssl or kerberos

  • Tomas Pospisek committed [4a3774]

    remove checks for transient libraries

  • Tomas Pospisek committed [57a0aa]

    use pkg-config for krb5_gssapi detection and support

  • Tomas Pospisek committed [ec9086]

    don't check for pam

  • Tomas Pospisek committed [5d7530]

    bumb version, add changelog

  • Tomas Pospisek committed [000722]

    whitespace

  • Tomas Pospisek committed [5b3036]

    add missing verb

  • Tomas Pospisek committed [1db800]

    unify nomenclature with read_seen_last_time method

  • Tomas Pospisek committed [ad218c]

    Merge branch 'no_empty_messages'

  • Tomas Pospisek committed [034201]

    replace CVS with git, fix numbering

  • Tomas Pospisek committed [68f2bf]

    add changelog entry

  • Tomas Pospisek committed [f92832]

    Don't segfault when running -t md5 on -t msgid ~/.mailsync_state

  • Tomas Pospisek committed [428cb3]

    prepare for release

  • Tomas Pospisek committed [4762c4]

    improve readability

1 >